__init__.py 236 B

1234567891011
  1. #
  2. # Copyright (C) 2019 Intel Corporation. All rights reserved.
  3. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. #
  5. __all__ = [
  6. "net_manager", "wifi_daemon_utils"
  7. ]
  8. __author__ = ""
  9. __package__ = "model"
  10. __version__ = "1.0"