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