Merging upstream version 0.12.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f45bc3d463
commit
8d2f70e3c7
77 changed files with 23610 additions and 2331 deletions
8
eos_downloader/cli/__main__.py
Normal file
8
eos_downloader/cli/__main__.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
"""ARDL Module CLI."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from .cli import cli
|
||||
|
||||
if __name__ == "__main__":
|
||||
cli()
|
Loading…
Add table
Add a link
Reference in a new issue