Del unnecessary class from #1

This commit is contained in:
SantaSpeen 2022-03-16 16:10:14 +03:00
parent c889caaea3
commit 46ef961292

View File

@ -13,13 +13,6 @@ from .exceptions import (
API_URL = 'https://api.gitflic.ru'
class GitflicAPIMethods(Enum):
""" Methods that you may use for calling API. """
USER_ME = "/user/me"
USER = "/user"
# There is not all methods, please expand if you need some other method.
class Gitflic:
"""
Gitflic API wrapper.