Added a copy of SGC
This commit is contained in:
parent
90ff7ceba8
commit
52eb18994d
22 changed files with 3283 additions and 0 deletions
13
sgc/locals.py
Normal file
13
sgc/locals.py
Normal file
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
# Copyright (C) 2012 Sam Bull
|
||||
|
||||
"""
|
||||
Imports useful objects into the local namespace.
|
||||
|
||||
Constants:
|
||||
GUI: Event type for any event emitted by this toolkit.
|
||||
|
||||
"""
|
||||
|
||||
from widgets._locals import GUI
|
Loading…
Add table
Add a link
Reference in a new issue