diff options
Diffstat (limited to 'hydro_roll/cli.py')
| -rw-r--r-- | hydro_roll/cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hydro_roll/cli.py b/hydro_roll/cli.py index d3404ad..1a36348 100644 --- a/hydro_roll/cli.py +++ b/hydro_roll/cli.py @@ -8,7 +8,7 @@ from typing import TYPE_CHECKING if TYPE_CHECKING: from .typing import * -class Cli(object): +class Atien(object): parser = argparse.ArgumentParser(description="水系终端脚手架") def __init__(self): |
