7 lines
168 B
Python

"""Cafe daily task."""
def run(driver, config):
# TODO: migrate old Bash cafe logic into this Python task.
driver.run_command([config.LEGACY_SCRIPT, "cafe"])