Textwizai / main.py
Erfan11's picture
Update main.py
062df30 verified
raw
history blame
No virus
71 Bytes
from app import app
if __name__ == '__main__':
app.run(debug=True)