Skip to content

init

文件信息

  • 📄 原文件:__init__.py
  • 🔤 语言:python

工具子包

完整代码

python
from .helper import add, multiply
from .strings import capitalize_words, reverse_string

__all__ = ['add', 'multiply', 'capitalize_words', 'reverse_string', 'helper']

💬 讨论

使用 GitHub 账号登录后即可参与讨论

基于 MIT 许可发布