pygo/sgc/__init__.py

15 lines
365 B
Python
Raw Normal View History

2012-04-14 22:38:47 +00:00
"""
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