mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-17 21:25:35 +00:00
4 lines
131 B
Python
4 lines
131 B
Python
from .dotnet import DotNetDomain
|
|
from .python import PythonDomain
|
|
from .go import GoDomain
|
|
from .javascript import JavaScriptDomain |