summaryrefslogtreecommitdiff
path: root/test/input/indirect2.py
blob: 6eefece6037540dda62ed05fb78c29427d74e11e (plain)
1
2
3
4
5
6
7
from indirect1 import TotoInterface

class AbstractToto:
    __implements__ = TotoInterface

    def helper(self):
        return 'help'