[anvato] update ANVACK table and add experimental token generator for NFL

This commit is contained in:
Remita Amine
2020-12-15 16:01:33 +01:00
parent 84f19c026f
commit b34c9551aa
4 changed files with 129 additions and 11 deletions
@@ -0,0 +1,6 @@
from __future__ import unicode_literals
class TokenGenerator:
def generate(self, anvack, mcp_id):
raise NotImplementedError('This method must be implemented by subclasses')