FitTrackee/fittrackee/cli/app.py

4 lines
70 B
Python

from fittrackee import create_app
app = create_app(init_email=False)