X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=mudpy%2Fmenu.py;fp=mudpy%2Fmenu.py;h=a1d18f74b3fe0da478811afd6930e3ce46766509;hp=0000000000000000000000000000000000000000;hb=04f0120c2208fe2335905943f94f66eee8fa74b7;hpb=13138cabcedc52b00eb49b1a6b4e0818469bee74 diff --git a/mudpy/menu.py b/mudpy/menu.py new file mode 100644 index 0000000..a1d18f7 --- /dev/null +++ b/mudpy/menu.py @@ -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.