Initial Commit

This commit is contained in:
janis
2022-05-14 18:04:52 +02:00
commit 3fade3a2c9
20 changed files with 587 additions and 0 deletions

5
bin/com/communication.py Normal file
View File

@@ -0,0 +1,5 @@
class Communication:
def __init__(self):
self.__x = 0
self.__data_recieve = 0
self.__output = ""