4 lines
71 B
Python
4 lines
71 B
Python
|
|
def run() -> None:
|
||
|
|
"""Entry point for ntr-fetcher CLI."""
|
||
|
|
pass
|