CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
.github/workflows/ci.yml
botibot.py.egg-info/PKG-INFO
botibot.py.egg-info/SOURCES.txt
botibot.py.egg-info/dependency_links.txt
botibot.py.egg-info/entry_points.txt
botibot.py.egg-info/not-zip-safe
botibot.py.egg-info/requires.txt
botibot.py.egg-info/top_level.txt
modules/__init__.py
modules/_version.py
modules/cli.py
modules/oled/__init__.py
modules/oled/oled_display.py
modules/relay/__init__.py
modules/relay/relay_controller.py
modules/servo/__init__.py
modules/servo/servo_controller.py
modules/tft/__init__.py
modules/webserver/__init__.py
modules/webserver/flask_server.py
scripts/build.sh
tests/__init__.py
tests/demo_all_modules.py
tests/test_basic.py