2 lines
57 B
Python
2 lines
57 B
Python
|
from main import app
|
||
|
if __name__ == '__main__': app.run()
|