9 lines
169 B
Python
9 lines
169 B
Python
"""
|
|
|
|
This is a wrapper file. It contains no actual implementation
|
|
|
|
"""
|
|
|
|
from panda3d.lui import LUIInputHandler as __LUIInputHandler
|
|
LUIInputHandler = __LUIInputHandler
|