mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-07 07:49:30 -05:00
parser: add func to run with args
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from argparse import Namespace
|
||||
|
||||
|
||||
def run(args: Namespace) -> None:
|
||||
pass
|
||||
Reference in New Issue
Block a user