snapshot before regression test
This commit is contained in:
13
TransPyC.py
Normal file
13
TransPyC.py
Normal file
@@ -0,0 +1,13 @@
|
||||
# TransPyC 入口程序
|
||||
# 拆分后的模块位于 lib/Shell/ 目录下
|
||||
import lib._bootstrap # noqa: F401 设置 sys.path(项目根 + lib/includes)
|
||||
|
||||
from lib.Shell import (
|
||||
SerializeSymbolTable, deSerializeSymbolTable,
|
||||
SymbolFile, Config, TransPyC
|
||||
)
|
||||
|
||||
__all__ = ['SerializeSymbolTable', 'deSerializeSymbolTable', 'SymbolFile', 'Config', 'TransPyC']
|
||||
|
||||
if __name__ == '__main__':
|
||||
TransPyC().Run()
|
||||
Reference in New Issue
Block a user