Better CLI

This commit is contained in:
2023-05-02 15:13:05 +02:00
parent e61c3bb78f
commit 9ee0cdac3b
3 changed files with 38 additions and 8 deletions

15
pulses-cli.py Normal file
View File

@ -0,0 +1,15 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
# vim:fenc=utf-8
#
# Copyright © 2023 andre <andrea@mistrali.pw>
#
# Distributed under terms of the MIT license.
"""
"""
from pulses import cli
cli.main()