Complete backend

This commit is contained in:
2025-04-18 16:39:05 +02:00
parent 83551ffb4a
commit ec90fb7680
11 changed files with 561 additions and 121 deletions

View File

@ -1 +1,5 @@
"""Sshecret backend."""
from .app import app as app
#from .router import app as app
__all__ = ["app"]