Adding clean install to repo with project files

This commit is contained in:
AmariBolmer
2024-10-21 18:07:45 -07:00
commit 5fb3049888
15 changed files with 183 additions and 0 deletions

3
poke_sdk/exceptions.py Normal file
View File

@@ -0,0 +1,3 @@
class APIError(Exception):
"""Custom exception for API errors."""
pass