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