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