blob: 29a4fcd3278762ff8be230b578dcdaab7ed81dfb (
about) (
plain)
1
2
3
4
5
|
# ---------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# ---------------------------------------------------------
__path__ = __import__("pkgutil").extend_path(__path__, __name__) # type: ignore
|