1
0
Fork 0
forked from fz0x1/go-org-py

go-org-py

This commit is contained in:
fz0x1 2025-06-23 17:25:28 +02:00
commit 48bddd4a93
Signed by: fz0x1
GPG key ID: 6F81647BE1B459F4
9 changed files with 394 additions and 0 deletions

3
go_org_py/__init__.py Normal file
View file

@ -0,0 +1,3 @@
from .convert import OrgToHTML, Render
__all__ = ["Render", "OrgToHTML"]