Add clarifying code comments and improve README

This commit is contained in:
hexbabe
2023-11-30 17:55:18 -05:00
parent f60b51d156
commit 85662fd6c3
4 changed files with 13 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
import asyncio
# usage of camera type is arbitrary; refactor to your desired component/service
from viam.components.camera import Camera
from viam.logging import getLogger
from viam.module.module import Module