4 lines
67 B
Python
Executable file
4 lines
67 B
Python
Executable file
#!/usr/bin/python
|
|
from megaproject import app
|
|
|
|
app.run(debug=True)
|