Add a mudpy.menu module to hold menu functions
[mudpy.git] / mudpy / menu.py
diff --git a/mudpy/menu.py b/mudpy/menu.py
new file mode 100644 (file)
index 0000000..a1d18f7
--- /dev/null
@@ -0,0 +1,5 @@
+"""Utility functions for menu operation."""
+
+# Copyright (c) 2019 mudpy authors. Permission to use, copy,
+# modify, and distribute this software is granted under terms
+# provided in the LICENSE file distributed with this software.