Coverage for src / derivepassphrase / _internals / __init__.py: 100.000%

5 statements  

« prev     ^ index     » next       coverage.py v7.13.1, created at 2026-07-06 21:34 +0200

1# SPDX-FileCopyrightText: 2026 Marco Ricci <software@the13thletter.info> 

2# 

3# SPDX-License-Identifier: Zlib 

4 

5"""derivepassphrase internals. 

6 

7Warning: 

8 Non-public package (implementation detail), provided for didactical 

9 and educational purposes only. Subject to change without notice, 

10 including removal. 

11 

12""" 

13 

14import derivepassphrase 

15 

16__all__ = () 

17 

18PROG_NAME = derivepassphrase.__distribution_name__ 

19VERSION = derivepassphrase.__version__ 

20AUTHOR = derivepassphrase.__author__