You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

tool_file_parser.py 182B

12345678
  1. tool_file_manager = {
  2. 'manager': None
  3. }
  4. class ToolFileParser:
  5. @staticmethod
  6. def get_tool_file_manager() -> 'ToolFileManager':
  7. return tool_file_manager['manager']