forked from Shinonome/caelestia-cli
6 lines
76 B
Python
6 lines
76 B
Python
from argparse import Namespace
|
|
|
|
|
|
def run(args: Namespace) -> None:
|
|
pass
|