feat: add RobloxClient and package exports
- Add client.py with RobloxClient class (migrated from clothing-upload-bot) - Credentials passed via constructor instead of module-level env globals - Supports async context manager and manual close() - Add __init__.py exporting RobloxClient, RateLimitError, and models - Add .gitignore
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
.venv/
|
||||
.env
|
||||
Reference in New Issue
Block a user