Initial commit: AI Interview System
This commit is contained in:
4
backend/app/services/__init__.py
Normal file
4
backend/app/services/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# Services
|
||||
from .coze_service import CozeService, coze_service
|
||||
|
||||
__all__ = ["CozeService", "coze_service"]
|
||||
Reference in New Issue
Block a user