mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-05 23:09:27 -05:00
6 lines
76 B
Python
6 lines
76 B
Python
from argparse import Namespace
|
|
|
|
|
|
def run(args: Namespace) -> None:
|
|
pass
|