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