oldschool-toontown/otp/distributed/AstronAccount.py
2019-11-28 00:17:22 -05:00

7 lines
151 B
Python

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