4 lines
64 B
Python
Executable file
4 lines
64 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
from app import app
|
|
app.run(debug=True)
|