mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
8 lines
117 B
Python
8 lines
117 B
Python
from __future__ import absolute_import
|
|
|
|
from .mod1 import func1, Class1
|
|
from .mod2 import (
|
|
func2,
|
|
Class2,
|
|
)
|