STDC/mmseg/core/utils/__init__.py
2020-07-10 02:39:01 +08:00

4 lines
55 B
Python

from .misc import add_prefix
__all__ = ['add_prefix']