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