summaryrefslogtreecommitdiffstats
path: root/collections/ansible_collections/local/testcollection/plugins/module_utils/__init__.py
blob: 985491151888531dfe4bbe23b05200d3fbcab787 (plain)
1
2
3
4
"""module_utils package."""

# Some value that can be imported from a module
MY_STRING: str = "foo"