todoist_interface/todoist_interface/gitlab.py

5 lines
121 B
Python

class GitlabAPI:
def __init__(self, url: str, token: str) -> None:
self.url = url
self.token = token