import kiwi_scp_core.lib def main() -> None: print("Hello kiwi") kiwi_scp_core.lib.hello() if __name__ == "__main__": main()