add stubs for pluggable implementations

This commit is contained in:
2016-08-20 11:56:48 +01:00
parent 27fb51e6e1
commit 01e0af6fcb
4 changed files with 50 additions and 0 deletions

5
implementation/local.py Normal file
View File

@@ -0,0 +1,5 @@
from . import ibuddy
class local(ibuddy):
def test(self):
print('test local')