Skip to content

Instantly share code, notes, and snippets.

@twyle
Created May 19, 2022 04:54
Show Gist options
  • Save twyle/904e0d37e93341d92eadf72ea5408fbb to your computer and use it in GitHub Desktop.
Save twyle/904e0d37e93341d92eadf72ea5408fbb to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
"""Commands used to start and test the application."""
from flask.cli import FlaskGroup
from API import app
cli = FlaskGroup(app)
if __name__ == '__main__':
cli()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment