Initial commit - Customer Portal for Coolify
This commit is contained in:
7
customer_portal/services/__init__.py
Executable file
7
customer_portal/services/__init__.py
Executable file
@@ -0,0 +1,7 @@
|
||||
"""Business logic services."""
|
||||
|
||||
from customer_portal.services.auth import AuthService
|
||||
from customer_portal.services.email import EmailService
|
||||
from customer_portal.services.otp import OTPService
|
||||
|
||||
__all__ = ["AuthService", "EmailService", "OTPService"]
|
||||
Reference in New Issue
Block a user