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