openpulsesec_web/run.py
2025-07-20 00:28:59 -05:00

6 lines
No EOL
98 B
Python

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