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