network_inventory/backend/backups/models/__init__.py

3 lines
136 B
Python

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