commit 5139899eb320238defcd1e176f4a491e8415d86d Author: Emanuele Date: Thu Mar 19 10:33:49 2020 +0100 Primo Commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a2bf2de --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/.project +/.pydevproject diff --git a/comm/__init__.py b/comm/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/comm/main.py b/comm/main.py new file mode 100644 index 0000000..6a30106 --- /dev/null +++ b/comm/main.py @@ -0,0 +1,5 @@ +''' +Created on 19 mar 2020 + +@author: Emanuele Trabattoni +''' diff --git a/driver/__init__.py b/driver/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/driver/main.py b/driver/main.py new file mode 100644 index 0000000..9ce4415 --- /dev/null +++ b/driver/main.py @@ -0,0 +1,8 @@ +''' +Created on 19 mar 2020 + +@author: Emanuele Trabattoni +''' + +if __name__ == '__main__': + pass \ No newline at end of file