# PreAttckTactic This documentation provides details about the `PreAttckTactic` class within the `pyattck` package. This class provides information about the tactics (columns) within the MITRE PRE-ATT&CK Framework. Additionally, a `PreAttckTactic` object allows the user to access additional relationships within the MITRE PRE-ATT&CK Framework: * Techniques found in a specific Tactic (phase) ## PreAttckTactic Class ```eval_rst .. autoclass:: pyattck.preattck.preattck.PreAttckTactic :members: :undoc-members: :show-inheritance: ```