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