Created a documentation and updated the README

This commit is contained in:
Julian Müller (ChaoticByte) 2023-07-21 22:35:31 +02:00
parent 3664f811dc
commit 66541220bf
6 changed files with 451 additions and 17 deletions

View file

@ -1,7 +1,9 @@
# Copyright (c) 2023 Julian Müller (ChaoticByte)
class LightOrGroupNotFound(Exception):
'''`LightOrGroupNotFound` Exception'''
pass
class APIError(Exception):
'''Generic `APIError` Exception'''
pass