KeyDive/extractor/__init__.py
hyugogirubato c9b2f8975c Update version
- Fix version number
- Fix import functions text
- Remove auto-select for imported functions (already done with python)
- Add extracted functions for 15.0.0 arm64
- Show script version
- Add clear command
2024-04-01 17:46:39 +02:00

5 lines
64 B
Python

from .cdm import *
from .vendor import *
__version__ = '1.0.3'