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

8 lines
119 B
Python

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