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