1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-30 20:48:12 +00:00

refactor w/ black

This commit is contained in:
NextChai 2022-04-30 02:27:16 -04:00
parent cc3cde89c8
commit b474492637
8 changed files with 187 additions and 165 deletions

View file

@ -1,4 +1,4 @@
#== __init__.py ==#
# == __init__.py ==#
__title__ = 'Github-Api-Wrapper'
__authors__ = 'VarMonke', 'sudosnok'
@ -10,4 +10,4 @@ from .main import *
from .objects import *
from .http import *
from .urls import *
from .exceptions import *
from .exceptions import *