Created a documentation and updated the README
This commit is contained in:
parent
3664f811dc
commit
66541220bf
6 changed files with 451 additions and 17 deletions
|
@ -1,7 +1,9 @@
|
|||
# Copyright (c) 2023 Julian Müller (ChaoticByte)
|
||||
|
||||
class LightOrGroupNotFound(Exception):
|
||||
'''`LightOrGroupNotFound` Exception'''
|
||||
pass
|
||||
|
||||
class APIError(Exception):
|
||||
'''Generic `APIError` Exception'''
|
||||
pass
|
||||
|
|
Reference in a new issue