pygo/sgc/locals.py
2012-04-14 18:38:47 -04:00

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