10 lines
123 B
Python
10 lines
123 B
Python
import logging
|
|
|
|
class HilfeModul():
|
|
|
|
def __init__(self, world):
|
|
|
|
self.world = world
|
|
|
|
def hilfe(self, command):
|
|
|