Files
TransPyV/App/lib/StubGen/__init__.py

7 lines
305 B
Python
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ============================================================
# StubGen 包入口
#
# 子模块通过绝对导入使用import lib.StubGen.Converter as Converter
# 此 __init__.py 不做 re-export避免引入未使用的依赖。
# ============================================================