Check in backend in working state
This commit is contained in:
7
packages/sshecret-backend/src/sshecret_backend/main.py
Normal file
7
packages/sshecret-backend/src/sshecret_backend/main.py
Normal file
@ -0,0 +1,7 @@
|
||||
"""Main script entrypoint."""
|
||||
|
||||
from .settings import BackendSettings
|
||||
|
||||
from .app import create_backend_app
|
||||
|
||||
app = create_backend_app(BackendSettings())
|
||||
Reference in New Issue
Block a user