cake-erp-challenge/run.py

6 lines
77 B
Python
Executable File

#!/bin/python3
from app import app
if __name__ == "__main__":
app.run()