network_inventory/backend/backups/models/__init__.py
2020-11-28 16:12:06 +01:00

3 lines
136 B
Python

from .backup import Backup, BackupMethod, TargetDevice, NotificationFromBackup
from .notification import Notification, NotificationType