mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-06 15:06:00 +00:00
add missing keys() method
This commit is contained in:
parent
112eda2021
commit
2301141b44
1 changed files with 3 additions and 0 deletions
|
|
@ -33,6 +33,9 @@ class CommandMapper(object):
|
|||
self.static = static
|
||||
return self
|
||||
|
||||
def keys(self):
|
||||
return self.mappings.keys()
|
||||
|
||||
|
||||
class CommandMapping(ABC):
|
||||
@abstractmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue