Source code for tradeexecutor.cli.commands.hello
from tradeexecutor.cli.commands.app import app
[docs]@app.command()
def hello():
"""Check that the application loads without doing anything."""
print("Hello blockchain")
from tradeexecutor.cli.commands.app import app
[docs]@app.command()
def hello():
"""Check that the application loads without doing anything."""
print("Hello blockchain")