summaryrefslogtreecommitdiffstats
path: root/test/units/utils/collection_loader/fixtures/collections/ansible_collections/testns/testcoll/plugins/modules/amodule.py
blob: 99320a0c37164004970b5c1b7691af709112c131 (plain)
1
2
3
4
5
6
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type


def module_code():
    return "hello from amodule.py"