1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-07-24 23:17:43 +00:00

Reshuffling

This commit is contained in:
sudosnok 2022-03-26 16:19:17 +00:00
parent ed5f9f522b
commit e2e0073ca1
2 changed files with 0 additions and 0 deletions

5
Github/__init__.py Normal file
View file

@ -0,0 +1,5 @@
__title__ = 'Github-Api-Wrapper'
__authors__ = 'VarMonke', 'sudosnok'
__version__ = '0.0.1'

5
Github/exceptions.py Normal file
View file

@ -0,0 +1,5 @@
#== exceptions.py ==#
class APIError(Exception):
"""Base level exceptions raised by errors related to any API request or call"""
pass