File size: 161 Bytes
3f42a6f
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
from . import (
    detection,
    recognition,
    tools,
    data_generation,
    pipeline,
    evaluation,
    datasets,
    config,
)

__version__ = "0.9.0"