diff --git a/src/mudlib/server.py b/src/mudlib/server.py index 3fb05a1..efd9237 100644 --- a/src/mudlib/server.py +++ b/src/mudlib/server.py @@ -15,6 +15,7 @@ from telnetlib3.server_shell import readline2 import mudlib.combat.commands import mudlib.commands +import mudlib.commands.build import mudlib.commands.containers import mudlib.commands.crafting import mudlib.commands.describe @@ -26,6 +27,7 @@ import mudlib.commands.help import mudlib.commands.home import mudlib.commands.look import mudlib.commands.movement +import mudlib.commands.paint import mudlib.commands.play import mudlib.commands.portals import mudlib.commands.power