Skip to content

init

文件信息

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

数据模型子包

完整代码

python
from .user import User
from .product import Product

__all__ = ['User', 'Product']

💬 讨论

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

基于 MIT 许可发布