from typing import Text

def pythonic(var_name: Text) -> Text: ...
