mmsegmentation/mmseg/models/necks/__init__.py

4 lines
40 B
Python

from .fpn import FPN
__all__ = ['FPN']