sphinx/tests/roots/test-ext-inheritance_diagram/subdir/other.py
Albert Y. Shih 3e30fa36a2
Fix missing and broken links in inheritance diagrams (#10614)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
2023-08-08 20:32:58 +01:00

6 lines
52 B
Python

from test import Alice
class Bob(Alice):
pass