aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/hydro_roll_core/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'hydro_roll_core/cli.py')
-rw-r--r--hydro_roll_core/cli.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/hydro_roll_core/cli.py b/hydro_roll_core/cli.py
index ac66296..55758bc 100644
--- a/hydro_roll_core/cli.py
+++ b/hydro_roll_core/cli.py
@@ -1,5 +1,6 @@
import argparse
+
class Cli(object):
parser = argparse.ArgumentParser(description="水系核心终端")
@@ -42,4 +43,4 @@ class Cli(object):
return self.args
def get_help(self):
- return self.parser.format_help() \ No newline at end of file
+ return self.parser.format_help()