mvt/dev/mvt-android

15 lines
358 B
Plaintext
Raw Normal View History

2021-07-16 06:05:01 +00:00
#!/usr/bin/env python3
# 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
import os
import sys
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
from mvt import android
2021-07-30 09:40:09 +00:00
2021-07-16 06:05:01 +00:00
android.cli()