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