7 lines
125 B
Python
7 lines
125 B
Python
"""
|
|
食物分类网络模型包
|
|
"""
|
|
|
|
from .food_net import FoodCNN, create_food_cnn
|
|
|
|
__all__ = ['FoodCNN', 'create_food_cnn'] |