Files
RTG/scrapper/wsgi.py
2026-06-19 20:08:01 +06:00

6 lines
63 B
Python

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