Browse Source

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

Taddeus Kroes 13 năm trước cách đây
mục cha
commit
34fb00c1ac
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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