Skip to content

Commit

Permalink
Add __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Apr 8, 2024
1 parent 17b5b5e commit f694b18
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pandoc_numbering/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
"""
pandoc_numbering package.
"""

from ._main import Numbered, main

__all__ = ("main", "Numbered")

if __name__ == "__main__":
main()

0 comments on commit f694b18

Please sign in to comment.