add stubs for pluggable implementations
This commit is contained in:
5
implementation/remote.py
Normal file
5
implementation/remote.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from . import ibuddy
|
||||
|
||||
class remote(ibuddy):
|
||||
def test(self):
|
||||
print('test remote')
|
||||
Reference in New Issue
Block a user