from .hydro_roll_core import * def sum_words(a: str, b: str) -> str: return a + b