todoist_interface/todoist_interface/gitlab.py

5 lines
121 B
Python
Raw Normal View History

2021-11-06 19:42:04 +01:00
class GitlabAPI:
def __init__(self, url: str, token: str) -> None:
self.url = url
self.token = token