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 77c2354c00
updated to version 0.0.3
added vision daemon which runs in the background
added more documentation to vision module
now including opencv dependencies in complib package
2021-01-21 23:55:26 +01:00

6 lines
No EOL
124 B
Python

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