ipwatch
This commit is contained in:
8
backend/app/models/__init__.py
Executable file
8
backend/app/models/__init__.py
Executable file
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
Modèles SQLAlchemy pour IPWatch
|
||||
"""
|
||||
from .ip import IP, IPHistory
|
||||
from .scan_log import ScanLog
|
||||
from .architecture import ArchitectureNode
|
||||
|
||||
__all__ = ["IP", "IPHistory", "ScanLog", "ArchitectureNode"]
|
||||
Reference in New Issue
Block a user