4 lines
48 B
Python
4 lines
48 B
Python
|
class Mud:
|
||
|
def __init__(self):
|
||
|
pass
|