mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
*** empty log message ***
This commit is contained in:
parent
f684660e01
commit
b58582dd89
12
direct/src/distributed/Account.py
Normal file
12
direct/src/distributed/Account.py
Normal file
@ -0,0 +1,12 @@
|
||||
"""
|
||||
Account module: stub to fulfill the Account toon.dc Distributed Class
|
||||
This is a class Roger needs for the server to be able to display these values
|
||||
appropriately in the db web interface.
|
||||
"""
|
||||
|
||||
import DistributedObject
|
||||
|
||||
class Account(DistributedObject.DistributedObject):
|
||||
def __init__(self, cr):
|
||||
pass
|
||||
|
Loading…
x
Reference in New Issue
Block a user