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

9 lines
238 B
Python
Raw Normal View History

2021-07-16 06:05:01 +00:00
# Mobile Verification Toolkit (MVT)
# Copyright (c) 2021-2022 Claudio Guarnieri.
# Use of this software is governed by the MVT License 1.1 that can be found at
# https://license.mvt.re/1.1/
2021-07-16 06:05:01 +00:00
from .sms import SMS
2021-11-19 14:27:51 +00:00
BACKUP_MODULES = [SMS]