Sfoglia il codice sorgente

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

Taddeus Kroes 13 anni fa
parent
commit
34fb00c1ac
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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