__init__.py 489 B

1234567891011121314
  1. # !/usr/bin/env python3
  2. # -*- coding: UTF-8 -*-
  3. ################################################################################
  4. #
  5. # Copyright (c) 2024 Baidu.com, Inc. All Rights Reserved
  6. #
  7. ################################################################################
  8. """
  9. Author: PaddlePaddle Authors
  10. """
  11. from .core import (set_parent_dirs, setup, wheel, is_initialized, initialize,
  12. get_versions)
  13. from .meta import get_all_repo_names as get_all_supported_repo_names