summaryrefslogtreecommitdiffstats
path: root/ansible_collections/microsoft/ad/plugins/action/membership.py
blob: 5eea8d12015fc5514f879100a9934a06ec426672 (plain)
1
2
3
4
5
6
7
8
# Copyright (c) 2022 Ansible Project
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)

from ..plugin_utils._module_with_reboot import ActionModuleWithReboot


class ActionModule(ActionModuleWithReboot):
    ...