3 lines
63 B
Python
3 lines
63 B
Python
![]() |
class DungeonGame:
|
||
|
def __init__(self) -> None:
|
||
|
pass
|