This repository has been archived on 2024-11-06. You can view files and clone it, but cannot push or open issues or pull requests.
python-api-server/wsgi.py
2023-04-13 14:53:55 +02:00

4 lines
61 B
Python

from app import app
if __name__ == '__main__':
app.run()