added vision daemon which runs in the background added more documentation to vision module now including opencv dependencies in complib package
6 lines
No EOL
124 B
Python
6 lines
No EOL
124 B
Python
__version__ = "0.0.3"
|
|
|
|
import compLib.LogstashLogging
|
|
import logging
|
|
|
|
print(f"Starting compLib! Version: {__version__} ...") |