from click import command @command def main() -> None: print("Hello world")