1
0
Fork 0
eos-downloader/eos_downloader/cli/__main__.py
Daniel Baumann e0857d13c1
Adding upstream version 0.12.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-10 06:39:48 +01:00

8 lines
119 B
Python

"""ARDL Module CLI."""
from __future__ import annotations
from .cli import cli
if __name__ == "__main__":
cli()