summaryrefslogtreecommitdiffstats
path: root/Src/PyCatcher/src/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'Src/PyCatcher/src/main.py')
-rw-r--r--Src/PyCatcher/src/main.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/Src/PyCatcher/src/main.py b/Src/PyCatcher/src/main.py
new file mode 100644
index 0000000..50f3d86
--- /dev/null
+++ b/Src/PyCatcher/src/main.py
@@ -0,0 +1,10 @@
+from pyCatcherController import PyCatcherController
+import time
+from pyCatcherView import PyCatcherGUI
+import gtk #@UnresolvedImport
+
+def main ():
+ controller = PyCatcherController()
+
+if __name__ == '__main__':
+ main() \ No newline at end of file