refactoring importviews, part 1
This commit is contained in:
@@ -44,6 +44,12 @@ class NKIntegration(SyncIntegration):
|
||||
'scope': 'read',
|
||||
}
|
||||
|
||||
def get_name(self):
|
||||
return "NK Logbook"
|
||||
|
||||
def get_shortname(self):
|
||||
return "nk"
|
||||
|
||||
def createworkoutdata(self, w, *args, **kwargs):
|
||||
return None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user