Poodletooth-iLand/otp/distributed/Account.py

7 lines
176 B
Python
Raw Normal View History

2015-05-24 18:23:54 -05:00
from direct.distributed.DistributedObject import DistributedObject
2015-03-03 16:10:12 -06:00
2015-05-24 18:23:54 -05:00
class Account(DistributedObject):
2015-03-03 16:10:12 -06:00
def __init__(self, cr):
2015-05-24 18:23:54 -05:00
DistributedObject.__init__(self, cr)