sphinx/tests/roots/test-ext-inheritance_diagram/external/other.py
Albert Y. Shih 4692208fde
Fix two relative link bugs in inheritance diagrams (#11634)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
2023-08-30 18:44:37 +01:00

6 lines
52 B
Python

from test import Alice
class Bob(Alice):
pass