Add a mudpy.menu module to hold menu functions
[mudpy.git] / mudpy / __init__.py
index 3a8cf43..f9e00b8 100644 (file)
@@ -18,6 +18,7 @@ def load():
             "command",
             "daemon",
             "data",
+            "menu",
             "misc",
             "password",
             "telnet",