mvt/mvt/ios/modules/backup/__init__.py
2021-08-15 13:14:18 +02:00

10 lines
303 B
Python

# Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 The MVT Project Authors.
# Use of this software is governed by the MVT License 1.1 that can be found at
# https://license.mvt.re/1.1/
from .backup_info import BackupInfo
from .manifest import Manifest
BACKUP_MODULES = [BackupInfo, Manifest,]