Coverage for src/tomcli/__init__.py: 100%
3 statements
« prev ^ index » next coverage.py v7.2.3, created at 2023-04-13 11:39 +0300
« prev ^ index » next coverage.py v7.2.3, created at 2023-04-13 11:39 +0300
1# Copyright (C) 2023 Maxwell G <maxwell@gtmx.me>
2#
3# SPDX-License-Identifier: MIT
5"""
6CLI for working with TOML files. Pronounced "tohm-clee."
7"""
8from __future__ import annotations
10__version__ = "0.0.0.post0"