Initial import of TransPyV
This commit is contained in:
9
App/lib/core/__init__.py
Normal file
9
App/lib/core/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import t, c
|
||||
from stdint import *
|
||||
|
||||
# ============================================================
|
||||
# core 包入口
|
||||
#
|
||||
# 子模块通过绝对导入使用(import lib.core.X as X),
|
||||
# 此 __init__.py 不做 re-export,避免引入未使用的依赖。
|
||||
# ============================================================
|
||||
Reference in New Issue
Block a user