fixup: rfkill base
This commit is contained in:
parent
d2f680d65f
commit
e2cf4b13b6
1 changed files with 3 additions and 1 deletions
|
|
@ -1,9 +1,11 @@
|
|||
import base
|
||||
import repository
|
||||
import rfkill
|
||||
|
||||
__all__ = ["repository", "get_repository", "Plugin"]
|
||||
__all__ = ["repository", "get_repository", "Plugin", "RFKillPlugin"]
|
||||
|
||||
def get_repository():
|
||||
return repository.PluginRepository.get_instance()
|
||||
|
||||
Plugin = base.Plugin
|
||||
RFKillPlugin = rfkill.RFKillPlugin
|
||||
|
|
|
|||
Loading…
Reference in a new issue