Skip to content

Commit

Permalink
imported app for gunicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
roedoejet committed Feb 1, 2019
1 parent 0594fe2 commit 4a0dae8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mtd/__init__.py
Expand Up @@ -18,3 +18,6 @@ def create_suite(language_configs: List[Union[LanguageConfig, str]]) -> Language
""" Create a LanguageSuite from a list of LanguageConfigs or paths to language configs
"""
return LanguageSuite(language_configs)

# load app for gunicorn
from mtd.app import app

0 comments on commit 4a0dae8

Please sign in to comment.