Better CLI
This commit is contained in:
15
pulses-cli.py
Normal file
15
pulses-cli.py
Normal 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()
|
Reference in New Issue
Block a user