Initial commit
This commit is contained in:
7
backend/app/models/__init__.py
Normal file
7
backend/app/models/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
Models package initialization
|
||||
"""
|
||||
|
||||
from app.models.intent import Intent, AICheckRecord
|
||||
|
||||
__all__ = ["Intent", "AICheckRecord"]
|
||||
Reference in New Issue
Block a user