Move commands into a separate command module
[mudpy.git] / mudpy / __init__.py
index 38a69af..59128e8 100644 (file)
@@ -29,5 +29,5 @@ def load():
 
 
 # load the modules contained in this package
 
 
 # load the modules contained in this package
-modules = ["data", "misc", "password", "telnet", "version"]
+modules = ["command", "data", "misc", "password", "telnet", "version"]
 load()
 load()