oplik0/cherrydoor

View on GitHub
cherrydoor/cli/update_scripts/aiohttp.py

Summary

Maintainability
A
0 mins
Test Coverage
__version__ = "0.8.b0"


def update():
    print("general update successful")


def update_database(db):
    print("database update successful")


def update_config(config):
    print("config update successful")