fix missing import

This commit is contained in:
hyugogirubato 2024-11-07 14:55:31 +01:00
parent 8568eb6d99
commit 1bfcd52fd8
1 changed files with 1 additions and 0 deletions

View File

@ -2,5 +2,6 @@ from .core import Core
from .adb import ADB
from .cdm import Cdm
from .vendor import Vendor
from .keybox import Keybox
__version__ = '2.1.3'