Added first working version of the library; updated README, .gitignore and LICENSE
This commit is contained in:
parent
b9b1620e89
commit
46de665176
7 changed files with 208 additions and 2 deletions
7
yahuelib/exceptions.py
Normal file
7
yahuelib/exceptions.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Copyright (c) 2023 Julian Müller (ChaoticByte)
|
||||
|
||||
class LightOrGroupNotFound(Exception):
|
||||
pass
|
||||
|
||||
class APIError(Exception):
|
||||
pass
|
Reference in a new issue