StaticAction Bases: Action Source code in library_analyzer/processing/dependencies/_parameter_dependencies.py 24 25 26class StaticAction(Action): def __init__(self, action: str) -> None: super().__init__(action) __init__(action) ΒΆ Source code in library_analyzer/processing/dependencies/_parameter_dependencies.py 25 26def __init__(self, action: str) -> None: super().__init__(action)