# SPDX-FileCopyrightText: 2025 Marco Ricci <software@the13thletter.info>## SPDX-License-Identifier: Zlib"""derivepassphrase internals.Warning:Non-public package (implementation detail), provided for didacticaland educational purposes only. Subject to change without notice,including removal."""import derivepassphrase__all__ = ()PROG_NAME = derivepassphrase.__distribution_name__VERSION = derivepassphrase.__version__AUTHOR = derivepassphrase.__author__