mirror of
https://gitflic.ru/project/santaspeen/gitflic.git
synced 2026-02-16 10:40:50 +00:00
0.0.1
This commit is contained in:
0
gitflic/__init__.py
Normal file
0
gitflic/__init__.py
Normal file
7
gitflic/__version__.py
Normal file
7
gitflic/__version__.py
Normal 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
6
gitflic/api.py
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
class Gitflic:
|
||||
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user