Coverage for sentimatrix / input / __init__.py: 100%
0 statements
« prev ^ index » next coverage.py v7.13.2, created at 2026-01-28 09:30 +0000
« prev ^ index » next coverage.py v7.13.2, created at 2026-01-28 09:30 +0000
1"""
2Sentimatrix Input Module
4Contains input handlers for various data formats:
5- Text input
6- File input
7- Audio input
8- Image input
9"""
11# Input handlers will be implemented in later stages