Files
deconforma/run.py
2024-06-24 10:45:06 -04:00

5 lines
62 B
Python

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