film2.0/app.py

7 lines
96 B
Python

#!/usr/bin/env python3
from src import app
if __name__ == "__main__":
app.run(debug=True)