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

Added requirements.txt and __init__.py

This commit is contained in:
sudosnok 2022-03-26 16:11:46 +00:00
parent d41ebb2845
commit fdf2625b0c
2 changed files with 6 additions and 0 deletions

5
__init__.py Normal file
View file

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

1
requirements.txt Normal file
View file

@ -0,0 +1 @@
aiohttp==3.8.1