Primo Commit

master
Emanuele Trabattoni 2020-03-19 10:33:49 +01:00
commit 5139899eb3
5 changed files with 15 additions and 0 deletions

2
.gitignore vendored 100644
View File

@ -0,0 +1,2 @@
/.project
/.pydevproject

0
comm/__init__.py 100644
View File

5
comm/main.py 100644
View File

@ -0,0 +1,5 @@
'''
Created on 19 mar 2020
@author: Emanuele Trabattoni
'''

View File

8
driver/main.py 100644
View File

@ -0,0 +1,8 @@
'''
Created on 19 mar 2020
@author: Emanuele Trabattoni
'''
if __name__ == '__main__':
pass