mirror of
https://github.com/hyugogirubato/KeyDive.git
synced 2024-12-23 03:21:43 +00:00
c9b2f8975c
- 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
5 lines
64 B
Python
5 lines
64 B
Python
from .cdm import *
|
|
from .vendor import *
|
|
|
|
__version__ = '1.0.3'
|