mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
5 lines
120 B
Python
5 lines
120 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from invoke import Collection # pylint: disable=3rd-party-module-not-gated
|
|
|
|
ns = Collection()
|