Files
pylibibuddy/implementation/local.py

5 lines
94 B
Python

from . import ibuddy
class local(ibuddy):
def test(self):
print('test local')