File: __init__.py

package info (click to toggle)
sphinx-multiversion 0.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 228 kB
  • sloc: python: 767; makefile: 12
file content (10 lines) | stat: -rw-r--r-- 136 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# -*- coding: utf-8 -*-
from .sphinx import setup
from .main import main

__version__ = "0.2.4"

__all__ = [
    "setup",
    "main",
]