Coverage for src/pyTRLCConverter/__init__.py: 100%
1 statements
« prev ^ index » next coverage.py v7.10.3, created at 2025-08-14 10:59 +0000
« prev ^ index » next coverage.py v7.10.3, created at 2025-08-14 10:59 +0000
1"""__init__""" # pylint: disable=invalid-name
3# pyTRLCConverter - A tool to convert TRLC files to specific formats.
4# Copyright (c) 2024 - 2025 NewTec GmbH
5#
6# This file is part of pyTRLCConverter program.
7#
8# The pyTRLCConverter program is free software: you can redistribute it and/or modify it under
9# the terms of the GNU General Public License as published by the Free Software Foundation,
10# either version 3 of the License, or (at your option) any later version.
11#
12# The pyTRLCConverter program is distributed in the hope that it will be useful, but
13# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License along with pyTRLCConverter.
17# If not, see <https://www.gnu.org/licenses/>.
19from .version import __version__, __author__, __email__, __repository__, __license__