Sorted imports

This commit is contained in:
Nex
2021-07-30 11:40:09 +02:00
parent abcbefe359
commit c966eea7e6
45 changed files with 133 additions and 97 deletions
+1
View File
@@ -10,4 +10,5 @@ import sys
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
from mvt import android
android.cli()
+1
View File
@@ -10,4 +10,5 @@ import sys
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
from mvt import ios
ios.cli()