use regular re package

This commit is contained in:
Simon Pirkelmann 2021-03-13 18:33:00 +01:00
parent 39bea22251
commit 28f95740af

View File

@ -1,5 +1,5 @@
import paho.mqtt.client as mqtt
import regex as re
import re
class DoorHandle: