__init__.py 189 Bytes
Newer Older
dengjb's avatar
update  
dengjb committed
1
2
3
4
5
6
7
8
9
# encoding: utf-8
"""
@author:  l1aoxingyu
@contact: sherlockliao01@gmail.com
"""

from .naic_dataset import *
from .config import add_naic_config
from .naic_evaluator import NaicEvaluator