mvt/mvt/android/modules/backup/__init__.py

9 lines
263 B
Python

# Mobile Verification Toolkit (MVT)
# Copyright (c) 2021 MVT Project Developers.
# See the file 'LICENSE' for usage and copying permissions, or find a copy at
# https://github.com/mvt-project/mvt/blob/main/LICENSE
from .sms import SMS
BACKUP_MODULES = [SMS,]