1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-31 13:08:12 +00:00

Rename Github/__init__.py to github/__init__.py

This commit is contained in:
Var 2022-05-01 00:33:34 +05:30 committed by GitHub
parent 32cfe5de4d
commit b099055fc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
github/__init__.py Normal file
View file

@ -0,0 +1,13 @@
# == __init__.py ==#
__title__ = 'Github-Api-Wrapper'
__authors__ = 'VarMonke', 'sudosnok'
__version__ = '1.1.1'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 VarMonke & sudosnok'
from .client import *
from .objects import *
from .http import *
from .urls import *
from .exceptions import *