diff --git a/flinventory_gui/search.py b/flinventory_gui/search.py index a2c4a37..90c0e53 100644 --- a/flinventory_gui/search.py +++ b/flinventory_gui/search.py @@ -17,6 +17,7 @@ import part_list_io gl_options: argparse.Namespace gl_parts: list[Part] = [] + def get_options() -> argparse.Namespace: """Abuse argparse for collecting file names.""" parser = argparse.ArgumentParser()