Initial commit
This commit is contained in:
4
services/ingest-service/app/models/__init__.py
Normal file
4
services/ingest-service/app/models/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from app.models.call_event import CallEvent
|
||||
|
||||
__all__ = ["CallEvent"]
|
||||
|
||||
Reference in New Issue
Block a user