Browse Source

Added some classes to src init to allow direct imports from the src module.

Taddeus Kroes 13 years ago
parent
commit
34fb00c1ac
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/__init__.py

+ 3 - 0
src/__init__.py

@@ -0,0 +1,3 @@
+from widget import Widget
+from tracker import GestureTracker, Gesture
+from event_server import EventServer