mirror of
https://github.com/JHUAPL/PINE.git
synced 2026-01-09 20:47:59 -05:00
6 lines
129 B
Python
6 lines
129 B
Python
# (C) 2019 The Johns Hopkins University Applied Physics Laboratory LLC.
|
|
|
|
from pine.backend import create_app
|
|
|
|
app = create_app()
|