Added a copy of SGC

This commit is contained in:
Anna Rose Wiggins 2012-04-14 18:38:47 -04:00
parent 90ff7ceba8
commit 52eb18994d
22 changed files with 3283 additions and 0 deletions

14
sgc/__init__.py Normal file
View file

@ -0,0 +1,14 @@
"""
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