diff --git a/sphinxtogithub/__init__.py b/sphinxtogithub/__init__.py index 14fd907..26e828f 100644 --- a/sphinxtogithub/__init__.py +++ b/sphinxtogithub/__init__.py @@ -8,4 +8,18 @@ __release__ = ".".join(map(str, VERSION)) __author__ = "Michael Jones" __contact__ = "http://github.com/michaeljones" __homepage__ = "http://github.com/michaeljones/sphinx-to-github" -__docformat__ = "restructuredtext" \ No newline at end of file +__docformat__ = "restructuredtext" + +from sphinxtogithub import ( + setup, + sphinx_extension, + LayoutFactory, + Layout, + DirectoryHandler, + VerboseRename, + ForceRename, + Remover, + FileHandler, + Replacer, + NoDirectoriesError, +) \ No newline at end of file