AItestt / app.py
Artificial-superintelligence's picture
Create app.py
1dae400 verified
raw
history blame contribute delete
71 Bytes
from app import app
if __name__ == "__main__":
app.run(debug=True)