标签: python python-3.x
我为所有模型数据制作了一个包。它包含game_cards和用户。现在我想要另一个名为the_game的模块,它有两个模块。而不是仅仅使the_game成为层次结构中的同一级别。我该怎么做?我研究过this tutorial,但它并没有真正给出Has-A关系的代码示例。只有Is-A。
我的包结构是:
model/user /game_cards
我想:
model/the_game /user /game_cards