This commit is contained in:
2022-03-15 23:55:07 +03:00
parent f5f3ff6214
commit a8a02c6911
4 changed files with 64 additions and 0 deletions

0
gitflic/__init__.py Normal file
View File

7
gitflic/__version__.py Normal file
View File

@@ -0,0 +1,7 @@
__title__ = "gitflic"
__version__ = "0.0.1"
__description__ = "GitflicApi wrapper"
__author__ = "SantaSpeen"
__author_email__ = "dir@sssr.dev"
__url__ = "https://github.com/SantaSpeen/gitflic"
__license__ = "Apache License 2.0 "

6
gitflic/api.py Normal file
View File

@@ -0,0 +1,6 @@
class Gitflic:
def __init__(self):
pass