9 lines
137 B
Python
9 lines
137 B
Python
"""
|
|
|
|
This is a wrapper file. It contains no actual implementation
|
|
|
|
"""
|
|
|
|
from panda3d.lui import LUIRoot as __LUIRoot
|
|
LUIRoot = __LUIRoot
|