Coverage for src/dmxfy/languages/__init__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.10.1, created at 2025-08-12 11:32 +0800

1# src/dmxfy/languages/__init__.py 

2from .languages import LANGUAGES 

3 

4__all__ = ["LANGUAGES"]