Explorar el Código

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

Taddeus Kroes hace 13 años
padre
commit
34fb00c1ac
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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