Skip to content

Instantly share code, notes, and snippets.

@prankousky
prankousky / example.py
Created May 17, 2019 16:18
python mqtt jspn
#!/usr/bin/env python3
# mqtt
import paho.mqtt.client as mqtt
# clear screen
import os
# farbige Ausgabe
from termcolor import colored
# json importieren
import json