updated moudle __init__

This commit is contained in:
Fredrick W. Warren 2024-09-09 01:16:30 -06:00
parent b72b9d2f3e
commit b30c989858

View File

@ -6,7 +6,7 @@ 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 *
from .pywmgeneral import *
from .pywmhelpers import *
__all__ = ['wmoo']