1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zwave-js-ui_ynh.git synced 2024-09-03 18:06:00 +02:00
zwave-js-ui_ynh/venv/lib/python3.10/site-packages/tomlq/__init__.py
2023-03-11 09:05:42 +00:00

15 lines
255 B
Python

# -*- coding: utf-8 -*-
"""Top-level package for tomlq."""
__author__ = """Max Dymond"""
__email__ = 'cmeister2@gmail.com'
__version__ = '0.1.0'
import yq
def main():
"""Call through to the tq_cli() command that exists in yq."""
yq.tq_cli()