pywmdockapps/wmdocklib/__init__.py

13 lines
352 B
Python

"""\
wmdocklib is a python module that will help you develop WindowMaker dockapps
in python. It is mostly a wrapper around the functions from the popular
wmgeneral.c, but some new functions are added too.
to get help about a contained package, try:
help(wmdocklib.<name>)
"""
from .pywmgeneral import *
from .pywmhelpers import *
__all__ = ['wmoo']