LICENSE
README.md
pyproject.toml
cheatbot/__init__.py
cheatbot/client.py
cheatbot/services.py
cheatbot.egg-info/PKG-INFO
cheatbot.egg-info/SOURCES.txt
cheatbot.egg-info/dependency_links.txt
cheatbot.egg-info/requires.txt
cheatbot.egg-info/top_level.txt
cheatbot/models/__init__.py
cheatbot/models/base.py
cheatbot/models/common.py
cheatbot/models/fields.py
cheatbot/models/profile.py
cheatbot/models/subscription.py
cheatbot/models/task.py
cheatbot/models/task_creation.py
tests/test_client.py