Spaces:
Running
on
Zero
Running
on
Zero
File size: 321 Bytes
85efb5b |
1 2 3 4 5 6 7 8 9 10 11 12 |
# Copyright (c) Meta Platforms, Inc. and its affiliates.
# (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
from iopath.common.file_io import HTTPURLHandler, PathManager as PathManagerBase
__all__ = ["PathManager"]
PathManager = PathManagerBase()
PathManager.register_handler(HTTPURLHandler())
|