blob: fadb81cc298bf8778735e6506682af5af3db4bd7 (
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, validator_for, translation
|