5 lines
55 B
Python
Executable file
5 lines
55 B
Python
Executable file
|
|
class gameobj(object):
|
|
def __init__(self):
|
|
pass
|
|
|