MANIFEST.in
README.md
pyproject.toml
setup.py
tellabot/__init__.py
tellabot/cli.py
tellabot/utils.py
tellabot.egg-info/PKG-INFO
tellabot.egg-info/SOURCES.txt
tellabot.egg-info/dependency_links.txt
tellabot.egg-info/entry_points.txt
tellabot.egg-info/requires.txt
tellabot.egg-info/top_level.txt
tellabot/templates/main_template/.env.example
tellabot/templates/main_template/.gitignore
tellabot/templates/main_template/README.md
tellabot/templates/main_template/requirements.txt
tellabot/templates/main_template/run.py
tellabot/templates/main_template/app/__init__.py
tellabot/templates/main_template/app/bot.py
tellabot/templates/main_template/app/handlers.py