mirror of
https://github.com/vale981/sphinx-multiversion
synced 2025-03-05 09:31:40 -05:00
8 lines
113 B
Python
8 lines
113 B
Python
# -*- coding: utf-8 -*-
|
|
from .sphinx import setup
|
|
from .main import main
|
|
|
|
__all__ = [
|
|
"setup",
|
|
"main",
|
|
]
|