refactoring importviews, part 1
This commit is contained in:
@@ -36,6 +36,13 @@ class SyncIntegration(metaclass=ABCMeta):
|
||||
callable(subclass.get_token) or
|
||||
NotImplemented)
|
||||
|
||||
@abstractmethod
|
||||
def get_name(self):
|
||||
raise NotImplementedError
|
||||
|
||||
@abstractmethod
|
||||
def get_shortname(self):
|
||||
raise NotImplementedError
|
||||
|
||||
@abstractmethod
|
||||
def createworkoutdata(self, w, *args, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user