mirror of
https://gitflic.ru/project/santaspeen/gitflic.git
synced 2025-07-01 17:55:24 +00:00
4 lines
136 B
Python
4 lines
136 B
Python
from .api import Gitflic
|
|
from .auth import GitflicAuthScopes, GitflicAuth
|
|
from .__version__ import __version__, __author__, __license__
|