git attributes

This commit is contained in:
deunix-educ
2022-01-12 09:08:42 +01:00
parent 14ffd11165
commit bbea7f1016
3 changed files with 19 additions and 1 deletions
+1
View File
@@ -14,6 +14,7 @@ def yaml_load(f):
return yaml.load(stream, Loader=yaml.FullLoader)
return {}
class ClientMQTTBase(mqtt.Client):
def __init__(self,
host='localhost',