diff options
Diffstat (limited to 'tools/demo_tool.py')
| -rw-r--r-- | tools/demo_tool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/demo_tool.py b/tools/demo_tool.py index bd353ad..5eb4c09 100644 --- a/tools/demo_tool.py +++ b/tools/demo_tool.py @@ -1,7 +1,7 @@ from typing import List, Literal, Optional -def main( +def run( boolean: bool, string: str, string_enum: Literal["foo", "bar"], |
