__init__.py 103 Bytes
Newer Older
1
2
3
4
# Copyright (c) OpenMMLab. All rights reserved.
from .observer import Observer

__all__ = ['Observer']