Imported from archive.
[mudpy.git] / lib / muff / __init__.py
1 """Initialization for MUFF Modules"""
2
3 # Copyright (c) 2005 mudpy, Jeremy Stanley <fungi@yuggoth.org>, all rights reserved.
4 # Licensed per terms in the LICENSE file distributed with this software.
5
6 # these are all the modules included in the muff package; if you create
7 # another, be sure to add it to this list
8 __all__ = [ "muffcmds", "muffconf", "muffmain", "muffmenu", "muffmisc", "muffsock", "muffuser", "muffvars" ]
9