X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=muff%2F__init__.py;fp=muff%2F__init__.py;h=f638cbd57fda6387864da891e6869c681b204844;hb=fecd4c0fc49593052697b8cf199603cf1fac2b61;hp=0000000000000000000000000000000000000000;hpb=724736a86ae223448f90a6d3a15adacd035feaa5;p=mudpy.git diff --git a/muff/__init__.py b/muff/__init__.py new file mode 100644 index 0000000..f638cbd --- /dev/null +++ b/muff/__init__.py @@ -0,0 +1,9 @@ +"""Initialization for MUFF Modules""" + +# Copyright (c) 2005 mudpy, Jeremy Stanley , 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" ] +