@ -1,7 +1,7 @@
import os
import shutil
from stuffs.general import General
from tools.helper import host, run
from tools.helper import run
class Gapps(General):
@ -2,7 +2,6 @@ import os
import re
from tools.logger import Logger
@ -3,7 +3,7 @@ import os
from tools.helper import download_file, get_data_dir, host, run
from tools.helper import download_file, get_data_dir, host
from tools import container
@ -1,8 +1,6 @@
import zipfile
from tools.helper import host
@ -1,9 +1,7 @@
from tools.container import use_overlayfs
class Ndk(General):
id = "libndk"
@ -2,7 +2,6 @@ import gzip
@ -1,9 +1,6 @@
from time import sleep
class Smartdock(General):
id = "smartdock"