Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geomag-algorithms
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ghsc
National Geomagnetism Program
geomag-algorithms
ee606ebb6445d443f368c12d3b931893ecbc7d16
geomag-algorithms
geomagio
api
__init__.py
Find file
Normal view
Permalink
__init__.py
86 B
Newer
Older
Blame preferences
Learn to ignore specific revisions
Refactor api packaging, clean up
Jeremy M Fee
committed
5 years ago
1
from
.app
import
app
Remove flask application, add fastapi version of login and database sessions
Jeremy M Fee
committed
5 years ago
2
from
.db.create
import
create_db
Refactor api packaging, clean up
Jeremy M Fee
committed
5 years ago
3
Remove flask application, add fastapi version of login and database sessions
Jeremy M Fee
committed
5 years ago
4
__all__
=
[
"
app
"
,
"
create_db
"
]