mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 20:52:26 -06:00
6 lines
176 B
Python
Executable file
6 lines
176 B
Python
Executable file
from direct.distributed.DistributedObject import DistributedObject
|
|
|
|
class Account(DistributedObject):
|
|
|
|
def __init__(self, cr):
|
|
DistributedObject.__init__(self, cr)
|