Skip to content

Commit 4aa0a6a

Browse files
committed
Generate __init__.py
1 parent 3fbe522 commit 4aa0a6a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

__init__.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# __init__.py
2+
3+
"""
4+
Python package entry point for the PyLuaHelper module.
5+
"""
6+
7+
# Re-export the helper class for convenient access
8+
from .py_lua_helper import PyLuaHelper
9+
10+
__all__ = ["PyLuaHelper"]

0 commit comments

Comments
 (0)