This commit is contained in:
Simonmicro 2021-12-09 17:38:26 +01:00
parent 59e9d47843
commit 1e6a55d06a
No known key found for this signature in database
GPG key ID: 033A4D4CE4E063D6

View file

@ -9,7 +9,7 @@ import time
import signal import signal
import logging import logging
import argparse import argparse
from collections import Sequence from collections.abc import Sequence
__version__ = "0.1" __version__ = "0.1"
__license__ = "MIT License" __license__ = "MIT License"