network_inventory/backups/models/__init__.py
2020-01-11 17:11:45 +01:00

3 lines
136 B
Python

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