mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-07-29 15:54:40 -05:00
7 lines
72 B
Python
7 lines
72 B
Python
import unknown
|
|
|
|
|
|
class Foo(unknown.Class):
|
|
"""Foo class"""
|
|
pass
|