Initial import of TransPyV

This commit is contained in:
Viper
2026-07-19 13:18:46 +08:00
commit e7eaf3e9a1
75 changed files with 23037 additions and 0 deletions

9
App/lib/core/__init__.py Normal file
View File

@@ -0,0 +1,9 @@
import t, c
from stdint import *
# ============================================================
# core 包入口
#
# 子模块通过绝对导入使用import lib.core.X as X
# 此 __init__.py 不做 re-export避免引入未使用的依赖。
# ============================================================