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