Imported from archive.
[mudpy.git] / muff / __init__.py
diff --git a/muff/__init__.py b/muff/__init__.py
new file mode 100644 (file)
index 0000000..f638cbd
--- /dev/null
@@ -0,0 +1,9 @@
+"""Initialization for MUFF Modules"""
+
+# Copyright (c) 2005 mudpy, Jeremy Stanley <fungi@yuggoth.org>, all rights reserved.
+# Licensed per terms in the LICENSE file distributed with this software.
+
+# these are all the modules included in the muff package; if you create
+# another, be sure to add it to this list
+__all__ = [ "muffcmds", "muffmain", "muffmenu", "muffmisc", "muffsock", "muffuniv", "muffuser", "muffvars" ]
+