Poodletooth-iLand/otp/distributed/Account.py

7 lines
176 B
Python
Raw Normal View History

2015-11-14 13:28:53 -06:00
from direct.distributed.DistributedObject import DistributedObject
class Account(DistributedObject):
def __init__(self, cr):
DistributedObject.__init__(self, cr)