add missing keys() method
This commit is contained in:
parent
112eda2021
commit
2301141b44
@ -33,6 +33,9 @@ class CommandMapper(object):
|
||||
self.static = static
|
||||
return self
|
||||
|
||||
def keys(self):
|
||||
return self.mappings.keys()
|
||||
|
||||
|
||||
class CommandMapping(ABC):
|
||||
@abstractmethod
|
||||
|
Loading…
Reference in New Issue
Block a user