Poodletooth-iLand/otp/distributed/Account.py
2015-05-24 18:42:26 -05:00

6 lines
176 B
Python
Executable file

from direct.distributed.DistributedObject import DistributedObject
class Account(DistributedObject):
def __init__(self, cr):
DistributedObject.__init__(self, cr)