Initial Commit
This commit is contained in:
5
bin/com/communication.py
Normal file
5
bin/com/communication.py
Normal file
@@ -0,0 +1,5 @@
|
||||
class Communication:
|
||||
def __init__(self):
|
||||
self.__x = 0
|
||||
self.__data_recieve = 0
|
||||
self.__output = ""
|
||||
Reference in New Issue
Block a user