# SPDX-FileCopyrightText: Peter Pentchev # SPDX-License-Identifier: BSD-2-Clause """Weekly challenge 315.""" from __future__ import annotations from .defs import VERSION __all__ = [ "VERSION", ]