mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-04 12:00:16 +00:00
7 lines
105 B
Python
7 lines
105 B
Python
"""
|
|
Sphinx AutoAPI
|
|
"""
|
|
|
|
from .extension import setup
|
|
from ._version import __version__, __version_info__
|