10 lines
317 B
Python
10 lines
317 B
Python
import t, c
|
||
from stdint import *
|
||
|
||
# ============================================================
|
||
# core 包入口
|
||
#
|
||
# 子模块通过绝对导入使用(import lib.core.X as X),
|
||
# 此 __init__.py 不做 re-export,避免引入未使用的依赖。
|
||
# ============================================================
|