third_party.pylibs.pylint.src/pylint/test/input/indirect2.py
2015-02-14 18:13:20 +02:00

8 lines
137 B
Python

from indirect1 import TotoInterface
class AbstractToto:
__implements__ = TotoInterface
def helper(self):
return 'help'