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