fraud-detection-ml/app.py
2025-02-14 11:18:13 +08:00

7 lines
101 B
Python

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