taskwarrior-grocy/apps/grocy.py

15 lines
193 B
Python

from twservices.apps import TaskService
class Grocy(TaskService):
def __init__(self, config):
self.api_token = config.api_token
self.logger = config.logger