Coverage for src/tomcli/__init__.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.2.3, created at 2023-04-13 04:07 +0300

1# Copyright (C) 2023 Maxwell G <maxwell@gtmx.me> 

2# 

3# SPDX-License-Identifier: MIT 

4 

5""" 

6CLI for working with TOML files. Pronounced "tohm-clee." 

7""" 

8from __future__ import annotations 

9 

10__version__ = "0.0.0"