extism / python-pdk

Write Extism plugins in Python
https://extism.org
BSD 3-Clause "New" or "Revised" License
14 stars 2 forks source link

Use decorator for exports instead of __all__ #6

Closed zshipko closed 2 months ago

zshipko commented 2 months ago

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