Files
2025-09-09 11:28:27 +01:00

4 lines
74 B
Python

import os
from app.salary_analytics import create_app
app = create_app()