1
0
Fork 0
eos-downloader/eos_downloader/cli/__main__.py

9 lines
119 B
Python
Raw Normal View History

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