5 lines
85 B
Python
5 lines
85 B
Python
from app import app
|
|
|
|
# Start of the program
|
|
if __name__ == "__main__":
|
|
app.run()
|