__init__.py 224 Bytes
Newer Older
mashun1's avatar
catvton  
mashun1 committed
1
2
3
4
5
6
7
# Copyright (c) Facebook, Inc. and its affiliates.

# pyre-unsafe

from . import builtin  # ensure the builtin datasets are registered

__all__ = [k for k in globals().keys() if "builtin" not in k and not k.startswith("_")]