pdf-web-toolkit/wsgi.py

4 lines
98 B
Python

from app import app # Import your Flask app from app.py
if __name__ == "__main__":
app.run()