WxPandaStart.py 143 B

123
  1. from direct.showbase.ShowBaseGlobal import base
  2. from .WxPandaShell import WxPandaShell
  3. base.app = WxPandaShell() # type: ignore[attr-defined]