This repository has been archived on 2025-06-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
compLIB/compLib/__init__.py
Joel af3f832758
fixed buzzer thread
fixed logging
fixed postinstall.sh
2021-01-29 14:21:03 +01:00

6 lines
No EOL
126 B
Python

__version__ = "0.0.4-6"
import compLib.LogstashLogging
import logging
print(f"Starting compLib! Version: {__version__} ...")