Spaces:
Running
on
Zero
Running
on
Zero
File size: 209 Bytes
fb9d4c3 |
1 2 3 4 5 6 |
# Copyright (c) Facebook, Inc. and its affiliates.
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("_")]
|