new api service and logic implemented
This commit is contained in:
9
Events/AllEvents/authentication/__init__.py
Normal file
9
Events/AllEvents/authentication/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
Authentication package initialization.
|
||||
"""
|
||||
|
||||
from .auth import AUTH_CONFIG
|
||||
|
||||
__all__ = [
|
||||
"AUTH_CONFIG",
|
||||
]
|
||||
Reference in New Issue
Block a user