contact working

This commit is contained in:
Bernhard Radermacher (hakisto)
2025-08-30 10:06:47 +02:00
parent 5300c35429
commit 5614ecbba6
7 changed files with 185 additions and 18 deletions

View File

@@ -7,14 +7,10 @@ from .engine import engine
from .session import get_session
from routers.user import get_current_active_user
ACTIVE_USER = Annotated[alchemy.User, Depends(get_current_active_user)]
# from routers.user import get_current_active_user
__all__ = [
'engine',
'ACTIVE_USER',
'get_session',
]