summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-ext-inheritance_diagram/external/other.py
blob: a4ce8a752608e14bd2615150ebcd4081a95eccd0 (plain)
1
2
3
4
5
from test import Alice


class Bob(Alice):
    pass