Files
PINE/backend/docker/wsgi.py
2020-06-19 13:19:50 -04:00

6 lines
129 B
Python

# (C) 2019 The Johns Hopkins University Applied Physics Laboratory LLC.
from pine.backend import create_app
app = create_app()