5 lines
132 B
Python
5 lines
132 B
Python
|
from direct.distributed.DistributedObjectGlobal import DistributedObjectGlobal
|
||
|
|
||
|
class RATManager(DistributedObjectGlobal):
|
||
|
pass
|