Py-Hanabi/hanabi_cli.py

11 lines
193 B
Python
Raw Normal View History

2023-07-05 19:04:20 +02:00
#! /bin/python3
"""
Short executable file to start the command-line-interface for the hanabi package.
Note this is not part of the package itself
"""
from hanabi import cli
cli.hanabi_cli()