extism / python-pdk

Extism PDK for Python
9 stars 0 forks source link

Use decorator for exports instead of __all__ #6

Closed zshipko closed 2 weeks ago

zshipko commented 3 weeks ago

This would improve the experience of exporting functions by not having to add the function by name to __all__ manually