4 lines
74 B
Python
4 lines
74 B
Python
import os
|
|
from app.salary_analytics import create_app
|
|
|
|
app = create_app() |