Files
Portfolio/wsgi.py
2026-04-23 01:29:11 +00:00

5 lines
62 B
Python

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