5 lines
97 B
Python
5 lines
97 B
Python
|
|
|
||
|
|
from .trainer import UAVSegTrainer
|
||
|
|
from .predictor import UAVSegPredictor
|
||
|
|
|
||
|
|
__version__ = '0.1.0'
|