5 lines
94 B
Python
5 lines
94 B
Python
from . import ibuddy
|
|
|
|
class local(ibuddy):
|
|
def test(self):
|
|
print('test local') |