14 lines
215 B
Python
14 lines
215 B
Python
#!/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
|