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

6 lines
No EOL
124 B
Python

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