def execute(args: typing.NamedTuple): if args.global_flag: create_directory(constants.GLOBAL_INIT_DIRECTORY_DEST) else: create_directory(constants.LOCAL_INIT_DIRECTORY_DEST)