Poodletooth-iLand/otp/distributed/Account.py

7 lines
176 B
Python
Raw Normal View History

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