diff options
| author | 2024-03-02 03:01:28 +0800 | |
|---|---|---|
| committer | 2024-03-02 03:01:28 +0800 | |
| commit | 679ca51b78cda9044dc8d8eb3fa246fd76cb227e (patch) | |
| tree | 14a5498c4f29d7cf98cb5985c35f38311bd49b72 /hydro_roll | |
| parent | 7a8c1862387c410b67af25cc54265df33506862b (diff) | |
| download | HydroRoll-679ca51b78cda9044dc8d8eb3fa246fd76cb227e.tar.gz HydroRoll-679ca51b78cda9044dc8d8eb3fa246fd76cb227e.zip | |
refactor(cli): rename class Cli as "Atien"
Diffstat (limited to 'hydro_roll')
| -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): |
