16 lines
208 B
Python
16 lines
208 B
Python
#! /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()
|