OWOD/detectron2/export/__init__.py

6 lines
110 B
Python
Raw Normal View History

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