3 lines
83 B
Python
3 lines
83 B
Python
from app import app as application
|
|
if __name__ == "__main__":
|
|
application.run() |