7 lines
102 B
Python
7 lines
102 B
Python
"""
|
|
Modèles SQLAlchemy pour IPWatch
|
|
"""
|
|
from .ip import IP, IPHistory
|
|
|
|
__all__ = ["IP", "IPHistory"]
|