blob: d435c0a98081194cc2676a44e1ed27661feef2a9 (
about) (
plain)
1
2
3
4
5
6
7
8
|
# SPDX-License-Identifier: CC0-1.0
# Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
#
# Available under the terms of Creative Commons Zero v1.0 Universal.
from ._util import strip_json_comments, normalize_version, parse_version, \
version_string, load_schema
|