graphql-file_upload/app/main.py
2021-07-07 12:01:59 +02:00

3 lines
63 B
Python

from .core.app import get_application
app = get_application()