15 lines
365 B
Python
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
|