diff options
Diffstat (limited to 'docs/sphinx/hieroglyph/__init__.py')
-rw-r--r-- | docs/sphinx/hieroglyph/__init__.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/sphinx/hieroglyph/__init__.py b/docs/sphinx/hieroglyph/__init__.py new file mode 100644 index 000000000..25dea27fb --- /dev/null +++ b/docs/sphinx/hieroglyph/__init__.py @@ -0,0 +1,6 @@ +# We only need to expose the setup function to Sphinx + +from .hieroglyph import setup +from .version import __version__ + +__author__ = 'Robert Smallshire'
\ No newline at end of file |