7 lines
76 B
Python
7 lines
76 B
Python
from sarsoo import app
|
|
|
|
app = app
|
|
|
|
if __name__ == '__main__':
|
|
app.run()
|