Added a copy of SGC
This commit is contained in:
parent
90ff7ceba8
commit
52eb18994d
22 changed files with 3283 additions and 0 deletions
14
sgc/__init__.py
Normal file
14
sgc/__init__.py
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue