pygo/sgc/__init__.py
2012-04-14 18:38:47 -04:00

15 lines
365 B
Python

"""
Module Packages:
:py:mod:`widgets<sgc.widgets>`: All the widgets available for use in this toolkit.
Modules:
:py:mod:`locals<sgc.locals>`: Constants to be imported into the local namespace for convenience.
:py:mod:`surface<sgc.surface>`: Extended pygame.surface classes.
"""
import surface
import locals
import widgets
from widgets._locals import Font