OWOD/detectron2/export/__init__.py

6 lines
110 B
Python
Raw Normal View History

2020-09-29 08:17:18 +08:00
# -*- coding: utf-8 -*-
from .api import *
__all__ = [k for k in globals().keys() if not k.startswith("_")]