raycv/data/registry.py

5 lines
100 B
Python

from util.registry import Registry
DATASET = Registry("dataset")
TRANSFORM = Registry("transform")