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.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/Src/PyCatcher/src/main.py b/Src/PyCatcher/src/main.py
new file mode 100644
index 0000000..0bbda10
--- /dev/null
+++ b/Src/PyCatcher/src/main.py
@@ -0,0 +1,7 @@
+from pyCatcherController import PyCatcherController
+
+def main ():
+ controller = PyCatcherController()
+
+if __name__ == '__main__':
+ main() \ No newline at end of file