Added import statements to packages to make them easier to import.

This commit is contained in:
Joey Payne 2014-02-04 22:52:56 -07:00
commit a8a01bf384
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1 @@
from jgui.events.events import *

View file

@ -0,0 +1,2 @@
from jgui.surface.surface import *
from jgui.surface.structures import *