This repository has been archived on 2020-06-17. You can view files and clone it, but cannot push or open issues or pull requests.
autonomic/autonomic/command/cooppaas.py

13 lines
205 B
Python
Raw Normal View History

"""CoopPaas module."""
import click
from autonomic.logger import log
@click.command()
@click.pass_context
def cooppaas(ctx):
"""Manage CoopPaas resources."""
log.info("Still experimenting...")