sphinx/tests/roots/test-ext-autodoc/target/overload2.py

6 lines
59 B
Python

from target.overload import Bar
class Baz(Bar):
pass