Initial commit
This commit is contained in:
6
backend/app/crud/__init__.py
Normal file
6
backend/app/crud/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""CRUD operations package."""
|
||||
|
||||
from app.crud.user import user
|
||||
from app.crud import settings
|
||||
|
||||
__all__ = ["user", "settings"]
|
||||
Reference in New Issue
Block a user