5 lines
62 B
Python
Executable File
5 lines
62 B
Python
Executable File
from app import app
|
|
|
|
if __name__ == "__main__":
|
|
app.run()
|