File: __init__.py

package info (click to toggle)
sphinx-autoapi 3.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 884 kB
  • sloc: python: 5,260; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 124 bytes parent folder | download
1
2
3
4
5
6
7
"""Sphinx AutoAPI"""

from .extension import setup

__all__ = ("setup",)
__version__ = "3.6.1"
__version_info__ = (3, 6, 1)