From 77795b464683ebf66b07735ac3425c4eea2b891d Mon Sep 17 00:00:00 2001 From: Iaroslav Ciupin Date: Fri, 30 Sep 2022 16:54:04 +0300 Subject: [PATCH] ClusterAssignment stores cluster pool for execution placement (#321) * Cluster Pool execution placement Signed-off-by: Haytham Abuelfutuh * Make generate Signed-off-by: Haytham Abuelfutuh * wip Signed-off-by: Haytham Abuelfutuh * make generate using new image Signed-off-by: Iaroslav Ciupin * make generate again Signed-off-by: Iaroslav Ciupin * make generate Signed-off-by: Iaroslav Ciupin * make generate go1.18 Signed-off-by: Iaroslav Ciupin * make generate go1.18.5 Signed-off-by: Iaroslav Ciupin * backward-compatible ClusterAssignment Signed-off-by: Iaroslav Ciupin * make generate Signed-off-by: Iaroslav Ciupin Signed-off-by: Haytham Abuelfutuh Signed-off-by: Iaroslav Ciupin Co-authored-by: Haytham Abuelfutuh --- .../flyteidl/admin/cluster_assignment.pb.cc | 1302 +------ .../flyteidl/admin/cluster_assignment.pb.h | 819 +--- .../gen/pb-cpp/flyteidl/admin/execution.pb.cc | 2 +- .../flyteidl/admin/matchable_resource.pb.cc | 2 +- .../flyteidl/admin/cluster_assignment.pb.go | 235 +- .../admin/cluster_assignment.pb.validate.go | 246 +- .../pb-go/flyteidl/service/admin.swagger.json | 95 +- .../flyteidl/service/flyteadmin/README.md | 6 +- .../service/flyteadmin/api/swagger.yaml | 487 +-- .../flyteadmin/model_admin_affinity.go | 16 - .../model_admin_cluster_assignment.go | 3 +- .../flyteadmin/model_admin_selector.go | 19 - .../model_admin_selector_operator.go | 21 - .../flyteadmin/model_admin_toleration.go | 16 - .../model_comparison_expression_operator.go | 22 + .../model_core_comparison_expression.go | 2 +- ...del_core_comparison_expression_operator.go | 22 - .../gen/pb-go/flyteidl/service/openapi.go | 4 +- .../admin/ClusterAssignmentOuterClass.java | 3426 +---------------- flyteidl/gen/pb-js/flyteidl.d.ts | 194 +- flyteidl/gen/pb-js/flyteidl.js | 463 +-- .../flyteidl/admin/cluster_assignment_pb2.py | 189 +- .../flyteidl/service/flyteadmin/README.md | 6 +- .../service/flyteadmin/flyteadmin/__init__.py | 6 +- .../flyteadmin/flyteadmin/models/__init__.py | 6 +- .../flyteadmin/models/admin_affinity.py | 119 - .../models/admin_cluster_assignment.py | 63 +- .../flyteadmin/models/admin_selector.py | 173 - .../models/admin_selector_operator.py | 96 - .../flyteadmin/models/admin_toleration.py | 119 - ...r.py => comparison_expression_operator.py} | 8 +- .../models/core_comparison_expression.py | 8 +- .../flyteadmin/test/test_admin_selector.py | 40 - .../test/test_admin_selector_operator.py | 40 - .../flyteadmin/test/test_admin_toleration.py | 40 - ...=> test_comparison_expression_operator.py} | 12 +- ...est_core_comparison_expression_operator.py | 40 - flyteidl/protos/docs/admin/admin.rst | 87 +- .../flyteidl/admin/cluster_assignment.proto | 43 +- 39 files changed, 368 insertions(+), 8129 deletions(-) delete mode 100644 flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_affinity.go delete mode 100644 flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_selector.go delete mode 100644 flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_selector_operator.go delete mode 100644 flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_toleration.go create mode 100644 flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_comparison_expression_operator.go delete mode 100644 flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_comparison_expression_operator.go delete mode 100644 flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_affinity.py delete mode 100644 flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_selector.py delete mode 100644 flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_selector_operator.py delete mode 100644 flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_toleration.py rename flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/{core_comparison_expression_operator.py => comparison_expression_operator.py} (89%) delete mode 100644 flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_selector.py delete mode 100644 flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_selector_operator.py delete mode 100644 flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_toleration.py rename flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/{test_admin_affinity.py => test_comparison_expression_operator.py} (59%) delete mode 100644 flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_core_comparison_expression_operator.py diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/cluster_assignment.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/admin/cluster_assignment.pb.cc index 5d23b38db0..84784fabd5 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/cluster_assignment.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/cluster_assignment.pb.cc @@ -16,27 +16,12 @@ // @@protoc_insertion_point(includes) #include -extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fcluster_5fassignment_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_Selector_flyteidl_2fadmin_2fcluster_5fassignment_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fcluster_5fassignment_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_Affinity_flyteidl_2fadmin_2fcluster_5fassignment_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fcluster_5fassignment_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_Toleration_flyteidl_2fadmin_2fcluster_5fassignment_2eproto; namespace flyteidl { namespace admin { class ClusterAssignmentDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed _instance; } _ClusterAssignment_default_instance_; -class AffinityDefaultTypeInternal { - public: - ::google::protobuf::internal::ExplicitlyConstructed _instance; -} _Affinity_default_instance_; -class TolerationDefaultTypeInternal { - public: - ::google::protobuf::internal::ExplicitlyConstructed _instance; -} _Toleration_default_instance_; -class SelectorDefaultTypeInternal { - public: - ::google::protobuf::internal::ExplicitlyConstructed _instance; -} _Selector_default_instance_; } // namespace admin } // namespace flyteidl static void InitDefaultsClusterAssignment_flyteidl_2fadmin_2fcluster_5fassignment_2eproto() { @@ -50,64 +35,15 @@ static void InitDefaultsClusterAssignment_flyteidl_2fadmin_2fcluster_5fassignmen ::flyteidl::admin::ClusterAssignment::InitAsDefaultInstance(); } -::google::protobuf::internal::SCCInfo<2> scc_info_ClusterAssignment_flyteidl_2fadmin_2fcluster_5fassignment_2eproto = - {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 2, InitDefaultsClusterAssignment_flyteidl_2fadmin_2fcluster_5fassignment_2eproto}, { - &scc_info_Affinity_flyteidl_2fadmin_2fcluster_5fassignment_2eproto.base, - &scc_info_Toleration_flyteidl_2fadmin_2fcluster_5fassignment_2eproto.base,}}; - -static void InitDefaultsAffinity_flyteidl_2fadmin_2fcluster_5fassignment_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::flyteidl::admin::_Affinity_default_instance_; - new (ptr) ::flyteidl::admin::Affinity(); - ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); - } - ::flyteidl::admin::Affinity::InitAsDefaultInstance(); -} - -::google::protobuf::internal::SCCInfo<1> scc_info_Affinity_flyteidl_2fadmin_2fcluster_5fassignment_2eproto = - {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsAffinity_flyteidl_2fadmin_2fcluster_5fassignment_2eproto}, { - &scc_info_Selector_flyteidl_2fadmin_2fcluster_5fassignment_2eproto.base,}}; - -static void InitDefaultsToleration_flyteidl_2fadmin_2fcluster_5fassignment_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::flyteidl::admin::_Toleration_default_instance_; - new (ptr) ::flyteidl::admin::Toleration(); - ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); - } - ::flyteidl::admin::Toleration::InitAsDefaultInstance(); -} - -::google::protobuf::internal::SCCInfo<1> scc_info_Toleration_flyteidl_2fadmin_2fcluster_5fassignment_2eproto = - {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsToleration_flyteidl_2fadmin_2fcluster_5fassignment_2eproto}, { - &scc_info_Selector_flyteidl_2fadmin_2fcluster_5fassignment_2eproto.base,}}; - -static void InitDefaultsSelector_flyteidl_2fadmin_2fcluster_5fassignment_2eproto() { - GOOGLE_PROTOBUF_VERIFY_VERSION; - - { - void* ptr = &::flyteidl::admin::_Selector_default_instance_; - new (ptr) ::flyteidl::admin::Selector(); - ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); - } - ::flyteidl::admin::Selector::InitAsDefaultInstance(); -} - -::google::protobuf::internal::SCCInfo<0> scc_info_Selector_flyteidl_2fadmin_2fcluster_5fassignment_2eproto = - {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsSelector_flyteidl_2fadmin_2fcluster_5fassignment_2eproto}, {}}; +::google::protobuf::internal::SCCInfo<0> scc_info_ClusterAssignment_flyteidl_2fadmin_2fcluster_5fassignment_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsClusterAssignment_flyteidl_2fadmin_2fcluster_5fassignment_2eproto}, {}}; void InitDefaults_flyteidl_2fadmin_2fcluster_5fassignment_2eproto() { ::google::protobuf::internal::InitSCC(&scc_info_ClusterAssignment_flyteidl_2fadmin_2fcluster_5fassignment_2eproto.base); - ::google::protobuf::internal::InitSCC(&scc_info_Affinity_flyteidl_2fadmin_2fcluster_5fassignment_2eproto.base); - ::google::protobuf::internal::InitSCC(&scc_info_Toleration_flyteidl_2fadmin_2fcluster_5fassignment_2eproto.base); - ::google::protobuf::internal::InitSCC(&scc_info_Selector_flyteidl_2fadmin_2fcluster_5fassignment_2eproto.base); } -::google::protobuf::Metadata file_level_metadata_flyteidl_2fadmin_2fcluster_5fassignment_2eproto[4]; -const ::google::protobuf::EnumDescriptor* file_level_enum_descriptors_flyteidl_2fadmin_2fcluster_5fassignment_2eproto[1]; +::google::protobuf::Metadata file_level_metadata_flyteidl_2fadmin_2fcluster_5fassignment_2eproto[1]; +constexpr ::google::protobuf::EnumDescriptor const** file_level_enum_descriptors_flyteidl_2fadmin_2fcluster_5fassignment_2eproto = nullptr; constexpr ::google::protobuf::ServiceDescriptor const** file_level_service_descriptors_flyteidl_2fadmin_2fcluster_5fassignment_2eproto = nullptr; const ::google::protobuf::uint32 TableStruct_flyteidl_2fadmin_2fcluster_5fassignment_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { @@ -116,68 +52,33 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fadmin_2fcluster_5fassign ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::flyteidl::admin::ClusterAssignment, affinity_), - PROTOBUF_FIELD_OFFSET(::flyteidl::admin::ClusterAssignment, toleration_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::flyteidl::admin::Affinity, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::flyteidl::admin::Affinity, selectors_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::flyteidl::admin::Toleration, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::flyteidl::admin::Toleration, selectors_), - ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::flyteidl::admin::Selector, _internal_metadata_), - ~0u, // no _extensions_ - ~0u, // no _oneof_case_ - ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::flyteidl::admin::Selector, key_), - PROTOBUF_FIELD_OFFSET(::flyteidl::admin::Selector, value_), - PROTOBUF_FIELD_OFFSET(::flyteidl::admin::Selector, operator__), + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::ClusterAssignment, cluster_pool_name_), }; static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, sizeof(::flyteidl::admin::ClusterAssignment)}, - { 7, -1, sizeof(::flyteidl::admin::Affinity)}, - { 13, -1, sizeof(::flyteidl::admin::Toleration)}, - { 19, -1, sizeof(::flyteidl::admin::Selector)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { reinterpret_cast(&::flyteidl::admin::_ClusterAssignment_default_instance_), - reinterpret_cast(&::flyteidl::admin::_Affinity_default_instance_), - reinterpret_cast(&::flyteidl::admin::_Toleration_default_instance_), - reinterpret_cast(&::flyteidl::admin::_Selector_default_instance_), }; ::google::protobuf::internal::AssignDescriptorsTable assign_descriptors_table_flyteidl_2fadmin_2fcluster_5fassignment_2eproto = { {}, AddDescriptors_flyteidl_2fadmin_2fcluster_5fassignment_2eproto, "flyteidl/admin/cluster_assignment.proto", schemas, file_default_instances, TableStruct_flyteidl_2fadmin_2fcluster_5fassignment_2eproto::offsets, - file_level_metadata_flyteidl_2fadmin_2fcluster_5fassignment_2eproto, 4, file_level_enum_descriptors_flyteidl_2fadmin_2fcluster_5fassignment_2eproto, file_level_service_descriptors_flyteidl_2fadmin_2fcluster_5fassignment_2eproto, + file_level_metadata_flyteidl_2fadmin_2fcluster_5fassignment_2eproto, 1, file_level_enum_descriptors_flyteidl_2fadmin_2fcluster_5fassignment_2eproto, file_level_service_descriptors_flyteidl_2fadmin_2fcluster_5fassignment_2eproto, }; const char descriptor_table_protodef_flyteidl_2fadmin_2fcluster_5fassignment_2eproto[] = "\n\'flyteidl/admin/cluster_assignment.prot" - "o\022\016flyteidl.admin\"o\n\021ClusterAssignment\022*" - "\n\010affinity\030\001 \001(\0132\030.flyteidl.admin.Affini" - "ty\022.\n\ntoleration\030\002 \001(\0132\032.flyteidl.admin." - "Toleration\"7\n\010Affinity\022+\n\tselectors\030\001 \003(" - "\0132\030.flyteidl.admin.Selector\"9\n\nToleratio" - "n\022+\n\tselectors\030\001 \003(\0132\030.flyteidl.admin.Se" - "lector\"\243\001\n\010Selector\022\013\n\003key\030\001 \001(\t\022\r\n\005valu" - "e\030\002 \003(\t\0223\n\010operator\030\003 \001(\0162!.flyteidl.adm" - "in.Selector.Operator\"F\n\010Operator\022\n\n\006EQUA" - "LS\020\000\022\016\n\nNOT_EQUALS\020\001\022\006\n\002IN\020\002\022\n\n\006NOT_IN\020\003" - "\022\n\n\006EXISTS\020\004B7Z5github.com/flyteorg/flyt" - "eidl/gen/pb-go/flyteidl/adminb\006proto3" + "o\022\016flyteidl.admin\":\n\021ClusterAssignment\022\031" + "\n\021cluster_pool_name\030\003 \001(\tJ\004\010\001\020\002J\004\010\002\020\003B7Z" + "5github.com/flyteorg/flyteidl/gen/pb-go/" + "flyteidl/adminb\006proto3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fadmin_2fcluster_5fassignment_2eproto = { false, InitDefaults_flyteidl_2fadmin_2fcluster_5fassignment_2eproto, descriptor_table_protodef_flyteidl_2fadmin_2fcluster_5fassignment_2eproto, - "flyteidl/admin/cluster_assignment.proto", &assign_descriptors_table_flyteidl_2fadmin_2fcluster_5fassignment_2eproto, 517, + "flyteidl/admin/cluster_assignment.proto", &assign_descriptors_table_flyteidl_2fadmin_2fcluster_5fassignment_2eproto, 182, }; void AddDescriptors_flyteidl_2fadmin_2fcluster_5fassignment_2eproto() { @@ -191,59 +92,17 @@ void AddDescriptors_flyteidl_2fadmin_2fcluster_5fassignment_2eproto() { static bool dynamic_init_dummy_flyteidl_2fadmin_2fcluster_5fassignment_2eproto = []() { AddDescriptors_flyteidl_2fadmin_2fcluster_5fassignment_2eproto(); return true; }(); namespace flyteidl { namespace admin { -const ::google::protobuf::EnumDescriptor* Selector_Operator_descriptor() { - ::google::protobuf::internal::AssignDescriptors(&assign_descriptors_table_flyteidl_2fadmin_2fcluster_5fassignment_2eproto); - return file_level_enum_descriptors_flyteidl_2fadmin_2fcluster_5fassignment_2eproto[0]; -} -bool Selector_Operator_IsValid(int value) { - switch (value) { - case 0: - case 1: - case 2: - case 3: - case 4: - return true; - default: - return false; - } -} - -#if !defined(_MSC_VER) || _MSC_VER >= 1900 -const Selector_Operator Selector::EQUALS; -const Selector_Operator Selector::NOT_EQUALS; -const Selector_Operator Selector::IN; -const Selector_Operator Selector::NOT_IN; -const Selector_Operator Selector::EXISTS; -const Selector_Operator Selector::Operator_MIN; -const Selector_Operator Selector::Operator_MAX; -const int Selector::Operator_ARRAYSIZE; -#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 // =================================================================== void ClusterAssignment::InitAsDefaultInstance() { - ::flyteidl::admin::_ClusterAssignment_default_instance_._instance.get_mutable()->affinity_ = const_cast< ::flyteidl::admin::Affinity*>( - ::flyteidl::admin::Affinity::internal_default_instance()); - ::flyteidl::admin::_ClusterAssignment_default_instance_._instance.get_mutable()->toleration_ = const_cast< ::flyteidl::admin::Toleration*>( - ::flyteidl::admin::Toleration::internal_default_instance()); } class ClusterAssignment::HasBitSetters { public: - static const ::flyteidl::admin::Affinity& affinity(const ClusterAssignment* msg); - static const ::flyteidl::admin::Toleration& toleration(const ClusterAssignment* msg); }; -const ::flyteidl::admin::Affinity& -ClusterAssignment::HasBitSetters::affinity(const ClusterAssignment* msg) { - return *msg->affinity_; -} -const ::flyteidl::admin::Toleration& -ClusterAssignment::HasBitSetters::toleration(const ClusterAssignment* msg) { - return *msg->toleration_; -} #if !defined(_MSC_VER) || _MSC_VER >= 1900 -const int ClusterAssignment::kAffinityFieldNumber; -const int ClusterAssignment::kTolerationFieldNumber; +const int ClusterAssignment::kClusterPoolNameFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 ClusterAssignment::ClusterAssignment() @@ -255,15 +114,9 @@ ClusterAssignment::ClusterAssignment(const ClusterAssignment& from) : ::google::protobuf::Message(), _internal_metadata_(nullptr) { _internal_metadata_.MergeFrom(from._internal_metadata_); - if (from.has_affinity()) { - affinity_ = new ::flyteidl::admin::Affinity(*from.affinity_); - } else { - affinity_ = nullptr; - } - if (from.has_toleration()) { - toleration_ = new ::flyteidl::admin::Toleration(*from.toleration_); - } else { - toleration_ = nullptr; + cluster_pool_name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.cluster_pool_name().size() > 0) { + cluster_pool_name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.cluster_pool_name_); } // @@protoc_insertion_point(copy_constructor:flyteidl.admin.ClusterAssignment) } @@ -271,9 +124,7 @@ ClusterAssignment::ClusterAssignment(const ClusterAssignment& from) void ClusterAssignment::SharedCtor() { ::google::protobuf::internal::InitSCC( &scc_info_ClusterAssignment_flyteidl_2fadmin_2fcluster_5fassignment_2eproto.base); - ::memset(&affinity_, 0, static_cast( - reinterpret_cast(&toleration_) - - reinterpret_cast(&affinity_)) + sizeof(toleration_)); + cluster_pool_name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } ClusterAssignment::~ClusterAssignment() { @@ -282,8 +133,7 @@ ClusterAssignment::~ClusterAssignment() { } void ClusterAssignment::SharedDtor() { - if (this != internal_default_instance()) delete affinity_; - if (this != internal_default_instance()) delete toleration_; + cluster_pool_name_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } void ClusterAssignment::SetCachedSize(int size) const { @@ -301,14 +151,7 @@ void ClusterAssignment::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaNoVirtual() == nullptr && affinity_ != nullptr) { - delete affinity_; - } - affinity_ = nullptr; - if (GetArenaNoVirtual() == nullptr && toleration_ != nullptr) { - delete toleration_; - } - toleration_ = nullptr; + cluster_pool_name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); _internal_metadata_.Clear(); } @@ -325,30 +168,20 @@ const char* ClusterAssignment::_InternalParse(const char* begin, const char* end ptr = ::google::protobuf::io::Parse32(ptr, &tag); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); switch (tag >> 3) { - // .flyteidl.admin.Affinity affinity = 1; - case 1: { - if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; - ptr = ::google::protobuf::io::ReadSize(ptr, &size); - GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - parser_till_end = ::flyteidl::admin::Affinity::_InternalParse; - object = msg->mutable_affinity(); - if (size > end - ptr) goto len_delim_till_end; - ptr += size; - GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( - {parser_till_end, object}, ptr - size, ptr)); - break; - } - // .flyteidl.admin.Toleration toleration = 2; - case 2: { - if (static_cast<::google::protobuf::uint8>(tag) != 18) goto handle_unusual; + // string cluster_pool_name = 3; + case 3: { + if (static_cast<::google::protobuf::uint8>(tag) != 26) goto handle_unusual; ptr = ::google::protobuf::io::ReadSize(ptr, &size); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - parser_till_end = ::flyteidl::admin::Toleration::_InternalParse; - object = msg->mutable_toleration(); - if (size > end - ptr) goto len_delim_till_end; + ctx->extra_parse_data().SetFieldName("flyteidl.admin.ClusterAssignment.cluster_pool_name"); + object = msg->mutable_cluster_pool_name(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); ptr += size; - GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( - {parser_till_end, object}, ptr - size, ptr)); break; } default: { @@ -366,6 +199,10 @@ const char* ClusterAssignment::_InternalParse(const char* begin, const char* end } // switch } // while return ptr; +string_till_end: + static_cast<::std::string*>(object)->clear(); + static_cast<::std::string*>(object)->reserve(size); + goto len_delim_till_end; len_delim_till_end: return ctx->StoreAndTailCall(ptr, end, {_InternalParse, msg}, {parser_till_end, object}, size); @@ -381,22 +218,15 @@ bool ClusterAssignment::MergePartialFromCodedStream( tag = p.first; if (!p.second) goto handle_unusual; switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // .flyteidl.admin.Affinity affinity = 1; - case 1: { - if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( - input, mutable_affinity())); - } else { - goto handle_unusual; - } - break; - } - - // .flyteidl.admin.Toleration toleration = 2; - case 2: { - if (static_cast< ::google::protobuf::uint8>(tag) == (18 & 0xFF)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( - input, mutable_toleration())); + // string cluster_pool_name = 3; + case 3: { + if (static_cast< ::google::protobuf::uint8>(tag) == (26 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_cluster_pool_name())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->cluster_pool_name().data(), static_cast(this->cluster_pool_name().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.admin.ClusterAssignment.cluster_pool_name")); } else { goto handle_unusual; } @@ -430,16 +260,14 @@ void ClusterAssignment::SerializeWithCachedSizes( ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // .flyteidl.admin.Affinity affinity = 1; - if (this->has_affinity()) { - ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( - 1, HasBitSetters::affinity(this), output); - } - - // .flyteidl.admin.Toleration toleration = 2; - if (this->has_toleration()) { - ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( - 2, HasBitSetters::toleration(this), output); + // string cluster_pool_name = 3; + if (this->cluster_pool_name().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->cluster_pool_name().data(), static_cast(this->cluster_pool_name().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.ClusterAssignment.cluster_pool_name"); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 3, this->cluster_pool_name(), output); } if (_internal_metadata_.have_unknown_fields()) { @@ -455,18 +283,15 @@ ::google::protobuf::uint8* ClusterAssignment::InternalSerializeWithCachedSizesTo ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // .flyteidl.admin.Affinity affinity = 1; - if (this->has_affinity()) { - target = ::google::protobuf::internal::WireFormatLite:: - InternalWriteMessageToArray( - 1, HasBitSetters::affinity(this), target); - } - - // .flyteidl.admin.Toleration toleration = 2; - if (this->has_toleration()) { - target = ::google::protobuf::internal::WireFormatLite:: - InternalWriteMessageToArray( - 2, HasBitSetters::toleration(this), target); + // string cluster_pool_name = 3; + if (this->cluster_pool_name().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->cluster_pool_name().data(), static_cast(this->cluster_pool_name().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.ClusterAssignment.cluster_pool_name"); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 3, this->cluster_pool_name(), target); } if (_internal_metadata_.have_unknown_fields()) { @@ -490,18 +315,11 @@ size_t ClusterAssignment::ByteSizeLong() const { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - // .flyteidl.admin.Affinity affinity = 1; - if (this->has_affinity()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::MessageSize( - *affinity_); - } - - // .flyteidl.admin.Toleration toleration = 2; - if (this->has_toleration()) { + // string cluster_pool_name = 3; + if (this->cluster_pool_name().size() > 0) { total_size += 1 + - ::google::protobuf::internal::WireFormatLite::MessageSize( - *toleration_); + ::google::protobuf::internal::WireFormatLite::StringSize( + this->cluster_pool_name()); } int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); @@ -531,11 +349,9 @@ void ClusterAssignment::MergeFrom(const ClusterAssignment& from) { ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - if (from.has_affinity()) { - mutable_affinity()->::flyteidl::admin::Affinity::MergeFrom(from.affinity()); - } - if (from.has_toleration()) { - mutable_toleration()->::flyteidl::admin::Toleration::MergeFrom(from.toleration()); + if (from.cluster_pool_name().size() > 0) { + + cluster_pool_name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.cluster_pool_name_); } } @@ -564,8 +380,8 @@ void ClusterAssignment::Swap(ClusterAssignment* other) { void ClusterAssignment::InternalSwap(ClusterAssignment* other) { using std::swap; _internal_metadata_.Swap(&other->_internal_metadata_); - swap(affinity_, other->affinity_); - swap(toleration_, other->toleration_); + cluster_pool_name_.Swap(&other->cluster_pool_name_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); } ::google::protobuf::Metadata ClusterAssignment::GetMetadata() const { @@ -574,979 +390,6 @@ ::google::protobuf::Metadata ClusterAssignment::GetMetadata() const { } -// =================================================================== - -void Affinity::InitAsDefaultInstance() { -} -class Affinity::HasBitSetters { - public: -}; - -#if !defined(_MSC_VER) || _MSC_VER >= 1900 -const int Affinity::kSelectorsFieldNumber; -#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 - -Affinity::Affinity() - : ::google::protobuf::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:flyteidl.admin.Affinity) -} -Affinity::Affinity(const Affinity& from) - : ::google::protobuf::Message(), - _internal_metadata_(nullptr), - selectors_(from.selectors_) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - // @@protoc_insertion_point(copy_constructor:flyteidl.admin.Affinity) -} - -void Affinity::SharedCtor() { - ::google::protobuf::internal::InitSCC( - &scc_info_Affinity_flyteidl_2fadmin_2fcluster_5fassignment_2eproto.base); -} - -Affinity::~Affinity() { - // @@protoc_insertion_point(destructor:flyteidl.admin.Affinity) - SharedDtor(); -} - -void Affinity::SharedDtor() { -} - -void Affinity::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const Affinity& Affinity::default_instance() { - ::google::protobuf::internal::InitSCC(&::scc_info_Affinity_flyteidl_2fadmin_2fcluster_5fassignment_2eproto.base); - return *internal_default_instance(); -} - - -void Affinity::Clear() { -// @@protoc_insertion_point(message_clear_start:flyteidl.admin.Affinity) - ::google::protobuf::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - selectors_.Clear(); - _internal_metadata_.Clear(); -} - -#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER -const char* Affinity::_InternalParse(const char* begin, const char* end, void* object, - ::google::protobuf::internal::ParseContext* ctx) { - auto msg = static_cast(object); - ::google::protobuf::int32 size; (void)size; - int depth; (void)depth; - ::google::protobuf::uint32 tag; - ::google::protobuf::internal::ParseFunc parser_till_end; (void)parser_till_end; - auto ptr = begin; - while (ptr < end) { - ptr = ::google::protobuf::io::Parse32(ptr, &tag); - GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - switch (tag >> 3) { - // repeated .flyteidl.admin.Selector selectors = 1; - case 1: { - if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; - do { - ptr = ::google::protobuf::io::ReadSize(ptr, &size); - GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - parser_till_end = ::flyteidl::admin::Selector::_InternalParse; - object = msg->add_selectors(); - if (size > end - ptr) goto len_delim_till_end; - ptr += size; - GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( - {parser_till_end, object}, ptr - size, ptr)); - if (ptr >= end) break; - } while ((::google::protobuf::io::UnalignedLoad<::google::protobuf::uint64>(ptr) & 255) == 10 && (ptr += 1)); - break; - } - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->EndGroup(tag); - return ptr; - } - auto res = UnknownFieldParse(tag, {_InternalParse, msg}, - ptr, end, msg->_internal_metadata_.mutable_unknown_fields(), ctx); - ptr = res.first; - GOOGLE_PROTOBUF_PARSER_ASSERT(ptr != nullptr); - if (res.second) return ptr; - } - } // switch - } // while - return ptr; -len_delim_till_end: - return ctx->StoreAndTailCall(ptr, end, {_InternalParse, msg}, - {parser_till_end, object}, size); -} -#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER -bool Affinity::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure - ::google::protobuf::uint32 tag; - // @@protoc_insertion_point(parse_start:flyteidl.admin.Affinity) - for (;;) { - ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); - tag = p.first; - if (!p.second) goto handle_unusual; - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // repeated .flyteidl.admin.Selector selectors = 1; - case 1: { - if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( - input, add_selectors())); - } else { - goto handle_unusual; - } - break; - } - - default: { - handle_unusual: - if (tag == 0) { - goto success; - } - DO_(::google::protobuf::internal::WireFormat::SkipField( - input, tag, _internal_metadata_.mutable_unknown_fields())); - break; - } - } - } -success: - // @@protoc_insertion_point(parse_success:flyteidl.admin.Affinity) - return true; -failure: - // @@protoc_insertion_point(parse_failure:flyteidl.admin.Affinity) - return false; -#undef DO_ -} -#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER - -void Affinity::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // @@protoc_insertion_point(serialize_start:flyteidl.admin.Affinity) - ::google::protobuf::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // repeated .flyteidl.admin.Selector selectors = 1; - for (unsigned int i = 0, - n = static_cast(this->selectors_size()); i < n; i++) { - ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( - 1, - this->selectors(static_cast(i)), - output); - } - - if (_internal_metadata_.have_unknown_fields()) { - ::google::protobuf::internal::WireFormat::SerializeUnknownFields( - _internal_metadata_.unknown_fields(), output); - } - // @@protoc_insertion_point(serialize_end:flyteidl.admin.Affinity) -} - -::google::protobuf::uint8* Affinity::InternalSerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const { - // @@protoc_insertion_point(serialize_to_array_start:flyteidl.admin.Affinity) - ::google::protobuf::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // repeated .flyteidl.admin.Selector selectors = 1; - for (unsigned int i = 0, - n = static_cast(this->selectors_size()); i < n; i++) { - target = ::google::protobuf::internal::WireFormatLite:: - InternalWriteMessageToArray( - 1, this->selectors(static_cast(i)), target); - } - - if (_internal_metadata_.have_unknown_fields()) { - target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target); - } - // @@protoc_insertion_point(serialize_to_array_end:flyteidl.admin.Affinity) - return target; -} - -size_t Affinity::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:flyteidl.admin.Affinity) - size_t total_size = 0; - - if (_internal_metadata_.have_unknown_fields()) { - total_size += - ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( - _internal_metadata_.unknown_fields()); - } - ::google::protobuf::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // repeated .flyteidl.admin.Selector selectors = 1; - { - unsigned int count = static_cast(this->selectors_size()); - total_size += 1UL * count; - for (unsigned int i = 0; i < count; i++) { - total_size += - ::google::protobuf::internal::WireFormatLite::MessageSize( - this->selectors(static_cast(i))); - } - } - - int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void Affinity::MergeFrom(const ::google::protobuf::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.admin.Affinity) - GOOGLE_DCHECK_NE(&from, this); - const Affinity* source = - ::google::protobuf::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.admin.Affinity) - ::google::protobuf::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.admin.Affinity) - MergeFrom(*source); - } -} - -void Affinity::MergeFrom(const Affinity& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.admin.Affinity) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::google::protobuf::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - selectors_.MergeFrom(from.selectors_); -} - -void Affinity::CopyFrom(const ::google::protobuf::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.admin.Affinity) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void Affinity::CopyFrom(const Affinity& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.admin.Affinity) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool Affinity::IsInitialized() const { - return true; -} - -void Affinity::Swap(Affinity* other) { - if (other == this) return; - InternalSwap(other); -} -void Affinity::InternalSwap(Affinity* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - CastToBase(&selectors_)->InternalSwap(CastToBase(&other->selectors_)); -} - -::google::protobuf::Metadata Affinity::GetMetadata() const { - ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fadmin_2fcluster_5fassignment_2eproto); - return ::file_level_metadata_flyteidl_2fadmin_2fcluster_5fassignment_2eproto[kIndexInFileMessages]; -} - - -// =================================================================== - -void Toleration::InitAsDefaultInstance() { -} -class Toleration::HasBitSetters { - public: -}; - -#if !defined(_MSC_VER) || _MSC_VER >= 1900 -const int Toleration::kSelectorsFieldNumber; -#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 - -Toleration::Toleration() - : ::google::protobuf::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:flyteidl.admin.Toleration) -} -Toleration::Toleration(const Toleration& from) - : ::google::protobuf::Message(), - _internal_metadata_(nullptr), - selectors_(from.selectors_) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - // @@protoc_insertion_point(copy_constructor:flyteidl.admin.Toleration) -} - -void Toleration::SharedCtor() { - ::google::protobuf::internal::InitSCC( - &scc_info_Toleration_flyteidl_2fadmin_2fcluster_5fassignment_2eproto.base); -} - -Toleration::~Toleration() { - // @@protoc_insertion_point(destructor:flyteidl.admin.Toleration) - SharedDtor(); -} - -void Toleration::SharedDtor() { -} - -void Toleration::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const Toleration& Toleration::default_instance() { - ::google::protobuf::internal::InitSCC(&::scc_info_Toleration_flyteidl_2fadmin_2fcluster_5fassignment_2eproto.base); - return *internal_default_instance(); -} - - -void Toleration::Clear() { -// @@protoc_insertion_point(message_clear_start:flyteidl.admin.Toleration) - ::google::protobuf::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - selectors_.Clear(); - _internal_metadata_.Clear(); -} - -#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER -const char* Toleration::_InternalParse(const char* begin, const char* end, void* object, - ::google::protobuf::internal::ParseContext* ctx) { - auto msg = static_cast(object); - ::google::protobuf::int32 size; (void)size; - int depth; (void)depth; - ::google::protobuf::uint32 tag; - ::google::protobuf::internal::ParseFunc parser_till_end; (void)parser_till_end; - auto ptr = begin; - while (ptr < end) { - ptr = ::google::protobuf::io::Parse32(ptr, &tag); - GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - switch (tag >> 3) { - // repeated .flyteidl.admin.Selector selectors = 1; - case 1: { - if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; - do { - ptr = ::google::protobuf::io::ReadSize(ptr, &size); - GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - parser_till_end = ::flyteidl::admin::Selector::_InternalParse; - object = msg->add_selectors(); - if (size > end - ptr) goto len_delim_till_end; - ptr += size; - GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( - {parser_till_end, object}, ptr - size, ptr)); - if (ptr >= end) break; - } while ((::google::protobuf::io::UnalignedLoad<::google::protobuf::uint64>(ptr) & 255) == 10 && (ptr += 1)); - break; - } - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->EndGroup(tag); - return ptr; - } - auto res = UnknownFieldParse(tag, {_InternalParse, msg}, - ptr, end, msg->_internal_metadata_.mutable_unknown_fields(), ctx); - ptr = res.first; - GOOGLE_PROTOBUF_PARSER_ASSERT(ptr != nullptr); - if (res.second) return ptr; - } - } // switch - } // while - return ptr; -len_delim_till_end: - return ctx->StoreAndTailCall(ptr, end, {_InternalParse, msg}, - {parser_till_end, object}, size); -} -#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER -bool Toleration::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure - ::google::protobuf::uint32 tag; - // @@protoc_insertion_point(parse_start:flyteidl.admin.Toleration) - for (;;) { - ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); - tag = p.first; - if (!p.second) goto handle_unusual; - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // repeated .flyteidl.admin.Selector selectors = 1; - case 1: { - if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( - input, add_selectors())); - } else { - goto handle_unusual; - } - break; - } - - default: { - handle_unusual: - if (tag == 0) { - goto success; - } - DO_(::google::protobuf::internal::WireFormat::SkipField( - input, tag, _internal_metadata_.mutable_unknown_fields())); - break; - } - } - } -success: - // @@protoc_insertion_point(parse_success:flyteidl.admin.Toleration) - return true; -failure: - // @@protoc_insertion_point(parse_failure:flyteidl.admin.Toleration) - return false; -#undef DO_ -} -#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER - -void Toleration::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // @@protoc_insertion_point(serialize_start:flyteidl.admin.Toleration) - ::google::protobuf::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // repeated .flyteidl.admin.Selector selectors = 1; - for (unsigned int i = 0, - n = static_cast(this->selectors_size()); i < n; i++) { - ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( - 1, - this->selectors(static_cast(i)), - output); - } - - if (_internal_metadata_.have_unknown_fields()) { - ::google::protobuf::internal::WireFormat::SerializeUnknownFields( - _internal_metadata_.unknown_fields(), output); - } - // @@protoc_insertion_point(serialize_end:flyteidl.admin.Toleration) -} - -::google::protobuf::uint8* Toleration::InternalSerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const { - // @@protoc_insertion_point(serialize_to_array_start:flyteidl.admin.Toleration) - ::google::protobuf::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // repeated .flyteidl.admin.Selector selectors = 1; - for (unsigned int i = 0, - n = static_cast(this->selectors_size()); i < n; i++) { - target = ::google::protobuf::internal::WireFormatLite:: - InternalWriteMessageToArray( - 1, this->selectors(static_cast(i)), target); - } - - if (_internal_metadata_.have_unknown_fields()) { - target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target); - } - // @@protoc_insertion_point(serialize_to_array_end:flyteidl.admin.Toleration) - return target; -} - -size_t Toleration::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:flyteidl.admin.Toleration) - size_t total_size = 0; - - if (_internal_metadata_.have_unknown_fields()) { - total_size += - ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( - _internal_metadata_.unknown_fields()); - } - ::google::protobuf::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // repeated .flyteidl.admin.Selector selectors = 1; - { - unsigned int count = static_cast(this->selectors_size()); - total_size += 1UL * count; - for (unsigned int i = 0; i < count; i++) { - total_size += - ::google::protobuf::internal::WireFormatLite::MessageSize( - this->selectors(static_cast(i))); - } - } - - int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void Toleration::MergeFrom(const ::google::protobuf::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.admin.Toleration) - GOOGLE_DCHECK_NE(&from, this); - const Toleration* source = - ::google::protobuf::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.admin.Toleration) - ::google::protobuf::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.admin.Toleration) - MergeFrom(*source); - } -} - -void Toleration::MergeFrom(const Toleration& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.admin.Toleration) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::google::protobuf::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - selectors_.MergeFrom(from.selectors_); -} - -void Toleration::CopyFrom(const ::google::protobuf::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.admin.Toleration) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void Toleration::CopyFrom(const Toleration& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.admin.Toleration) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool Toleration::IsInitialized() const { - return true; -} - -void Toleration::Swap(Toleration* other) { - if (other == this) return; - InternalSwap(other); -} -void Toleration::InternalSwap(Toleration* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - CastToBase(&selectors_)->InternalSwap(CastToBase(&other->selectors_)); -} - -::google::protobuf::Metadata Toleration::GetMetadata() const { - ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fadmin_2fcluster_5fassignment_2eproto); - return ::file_level_metadata_flyteidl_2fadmin_2fcluster_5fassignment_2eproto[kIndexInFileMessages]; -} - - -// =================================================================== - -void Selector::InitAsDefaultInstance() { -} -class Selector::HasBitSetters { - public: -}; - -#if !defined(_MSC_VER) || _MSC_VER >= 1900 -const int Selector::kKeyFieldNumber; -const int Selector::kValueFieldNumber; -const int Selector::kOperatorFieldNumber; -#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 - -Selector::Selector() - : ::google::protobuf::Message(), _internal_metadata_(nullptr) { - SharedCtor(); - // @@protoc_insertion_point(constructor:flyteidl.admin.Selector) -} -Selector::Selector(const Selector& from) - : ::google::protobuf::Message(), - _internal_metadata_(nullptr), - value_(from.value_) { - _internal_metadata_.MergeFrom(from._internal_metadata_); - key_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - if (from.key().size() > 0) { - key_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.key_); - } - operator__ = from.operator__; - // @@protoc_insertion_point(copy_constructor:flyteidl.admin.Selector) -} - -void Selector::SharedCtor() { - ::google::protobuf::internal::InitSCC( - &scc_info_Selector_flyteidl_2fadmin_2fcluster_5fassignment_2eproto.base); - key_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - operator__ = 0; -} - -Selector::~Selector() { - // @@protoc_insertion_point(destructor:flyteidl.admin.Selector) - SharedDtor(); -} - -void Selector::SharedDtor() { - key_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); -} - -void Selector::SetCachedSize(int size) const { - _cached_size_.Set(size); -} -const Selector& Selector::default_instance() { - ::google::protobuf::internal::InitSCC(&::scc_info_Selector_flyteidl_2fadmin_2fcluster_5fassignment_2eproto.base); - return *internal_default_instance(); -} - - -void Selector::Clear() { -// @@protoc_insertion_point(message_clear_start:flyteidl.admin.Selector) - ::google::protobuf::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - value_.Clear(); - key_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - operator__ = 0; - _internal_metadata_.Clear(); -} - -#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER -const char* Selector::_InternalParse(const char* begin, const char* end, void* object, - ::google::protobuf::internal::ParseContext* ctx) { - auto msg = static_cast(object); - ::google::protobuf::int32 size; (void)size; - int depth; (void)depth; - ::google::protobuf::uint32 tag; - ::google::protobuf::internal::ParseFunc parser_till_end; (void)parser_till_end; - auto ptr = begin; - while (ptr < end) { - ptr = ::google::protobuf::io::Parse32(ptr, &tag); - GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - switch (tag >> 3) { - // string key = 1; - case 1: { - if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; - ptr = ::google::protobuf::io::ReadSize(ptr, &size); - GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - ctx->extra_parse_data().SetFieldName("flyteidl.admin.Selector.key"); - object = msg->mutable_key(); - if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { - parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; - goto string_till_end; - } - GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); - ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); - ptr += size; - break; - } - // repeated string value = 2; - case 2: { - if (static_cast<::google::protobuf::uint8>(tag) != 18) goto handle_unusual; - do { - ptr = ::google::protobuf::io::ReadSize(ptr, &size); - GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - ctx->extra_parse_data().SetFieldName("flyteidl.admin.Selector.value"); - object = msg->add_value(); - if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { - parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; - goto string_till_end; - } - GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); - ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); - ptr += size; - if (ptr >= end) break; - } while ((::google::protobuf::io::UnalignedLoad<::google::protobuf::uint64>(ptr) & 255) == 18 && (ptr += 1)); - break; - } - // .flyteidl.admin.Selector.Operator operator = 3; - case 3: { - if (static_cast<::google::protobuf::uint8>(tag) != 24) goto handle_unusual; - ::google::protobuf::uint64 val = ::google::protobuf::internal::ReadVarint(&ptr); - msg->set_operator_(static_cast<::flyteidl::admin::Selector_Operator>(val)); - GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - break; - } - default: { - handle_unusual: - if ((tag & 7) == 4 || tag == 0) { - ctx->EndGroup(tag); - return ptr; - } - auto res = UnknownFieldParse(tag, {_InternalParse, msg}, - ptr, end, msg->_internal_metadata_.mutable_unknown_fields(), ctx); - ptr = res.first; - GOOGLE_PROTOBUF_PARSER_ASSERT(ptr != nullptr); - if (res.second) return ptr; - } - } // switch - } // while - return ptr; -string_till_end: - static_cast<::std::string*>(object)->clear(); - static_cast<::std::string*>(object)->reserve(size); - goto len_delim_till_end; -len_delim_till_end: - return ctx->StoreAndTailCall(ptr, end, {_InternalParse, msg}, - {parser_till_end, object}, size); -} -#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER -bool Selector::MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) { -#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure - ::google::protobuf::uint32 tag; - // @@protoc_insertion_point(parse_start:flyteidl.admin.Selector) - for (;;) { - ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); - tag = p.first; - if (!p.second) goto handle_unusual; - switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // string key = 1; - case 1: { - if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadString( - input, this->mutable_key())); - DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->key().data(), static_cast(this->key().length()), - ::google::protobuf::internal::WireFormatLite::PARSE, - "flyteidl.admin.Selector.key")); - } else { - goto handle_unusual; - } - break; - } - - // repeated string value = 2; - case 2: { - if (static_cast< ::google::protobuf::uint8>(tag) == (18 & 0xFF)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadString( - input, this->add_value())); - DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->value(this->value_size() - 1).data(), - static_cast(this->value(this->value_size() - 1).length()), - ::google::protobuf::internal::WireFormatLite::PARSE, - "flyteidl.admin.Selector.value")); - } else { - goto handle_unusual; - } - break; - } - - // .flyteidl.admin.Selector.Operator operator = 3; - case 3: { - if (static_cast< ::google::protobuf::uint8>(tag) == (24 & 0xFF)) { - int value = 0; - DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< - int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>( - input, &value))); - set_operator_(static_cast< ::flyteidl::admin::Selector_Operator >(value)); - } else { - goto handle_unusual; - } - break; - } - - default: { - handle_unusual: - if (tag == 0) { - goto success; - } - DO_(::google::protobuf::internal::WireFormat::SkipField( - input, tag, _internal_metadata_.mutable_unknown_fields())); - break; - } - } - } -success: - // @@protoc_insertion_point(parse_success:flyteidl.admin.Selector) - return true; -failure: - // @@protoc_insertion_point(parse_failure:flyteidl.admin.Selector) - return false; -#undef DO_ -} -#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER - -void Selector::SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const { - // @@protoc_insertion_point(serialize_start:flyteidl.admin.Selector) - ::google::protobuf::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // string key = 1; - if (this->key().size() > 0) { - ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->key().data(), static_cast(this->key().length()), - ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "flyteidl.admin.Selector.key"); - ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( - 1, this->key(), output); - } - - // repeated string value = 2; - for (int i = 0, n = this->value_size(); i < n; i++) { - ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->value(i).data(), static_cast(this->value(i).length()), - ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "flyteidl.admin.Selector.value"); - ::google::protobuf::internal::WireFormatLite::WriteString( - 2, this->value(i), output); - } - - // .flyteidl.admin.Selector.Operator operator = 3; - if (this->operator_() != 0) { - ::google::protobuf::internal::WireFormatLite::WriteEnum( - 3, this->operator_(), output); - } - - if (_internal_metadata_.have_unknown_fields()) { - ::google::protobuf::internal::WireFormat::SerializeUnknownFields( - _internal_metadata_.unknown_fields(), output); - } - // @@protoc_insertion_point(serialize_end:flyteidl.admin.Selector) -} - -::google::protobuf::uint8* Selector::InternalSerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const { - // @@protoc_insertion_point(serialize_to_array_start:flyteidl.admin.Selector) - ::google::protobuf::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - // string key = 1; - if (this->key().size() > 0) { - ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->key().data(), static_cast(this->key().length()), - ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "flyteidl.admin.Selector.key"); - target = - ::google::protobuf::internal::WireFormatLite::WriteStringToArray( - 1, this->key(), target); - } - - // repeated string value = 2; - for (int i = 0, n = this->value_size(); i < n; i++) { - ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->value(i).data(), static_cast(this->value(i).length()), - ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "flyteidl.admin.Selector.value"); - target = ::google::protobuf::internal::WireFormatLite:: - WriteStringToArray(2, this->value(i), target); - } - - // .flyteidl.admin.Selector.Operator operator = 3; - if (this->operator_() != 0) { - target = ::google::protobuf::internal::WireFormatLite::WriteEnumToArray( - 3, this->operator_(), target); - } - - if (_internal_metadata_.have_unknown_fields()) { - target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( - _internal_metadata_.unknown_fields(), target); - } - // @@protoc_insertion_point(serialize_to_array_end:flyteidl.admin.Selector) - return target; -} - -size_t Selector::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:flyteidl.admin.Selector) - size_t total_size = 0; - - if (_internal_metadata_.have_unknown_fields()) { - total_size += - ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( - _internal_metadata_.unknown_fields()); - } - ::google::protobuf::uint32 cached_has_bits = 0; - // Prevent compiler warnings about cached_has_bits being unused - (void) cached_has_bits; - - // repeated string value = 2; - total_size += 1 * - ::google::protobuf::internal::FromIntSize(this->value_size()); - for (int i = 0, n = this->value_size(); i < n; i++) { - total_size += ::google::protobuf::internal::WireFormatLite::StringSize( - this->value(i)); - } - - // string key = 1; - if (this->key().size() > 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::StringSize( - this->key()); - } - - // .flyteidl.admin.Selector.Operator operator = 3; - if (this->operator_() != 0) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::EnumSize(this->operator_()); - } - - int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); - SetCachedSize(cached_size); - return total_size; -} - -void Selector::MergeFrom(const ::google::protobuf::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.admin.Selector) - GOOGLE_DCHECK_NE(&from, this); - const Selector* source = - ::google::protobuf::DynamicCastToGenerated( - &from); - if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.admin.Selector) - ::google::protobuf::internal::ReflectionOps::Merge(from, this); - } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.admin.Selector) - MergeFrom(*source); - } -} - -void Selector::MergeFrom(const Selector& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.admin.Selector) - GOOGLE_DCHECK_NE(&from, this); - _internal_metadata_.MergeFrom(from._internal_metadata_); - ::google::protobuf::uint32 cached_has_bits = 0; - (void) cached_has_bits; - - value_.MergeFrom(from.value_); - if (from.key().size() > 0) { - - key_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.key_); - } - if (from.operator_() != 0) { - set_operator_(from.operator_()); - } -} - -void Selector::CopyFrom(const ::google::protobuf::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.admin.Selector) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -void Selector::CopyFrom(const Selector& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.admin.Selector) - if (&from == this) return; - Clear(); - MergeFrom(from); -} - -bool Selector::IsInitialized() const { - return true; -} - -void Selector::Swap(Selector* other) { - if (other == this) return; - InternalSwap(other); -} -void Selector::InternalSwap(Selector* other) { - using std::swap; - _internal_metadata_.Swap(&other->_internal_metadata_); - value_.InternalSwap(CastToBase(&other->value_)); - key_.Swap(&other->key_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); - swap(operator__, other->operator__); -} - -::google::protobuf::Metadata Selector::GetMetadata() const { - ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fadmin_2fcluster_5fassignment_2eproto); - return ::file_level_metadata_flyteidl_2fadmin_2fcluster_5fassignment_2eproto[kIndexInFileMessages]; -} - - // @@protoc_insertion_point(namespace_scope) } // namespace admin } // namespace flyteidl @@ -1555,15 +398,6 @@ namespace protobuf { template<> PROTOBUF_NOINLINE ::flyteidl::admin::ClusterAssignment* Arena::CreateMaybeMessage< ::flyteidl::admin::ClusterAssignment >(Arena* arena) { return Arena::CreateInternal< ::flyteidl::admin::ClusterAssignment >(arena); } -template<> PROTOBUF_NOINLINE ::flyteidl::admin::Affinity* Arena::CreateMaybeMessage< ::flyteidl::admin::Affinity >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::admin::Affinity >(arena); -} -template<> PROTOBUF_NOINLINE ::flyteidl::admin::Toleration* Arena::CreateMaybeMessage< ::flyteidl::admin::Toleration >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::admin::Toleration >(arena); -} -template<> PROTOBUF_NOINLINE ::flyteidl::admin::Selector* Arena::CreateMaybeMessage< ::flyteidl::admin::Selector >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::admin::Selector >(arena); -} } // namespace protobuf } // namespace google diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/cluster_assignment.pb.h b/flyteidl/gen/pb-cpp/flyteidl/admin/cluster_assignment.pb.h index 80b1f424f4..79c7743714 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/cluster_assignment.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/cluster_assignment.pb.h @@ -30,7 +30,6 @@ #include #include // IWYU pragma: export #include // IWYU pragma: export -#include #include // @@protoc_insertion_point(includes) #include @@ -42,7 +41,7 @@ struct TableStruct_flyteidl_2fadmin_2fcluster_5fassignment_2eproto { PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::google::protobuf::internal::AuxillaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold); - static const ::google::protobuf::internal::ParseTable schema[4] + static const ::google::protobuf::internal::ParseTable schema[1] PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::google::protobuf::internal::FieldMetadata field_metadata[]; static const ::google::protobuf::internal::SerializationTable serialization_table[]; @@ -51,55 +50,19 @@ struct TableStruct_flyteidl_2fadmin_2fcluster_5fassignment_2eproto { void AddDescriptors_flyteidl_2fadmin_2fcluster_5fassignment_2eproto(); namespace flyteidl { namespace admin { -class Affinity; -class AffinityDefaultTypeInternal; -extern AffinityDefaultTypeInternal _Affinity_default_instance_; class ClusterAssignment; class ClusterAssignmentDefaultTypeInternal; extern ClusterAssignmentDefaultTypeInternal _ClusterAssignment_default_instance_; -class Selector; -class SelectorDefaultTypeInternal; -extern SelectorDefaultTypeInternal _Selector_default_instance_; -class Toleration; -class TolerationDefaultTypeInternal; -extern TolerationDefaultTypeInternal _Toleration_default_instance_; } // namespace admin } // namespace flyteidl namespace google { namespace protobuf { -template<> ::flyteidl::admin::Affinity* Arena::CreateMaybeMessage<::flyteidl::admin::Affinity>(Arena*); template<> ::flyteidl::admin::ClusterAssignment* Arena::CreateMaybeMessage<::flyteidl::admin::ClusterAssignment>(Arena*); -template<> ::flyteidl::admin::Selector* Arena::CreateMaybeMessage<::flyteidl::admin::Selector>(Arena*); -template<> ::flyteidl::admin::Toleration* Arena::CreateMaybeMessage<::flyteidl::admin::Toleration>(Arena*); } // namespace protobuf } // namespace google namespace flyteidl { namespace admin { -enum Selector_Operator { - Selector_Operator_EQUALS = 0, - Selector_Operator_NOT_EQUALS = 1, - Selector_Operator_IN = 2, - Selector_Operator_NOT_IN = 3, - Selector_Operator_EXISTS = 4, - Selector_Operator_Selector_Operator_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::min(), - Selector_Operator_Selector_Operator_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::max() -}; -bool Selector_Operator_IsValid(int value); -const Selector_Operator Selector_Operator_Operator_MIN = Selector_Operator_EQUALS; -const Selector_Operator Selector_Operator_Operator_MAX = Selector_Operator_EXISTS; -const int Selector_Operator_Operator_ARRAYSIZE = Selector_Operator_Operator_MAX + 1; - -const ::google::protobuf::EnumDescriptor* Selector_Operator_descriptor(); -inline const ::std::string& Selector_Operator_Name(Selector_Operator value) { - return ::google::protobuf::internal::NameOfEnum( - Selector_Operator_descriptor(), value); -} -inline bool Selector_Operator_Parse( - const ::std::string& name, Selector_Operator* value) { - return ::google::protobuf::internal::ParseNamedEnum( - Selector_Operator_descriptor(), name, value); -} // =================================================================== class ClusterAssignment final : @@ -197,449 +160,26 @@ class ClusterAssignment final : // accessors ------------------------------------------------------- - // .flyteidl.admin.Affinity affinity = 1; - bool has_affinity() const; - void clear_affinity(); - static const int kAffinityFieldNumber = 1; - const ::flyteidl::admin::Affinity& affinity() const; - ::flyteidl::admin::Affinity* release_affinity(); - ::flyteidl::admin::Affinity* mutable_affinity(); - void set_allocated_affinity(::flyteidl::admin::Affinity* affinity); - - // .flyteidl.admin.Toleration toleration = 2; - bool has_toleration() const; - void clear_toleration(); - static const int kTolerationFieldNumber = 2; - const ::flyteidl::admin::Toleration& toleration() const; - ::flyteidl::admin::Toleration* release_toleration(); - ::flyteidl::admin::Toleration* mutable_toleration(); - void set_allocated_toleration(::flyteidl::admin::Toleration* toleration); - - // @@protoc_insertion_point(class_scope:flyteidl.admin.ClusterAssignment) - private: - class HasBitSetters; - - ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; - ::flyteidl::admin::Affinity* affinity_; - ::flyteidl::admin::Toleration* toleration_; - mutable ::google::protobuf::internal::CachedSize _cached_size_; - friend struct ::TableStruct_flyteidl_2fadmin_2fcluster_5fassignment_2eproto; -}; -// ------------------------------------------------------------------- - -class Affinity final : - public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.admin.Affinity) */ { - public: - Affinity(); - virtual ~Affinity(); - - Affinity(const Affinity& from); - - inline Affinity& operator=(const Affinity& from) { - CopyFrom(from); - return *this; - } - #if LANG_CXX11 - Affinity(Affinity&& from) noexcept - : Affinity() { - *this = ::std::move(from); - } - - inline Affinity& operator=(Affinity&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - #endif - static const ::google::protobuf::Descriptor* descriptor() { - return default_instance().GetDescriptor(); - } - static const Affinity& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const Affinity* internal_default_instance() { - return reinterpret_cast( - &_Affinity_default_instance_); - } - static constexpr int kIndexInFileMessages = - 1; - - void Swap(Affinity* other); - friend void swap(Affinity& a, Affinity& b) { - a.Swap(&b); - } - - // implements Message ---------------------------------------------- - - inline Affinity* New() const final { - return CreateMaybeMessage(nullptr); - } - - Affinity* New(::google::protobuf::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::google::protobuf::Message& from) final; - void MergeFrom(const ::google::protobuf::Message& from) final; - void CopyFrom(const Affinity& from); - void MergeFrom(const Affinity& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER - static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx); - ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; } - #else - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) final; - #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const final; - ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - void SharedCtor(); - void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(Affinity* other); - private: - inline ::google::protobuf::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::google::protobuf::Metadata GetMetadata() const final; - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - // repeated .flyteidl.admin.Selector selectors = 1; - int selectors_size() const; - void clear_selectors(); - static const int kSelectorsFieldNumber = 1; - ::flyteidl::admin::Selector* mutable_selectors(int index); - ::google::protobuf::RepeatedPtrField< ::flyteidl::admin::Selector >* - mutable_selectors(); - const ::flyteidl::admin::Selector& selectors(int index) const; - ::flyteidl::admin::Selector* add_selectors(); - const ::google::protobuf::RepeatedPtrField< ::flyteidl::admin::Selector >& - selectors() const; - - // @@protoc_insertion_point(class_scope:flyteidl.admin.Affinity) - private: - class HasBitSetters; - - ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; - ::google::protobuf::RepeatedPtrField< ::flyteidl::admin::Selector > selectors_; - mutable ::google::protobuf::internal::CachedSize _cached_size_; - friend struct ::TableStruct_flyteidl_2fadmin_2fcluster_5fassignment_2eproto; -}; -// ------------------------------------------------------------------- - -class Toleration final : - public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.admin.Toleration) */ { - public: - Toleration(); - virtual ~Toleration(); - - Toleration(const Toleration& from); - - inline Toleration& operator=(const Toleration& from) { - CopyFrom(from); - return *this; - } - #if LANG_CXX11 - Toleration(Toleration&& from) noexcept - : Toleration() { - *this = ::std::move(from); - } - - inline Toleration& operator=(Toleration&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } - #endif - static const ::google::protobuf::Descriptor* descriptor() { - return default_instance().GetDescriptor(); - } - static const Toleration& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const Toleration* internal_default_instance() { - return reinterpret_cast( - &_Toleration_default_instance_); - } - static constexpr int kIndexInFileMessages = - 2; - - void Swap(Toleration* other); - friend void swap(Toleration& a, Toleration& b) { - a.Swap(&b); - } - - // implements Message ---------------------------------------------- - - inline Toleration* New() const final { - return CreateMaybeMessage(nullptr); - } - - Toleration* New(::google::protobuf::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::google::protobuf::Message& from) final; - void MergeFrom(const ::google::protobuf::Message& from) final; - void CopyFrom(const Toleration& from); - void MergeFrom(const Toleration& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER - static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx); - ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; } - #else - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) final; - #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const final; - ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - void SharedCtor(); - void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(Toleration* other); - private: - inline ::google::protobuf::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::google::protobuf::Metadata GetMetadata() const final; - - // nested types ---------------------------------------------------- - - // accessors ------------------------------------------------------- - - // repeated .flyteidl.admin.Selector selectors = 1; - int selectors_size() const; - void clear_selectors(); - static const int kSelectorsFieldNumber = 1; - ::flyteidl::admin::Selector* mutable_selectors(int index); - ::google::protobuf::RepeatedPtrField< ::flyteidl::admin::Selector >* - mutable_selectors(); - const ::flyteidl::admin::Selector& selectors(int index) const; - ::flyteidl::admin::Selector* add_selectors(); - const ::google::protobuf::RepeatedPtrField< ::flyteidl::admin::Selector >& - selectors() const; - - // @@protoc_insertion_point(class_scope:flyteidl.admin.Toleration) - private: - class HasBitSetters; - - ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; - ::google::protobuf::RepeatedPtrField< ::flyteidl::admin::Selector > selectors_; - mutable ::google::protobuf::internal::CachedSize _cached_size_; - friend struct ::TableStruct_flyteidl_2fadmin_2fcluster_5fassignment_2eproto; -}; -// ------------------------------------------------------------------- - -class Selector final : - public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.admin.Selector) */ { - public: - Selector(); - virtual ~Selector(); - - Selector(const Selector& from); - - inline Selector& operator=(const Selector& from) { - CopyFrom(from); - return *this; - } + // string cluster_pool_name = 3; + void clear_cluster_pool_name(); + static const int kClusterPoolNameFieldNumber = 3; + const ::std::string& cluster_pool_name() const; + void set_cluster_pool_name(const ::std::string& value); #if LANG_CXX11 - Selector(Selector&& from) noexcept - : Selector() { - *this = ::std::move(from); - } - - inline Selector& operator=(Selector&& from) noexcept { - if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { - if (this != &from) InternalSwap(&from); - } else { - CopyFrom(from); - } - return *this; - } + void set_cluster_pool_name(::std::string&& value); #endif - static const ::google::protobuf::Descriptor* descriptor() { - return default_instance().GetDescriptor(); - } - static const Selector& default_instance(); - - static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const Selector* internal_default_instance() { - return reinterpret_cast( - &_Selector_default_instance_); - } - static constexpr int kIndexInFileMessages = - 3; + void set_cluster_pool_name(const char* value); + void set_cluster_pool_name(const char* value, size_t size); + ::std::string* mutable_cluster_pool_name(); + ::std::string* release_cluster_pool_name(); + void set_allocated_cluster_pool_name(::std::string* cluster_pool_name); - void Swap(Selector* other); - friend void swap(Selector& a, Selector& b) { - a.Swap(&b); - } - - // implements Message ---------------------------------------------- - - inline Selector* New() const final { - return CreateMaybeMessage(nullptr); - } - - Selector* New(::google::protobuf::Arena* arena) const final { - return CreateMaybeMessage(arena); - } - void CopyFrom(const ::google::protobuf::Message& from) final; - void MergeFrom(const ::google::protobuf::Message& from) final; - void CopyFrom(const Selector& from); - void MergeFrom(const Selector& from); - PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; - bool IsInitialized() const final; - - size_t ByteSizeLong() const final; - #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER - static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx); - ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; } - #else - bool MergePartialFromCodedStream( - ::google::protobuf::io::CodedInputStream* input) final; - #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER - void SerializeWithCachedSizes( - ::google::protobuf::io::CodedOutputStream* output) const final; - ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( - ::google::protobuf::uint8* target) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } - - private: - void SharedCtor(); - void SharedDtor(); - void SetCachedSize(int size) const final; - void InternalSwap(Selector* other); - private: - inline ::google::protobuf::Arena* GetArenaNoVirtual() const { - return nullptr; - } - inline void* MaybeArenaPtr() const { - return nullptr; - } - public: - - ::google::protobuf::Metadata GetMetadata() const final; - - // nested types ---------------------------------------------------- - - typedef Selector_Operator Operator; - static const Operator EQUALS = - Selector_Operator_EQUALS; - static const Operator NOT_EQUALS = - Selector_Operator_NOT_EQUALS; - static const Operator IN = - Selector_Operator_IN; - static const Operator NOT_IN = - Selector_Operator_NOT_IN; - static const Operator EXISTS = - Selector_Operator_EXISTS; - static inline bool Operator_IsValid(int value) { - return Selector_Operator_IsValid(value); - } - static const Operator Operator_MIN = - Selector_Operator_Operator_MIN; - static const Operator Operator_MAX = - Selector_Operator_Operator_MAX; - static const int Operator_ARRAYSIZE = - Selector_Operator_Operator_ARRAYSIZE; - static inline const ::google::protobuf::EnumDescriptor* - Operator_descriptor() { - return Selector_Operator_descriptor(); - } - static inline const ::std::string& Operator_Name(Operator value) { - return Selector_Operator_Name(value); - } - static inline bool Operator_Parse(const ::std::string& name, - Operator* value) { - return Selector_Operator_Parse(name, value); - } - - // accessors ------------------------------------------------------- - - // repeated string value = 2; - int value_size() const; - void clear_value(); - static const int kValueFieldNumber = 2; - const ::std::string& value(int index) const; - ::std::string* mutable_value(int index); - void set_value(int index, const ::std::string& value); - #if LANG_CXX11 - void set_value(int index, ::std::string&& value); - #endif - void set_value(int index, const char* value); - void set_value(int index, const char* value, size_t size); - ::std::string* add_value(); - void add_value(const ::std::string& value); - #if LANG_CXX11 - void add_value(::std::string&& value); - #endif - void add_value(const char* value); - void add_value(const char* value, size_t size); - const ::google::protobuf::RepeatedPtrField<::std::string>& value() const; - ::google::protobuf::RepeatedPtrField<::std::string>* mutable_value(); - - // string key = 1; - void clear_key(); - static const int kKeyFieldNumber = 1; - const ::std::string& key() const; - void set_key(const ::std::string& value); - #if LANG_CXX11 - void set_key(::std::string&& value); - #endif - void set_key(const char* value); - void set_key(const char* value, size_t size); - ::std::string* mutable_key(); - ::std::string* release_key(); - void set_allocated_key(::std::string* key); - - // .flyteidl.admin.Selector.Operator operator = 3; - void clear_operator_(); - static const int kOperatorFieldNumber = 3; - ::flyteidl::admin::Selector_Operator operator_() const; - void set_operator_(::flyteidl::admin::Selector_Operator value); - - // @@protoc_insertion_point(class_scope:flyteidl.admin.Selector) + // @@protoc_insertion_point(class_scope:flyteidl.admin.ClusterAssignment) private: class HasBitSetters; ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; - ::google::protobuf::RepeatedPtrField<::std::string> value_; - ::google::protobuf::internal::ArenaStringPtr key_; - int operator__; + ::google::protobuf::internal::ArenaStringPtr cluster_pool_name_; mutable ::google::protobuf::internal::CachedSize _cached_size_; friend struct ::TableStruct_flyteidl_2fadmin_2fcluster_5fassignment_2eproto; }; @@ -654,343 +194,68 @@ class Selector final : #endif // __GNUC__ // ClusterAssignment -// .flyteidl.admin.Affinity affinity = 1; -inline bool ClusterAssignment::has_affinity() const { - return this != internal_default_instance() && affinity_ != nullptr; -} -inline void ClusterAssignment::clear_affinity() { - if (GetArenaNoVirtual() == nullptr && affinity_ != nullptr) { - delete affinity_; - } - affinity_ = nullptr; -} -inline const ::flyteidl::admin::Affinity& ClusterAssignment::affinity() const { - const ::flyteidl::admin::Affinity* p = affinity_; - // @@protoc_insertion_point(field_get:flyteidl.admin.ClusterAssignment.affinity) - return p != nullptr ? *p : *reinterpret_cast( - &::flyteidl::admin::_Affinity_default_instance_); -} -inline ::flyteidl::admin::Affinity* ClusterAssignment::release_affinity() { - // @@protoc_insertion_point(field_release:flyteidl.admin.ClusterAssignment.affinity) - - ::flyteidl::admin::Affinity* temp = affinity_; - affinity_ = nullptr; - return temp; -} -inline ::flyteidl::admin::Affinity* ClusterAssignment::mutable_affinity() { - - if (affinity_ == nullptr) { - auto* p = CreateMaybeMessage<::flyteidl::admin::Affinity>(GetArenaNoVirtual()); - affinity_ = p; - } - // @@protoc_insertion_point(field_mutable:flyteidl.admin.ClusterAssignment.affinity) - return affinity_; -} -inline void ClusterAssignment::set_allocated_affinity(::flyteidl::admin::Affinity* affinity) { - ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete affinity_; - } - if (affinity) { - ::google::protobuf::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - affinity = ::google::protobuf::internal::GetOwnedMessage( - message_arena, affinity, submessage_arena); - } - - } else { - - } - affinity_ = affinity; - // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.ClusterAssignment.affinity) -} - -// .flyteidl.admin.Toleration toleration = 2; -inline bool ClusterAssignment::has_toleration() const { - return this != internal_default_instance() && toleration_ != nullptr; -} -inline void ClusterAssignment::clear_toleration() { - if (GetArenaNoVirtual() == nullptr && toleration_ != nullptr) { - delete toleration_; - } - toleration_ = nullptr; -} -inline const ::flyteidl::admin::Toleration& ClusterAssignment::toleration() const { - const ::flyteidl::admin::Toleration* p = toleration_; - // @@protoc_insertion_point(field_get:flyteidl.admin.ClusterAssignment.toleration) - return p != nullptr ? *p : *reinterpret_cast( - &::flyteidl::admin::_Toleration_default_instance_); +// string cluster_pool_name = 3; +inline void ClusterAssignment::clear_cluster_pool_name() { + cluster_pool_name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline ::flyteidl::admin::Toleration* ClusterAssignment::release_toleration() { - // @@protoc_insertion_point(field_release:flyteidl.admin.ClusterAssignment.toleration) - - ::flyteidl::admin::Toleration* temp = toleration_; - toleration_ = nullptr; - return temp; +inline const ::std::string& ClusterAssignment::cluster_pool_name() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.ClusterAssignment.cluster_pool_name) + return cluster_pool_name_.GetNoArena(); } -inline ::flyteidl::admin::Toleration* ClusterAssignment::mutable_toleration() { +inline void ClusterAssignment::set_cluster_pool_name(const ::std::string& value) { - if (toleration_ == nullptr) { - auto* p = CreateMaybeMessage<::flyteidl::admin::Toleration>(GetArenaNoVirtual()); - toleration_ = p; - } - // @@protoc_insertion_point(field_mutable:flyteidl.admin.ClusterAssignment.toleration) - return toleration_; -} -inline void ClusterAssignment::set_allocated_toleration(::flyteidl::admin::Toleration* toleration) { - ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete toleration_; - } - if (toleration) { - ::google::protobuf::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - toleration = ::google::protobuf::internal::GetOwnedMessage( - message_arena, toleration, submessage_arena); - } - - } else { - - } - toleration_ = toleration; - // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.ClusterAssignment.toleration) -} - -// ------------------------------------------------------------------- - -// Affinity - -// repeated .flyteidl.admin.Selector selectors = 1; -inline int Affinity::selectors_size() const { - return selectors_.size(); -} -inline void Affinity::clear_selectors() { - selectors_.Clear(); -} -inline ::flyteidl::admin::Selector* Affinity::mutable_selectors(int index) { - // @@protoc_insertion_point(field_mutable:flyteidl.admin.Affinity.selectors) - return selectors_.Mutable(index); -} -inline ::google::protobuf::RepeatedPtrField< ::flyteidl::admin::Selector >* -Affinity::mutable_selectors() { - // @@protoc_insertion_point(field_mutable_list:flyteidl.admin.Affinity.selectors) - return &selectors_; -} -inline const ::flyteidl::admin::Selector& Affinity::selectors(int index) const { - // @@protoc_insertion_point(field_get:flyteidl.admin.Affinity.selectors) - return selectors_.Get(index); -} -inline ::flyteidl::admin::Selector* Affinity::add_selectors() { - // @@protoc_insertion_point(field_add:flyteidl.admin.Affinity.selectors) - return selectors_.Add(); -} -inline const ::google::protobuf::RepeatedPtrField< ::flyteidl::admin::Selector >& -Affinity::selectors() const { - // @@protoc_insertion_point(field_list:flyteidl.admin.Affinity.selectors) - return selectors_; -} - -// ------------------------------------------------------------------- - -// Toleration - -// repeated .flyteidl.admin.Selector selectors = 1; -inline int Toleration::selectors_size() const { - return selectors_.size(); -} -inline void Toleration::clear_selectors() { - selectors_.Clear(); -} -inline ::flyteidl::admin::Selector* Toleration::mutable_selectors(int index) { - // @@protoc_insertion_point(field_mutable:flyteidl.admin.Toleration.selectors) - return selectors_.Mutable(index); -} -inline ::google::protobuf::RepeatedPtrField< ::flyteidl::admin::Selector >* -Toleration::mutable_selectors() { - // @@protoc_insertion_point(field_mutable_list:flyteidl.admin.Toleration.selectors) - return &selectors_; -} -inline const ::flyteidl::admin::Selector& Toleration::selectors(int index) const { - // @@protoc_insertion_point(field_get:flyteidl.admin.Toleration.selectors) - return selectors_.Get(index); -} -inline ::flyteidl::admin::Selector* Toleration::add_selectors() { - // @@protoc_insertion_point(field_add:flyteidl.admin.Toleration.selectors) - return selectors_.Add(); -} -inline const ::google::protobuf::RepeatedPtrField< ::flyteidl::admin::Selector >& -Toleration::selectors() const { - // @@protoc_insertion_point(field_list:flyteidl.admin.Toleration.selectors) - return selectors_; -} - -// ------------------------------------------------------------------- - -// Selector - -// string key = 1; -inline void Selector::clear_key() { - key_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); -} -inline const ::std::string& Selector::key() const { - // @@protoc_insertion_point(field_get:flyteidl.admin.Selector.key) - return key_.GetNoArena(); -} -inline void Selector::set_key(const ::std::string& value) { - - key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); - // @@protoc_insertion_point(field_set:flyteidl.admin.Selector.key) + cluster_pool_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.admin.ClusterAssignment.cluster_pool_name) } #if LANG_CXX11 -inline void Selector::set_key(::std::string&& value) { +inline void ClusterAssignment::set_cluster_pool_name(::std::string&& value) { - key_.SetNoArena( + cluster_pool_name_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.Selector.key) + // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.ClusterAssignment.cluster_pool_name) } #endif -inline void Selector::set_key(const char* value) { +inline void ClusterAssignment::set_cluster_pool_name(const char* value) { GOOGLE_DCHECK(value != nullptr); - key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:flyteidl.admin.Selector.key) + cluster_pool_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.admin.ClusterAssignment.cluster_pool_name) } -inline void Selector::set_key(const char* value, size_t size) { +inline void ClusterAssignment::set_cluster_pool_name(const char* value, size_t size) { - key_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + cluster_pool_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.Selector.key) + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.ClusterAssignment.cluster_pool_name) } -inline ::std::string* Selector::mutable_key() { +inline ::std::string* ClusterAssignment::mutable_cluster_pool_name() { - // @@protoc_insertion_point(field_mutable:flyteidl.admin.Selector.key) - return key_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + // @@protoc_insertion_point(field_mutable:flyteidl.admin.ClusterAssignment.cluster_pool_name) + return cluster_pool_name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline ::std::string* Selector::release_key() { - // @@protoc_insertion_point(field_release:flyteidl.admin.Selector.key) +inline ::std::string* ClusterAssignment::release_cluster_pool_name() { + // @@protoc_insertion_point(field_release:flyteidl.admin.ClusterAssignment.cluster_pool_name) - return key_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + return cluster_pool_name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline void Selector::set_allocated_key(::std::string* key) { - if (key != nullptr) { +inline void ClusterAssignment::set_allocated_cluster_pool_name(::std::string* cluster_pool_name) { + if (cluster_pool_name != nullptr) { } else { } - key_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), key); - // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.Selector.key) -} - -// repeated string value = 2; -inline int Selector::value_size() const { - return value_.size(); -} -inline void Selector::clear_value() { - value_.Clear(); -} -inline const ::std::string& Selector::value(int index) const { - // @@protoc_insertion_point(field_get:flyteidl.admin.Selector.value) - return value_.Get(index); -} -inline ::std::string* Selector::mutable_value(int index) { - // @@protoc_insertion_point(field_mutable:flyteidl.admin.Selector.value) - return value_.Mutable(index); -} -inline void Selector::set_value(int index, const ::std::string& value) { - // @@protoc_insertion_point(field_set:flyteidl.admin.Selector.value) - value_.Mutable(index)->assign(value); -} -#if LANG_CXX11 -inline void Selector::set_value(int index, ::std::string&& value) { - // @@protoc_insertion_point(field_set:flyteidl.admin.Selector.value) - value_.Mutable(index)->assign(std::move(value)); -} -#endif -inline void Selector::set_value(int index, const char* value) { - GOOGLE_DCHECK(value != nullptr); - value_.Mutable(index)->assign(value); - // @@protoc_insertion_point(field_set_char:flyteidl.admin.Selector.value) -} -inline void Selector::set_value(int index, const char* value, size_t size) { - value_.Mutable(index)->assign( - reinterpret_cast(value), size); - // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.Selector.value) -} -inline ::std::string* Selector::add_value() { - // @@protoc_insertion_point(field_add_mutable:flyteidl.admin.Selector.value) - return value_.Add(); -} -inline void Selector::add_value(const ::std::string& value) { - value_.Add()->assign(value); - // @@protoc_insertion_point(field_add:flyteidl.admin.Selector.value) -} -#if LANG_CXX11 -inline void Selector::add_value(::std::string&& value) { - value_.Add(std::move(value)); - // @@protoc_insertion_point(field_add:flyteidl.admin.Selector.value) -} -#endif -inline void Selector::add_value(const char* value) { - GOOGLE_DCHECK(value != nullptr); - value_.Add()->assign(value); - // @@protoc_insertion_point(field_add_char:flyteidl.admin.Selector.value) -} -inline void Selector::add_value(const char* value, size_t size) { - value_.Add()->assign(reinterpret_cast(value), size); - // @@protoc_insertion_point(field_add_pointer:flyteidl.admin.Selector.value) -} -inline const ::google::protobuf::RepeatedPtrField<::std::string>& -Selector::value() const { - // @@protoc_insertion_point(field_list:flyteidl.admin.Selector.value) - return value_; -} -inline ::google::protobuf::RepeatedPtrField<::std::string>* -Selector::mutable_value() { - // @@protoc_insertion_point(field_mutable_list:flyteidl.admin.Selector.value) - return &value_; -} - -// .flyteidl.admin.Selector.Operator operator = 3; -inline void Selector::clear_operator_() { - operator__ = 0; -} -inline ::flyteidl::admin::Selector_Operator Selector::operator_() const { - // @@protoc_insertion_point(field_get:flyteidl.admin.Selector.operator) - return static_cast< ::flyteidl::admin::Selector_Operator >(operator__); -} -inline void Selector::set_operator_(::flyteidl::admin::Selector_Operator value) { - - operator__ = value; - // @@protoc_insertion_point(field_set:flyteidl.admin.Selector.operator) + cluster_pool_name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), cluster_pool_name); + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.ClusterAssignment.cluster_pool_name) } #ifdef __GNUC__ #pragma GCC diagnostic pop #endif // __GNUC__ -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - -// ------------------------------------------------------------------- - // @@protoc_insertion_point(namespace_scope) } // namespace admin } // namespace flyteidl -namespace google { -namespace protobuf { - -template <> struct is_proto_enum< ::flyteidl::admin::Selector_Operator> : ::std::true_type {}; -template <> -inline const EnumDescriptor* GetEnumDescriptor< ::flyteidl::admin::Selector_Operator>() { - return ::flyteidl::admin::Selector_Operator_descriptor(); -} - -} // namespace protobuf -} // namespace google - // @@protoc_insertion_point(global_scope) #include diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.cc index 4fecff8337..a669407611 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/execution.pb.cc @@ -16,7 +16,7 @@ // @@protoc_insertion_point(includes) #include -extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fcluster_5fassignment_2eproto ::google::protobuf::internal::SCCInfo<2> scc_info_ClusterAssignment_flyteidl_2fadmin_2fcluster_5fassignment_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fcluster_5fassignment_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_ClusterAssignment_flyteidl_2fadmin_2fcluster_5fassignment_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fcommon_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_AuthRole_flyteidl_2fadmin_2fcommon_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fcommon_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_RawOutputDataConfig_flyteidl_2fadmin_2fcommon_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fcommon_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_UrlBlob_flyteidl_2fadmin_2fcommon_2eproto; diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/matchable_resource.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/admin/matchable_resource.pb.cc index bed95d8657..9eb2d776e7 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/matchable_resource.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/matchable_resource.pb.cc @@ -16,7 +16,7 @@ // @@protoc_insertion_point(includes) #include -extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fcluster_5fassignment_2eproto ::google::protobuf::internal::SCCInfo<2> scc_info_ClusterAssignment_flyteidl_2fadmin_2fcluster_5fassignment_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fcluster_5fassignment_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_ClusterAssignment_flyteidl_2fadmin_2fcluster_5fassignment_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fcommon_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_RawOutputDataConfig_flyteidl_2fadmin_2fcommon_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fcommon_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_Annotations_flyteidl_2fadmin_2fcommon_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fcommon_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_Labels_flyteidl_2fadmin_2fcommon_2eproto; diff --git a/flyteidl/gen/pb-go/flyteidl/admin/cluster_assignment.pb.go b/flyteidl/gen/pb-go/flyteidl/admin/cluster_assignment.pb.go index 98b3be0fc8..088813b5fc 100644 --- a/flyteidl/gen/pb-go/flyteidl/admin/cluster_assignment.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/admin/cluster_assignment.pb.go @@ -20,48 +20,12 @@ var _ = math.Inf // proto package needs to be updated. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package -// Defines how a label with a corresponding key and value is selected or excluded. -type Selector_Operator int32 - -const ( - Selector_EQUALS Selector_Operator = 0 - Selector_NOT_EQUALS Selector_Operator = 1 - Selector_IN Selector_Operator = 2 - Selector_NOT_IN Selector_Operator = 3 - Selector_EXISTS Selector_Operator = 4 -) - -var Selector_Operator_name = map[int32]string{ - 0: "EQUALS", - 1: "NOT_EQUALS", - 2: "IN", - 3: "NOT_IN", - 4: "EXISTS", -} - -var Selector_Operator_value = map[string]int32{ - "EQUALS": 0, - "NOT_EQUALS": 1, - "IN": 2, - "NOT_IN": 3, - "EXISTS": 4, -} - -func (x Selector_Operator) String() string { - return proto.EnumName(Selector_Operator_name, int32(x)) -} - -func (Selector_Operator) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_c5699de6e686ea15, []int{3, 0} -} - // Encapsulates specifications for routing an execution onto a specific cluster. type ClusterAssignment struct { - Affinity *Affinity `protobuf:"bytes,1,opt,name=affinity,proto3" json:"affinity,omitempty"` - Toleration *Toleration `protobuf:"bytes,2,opt,name=toleration,proto3" json:"toleration,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + ClusterPoolName string `protobuf:"bytes,3,opt,name=cluster_pool_name,json=clusterPoolName,proto3" json:"cluster_pool_name,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *ClusterAssignment) Reset() { *m = ClusterAssignment{} } @@ -89,168 +53,15 @@ func (m *ClusterAssignment) XXX_DiscardUnknown() { var xxx_messageInfo_ClusterAssignment proto.InternalMessageInfo -func (m *ClusterAssignment) GetAffinity() *Affinity { - if m != nil { - return m.Affinity - } - return nil -} - -func (m *ClusterAssignment) GetToleration() *Toleration { - if m != nil { - return m.Toleration - } - return nil -} - -// Defines a set of constraints used to select eligible objects based on labels they possess. -type Affinity struct { - // Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects. - Selectors []*Selector `protobuf:"bytes,1,rep,name=selectors,proto3" json:"selectors,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *Affinity) Reset() { *m = Affinity{} } -func (m *Affinity) String() string { return proto.CompactTextString(m) } -func (*Affinity) ProtoMessage() {} -func (*Affinity) Descriptor() ([]byte, []int) { - return fileDescriptor_c5699de6e686ea15, []int{1} -} - -func (m *Affinity) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Affinity.Unmarshal(m, b) -} -func (m *Affinity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Affinity.Marshal(b, m, deterministic) -} -func (m *Affinity) XXX_Merge(src proto.Message) { - xxx_messageInfo_Affinity.Merge(m, src) -} -func (m *Affinity) XXX_Size() int { - return xxx_messageInfo_Affinity.Size(m) -} -func (m *Affinity) XXX_DiscardUnknown() { - xxx_messageInfo_Affinity.DiscardUnknown(m) -} - -var xxx_messageInfo_Affinity proto.InternalMessageInfo - -func (m *Affinity) GetSelectors() []*Selector { - if m != nil { - return m.Selectors - } - return nil -} - -// Defines a set of specific label selectors that the execution can tolerate on a cluster. -type Toleration struct { - // A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS. - Selectors []*Selector `protobuf:"bytes,1,rep,name=selectors,proto3" json:"selectors,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *Toleration) Reset() { *m = Toleration{} } -func (m *Toleration) String() string { return proto.CompactTextString(m) } -func (*Toleration) ProtoMessage() {} -func (*Toleration) Descriptor() ([]byte, []int) { - return fileDescriptor_c5699de6e686ea15, []int{2} -} - -func (m *Toleration) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Toleration.Unmarshal(m, b) -} -func (m *Toleration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Toleration.Marshal(b, m, deterministic) -} -func (m *Toleration) XXX_Merge(src proto.Message) { - xxx_messageInfo_Toleration.Merge(m, src) -} -func (m *Toleration) XXX_Size() int { - return xxx_messageInfo_Toleration.Size(m) -} -func (m *Toleration) XXX_DiscardUnknown() { - xxx_messageInfo_Toleration.DiscardUnknown(m) -} - -var xxx_messageInfo_Toleration proto.InternalMessageInfo - -func (m *Toleration) GetSelectors() []*Selector { - if m != nil { - return m.Selectors - } - return nil -} - -// A Selector is a specification for identifying a set of objects with corresponding labels. -type Selector struct { - // The label key. - Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` - // One or more values used to match labels. - // For equality (or inequality) requirements, values must contain a single element. - // For set-based requirements, values may contain one or more elements. - Value []string `protobuf:"bytes,2,rep,name=value,proto3" json:"value,omitempty"` - Operator Selector_Operator `protobuf:"varint,3,opt,name=operator,proto3,enum=flyteidl.admin.Selector_Operator" json:"operator,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *Selector) Reset() { *m = Selector{} } -func (m *Selector) String() string { return proto.CompactTextString(m) } -func (*Selector) ProtoMessage() {} -func (*Selector) Descriptor() ([]byte, []int) { - return fileDescriptor_c5699de6e686ea15, []int{3} -} - -func (m *Selector) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Selector.Unmarshal(m, b) -} -func (m *Selector) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Selector.Marshal(b, m, deterministic) -} -func (m *Selector) XXX_Merge(src proto.Message) { - xxx_messageInfo_Selector.Merge(m, src) -} -func (m *Selector) XXX_Size() int { - return xxx_messageInfo_Selector.Size(m) -} -func (m *Selector) XXX_DiscardUnknown() { - xxx_messageInfo_Selector.DiscardUnknown(m) -} - -var xxx_messageInfo_Selector proto.InternalMessageInfo - -func (m *Selector) GetKey() string { +func (m *ClusterAssignment) GetClusterPoolName() string { if m != nil { - return m.Key + return m.ClusterPoolName } return "" } -func (m *Selector) GetValue() []string { - if m != nil { - return m.Value - } - return nil -} - -func (m *Selector) GetOperator() Selector_Operator { - if m != nil { - return m.Operator - } - return Selector_EQUALS -} - func init() { - proto.RegisterEnum("flyteidl.admin.Selector_Operator", Selector_Operator_name, Selector_Operator_value) proto.RegisterType((*ClusterAssignment)(nil), "flyteidl.admin.ClusterAssignment") - proto.RegisterType((*Affinity)(nil), "flyteidl.admin.Affinity") - proto.RegisterType((*Toleration)(nil), "flyteidl.admin.Toleration") - proto.RegisterType((*Selector)(nil), "flyteidl.admin.Selector") } func init() { @@ -258,26 +69,16 @@ func init() { } var fileDescriptor_c5699de6e686ea15 = []byte{ - // 331 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x92, 0xcb, 0x4a, 0x3b, 0x31, - 0x18, 0xc5, 0xff, 0x99, 0xf9, 0x5b, 0xa6, 0x9f, 0x50, 0xc6, 0xe0, 0x62, 0x70, 0x35, 0xce, 0xc6, - 0x6e, 0x9c, 0x40, 0xbd, 0x81, 0xe0, 0xa2, 0xf5, 0x02, 0x05, 0x69, 0x31, 0x53, 0x41, 0xdc, 0x94, - 0x69, 0x9b, 0x8e, 0xc1, 0x34, 0x29, 0x99, 0x54, 0xe8, 0x03, 0xf8, 0x50, 0xbe, 0x9d, 0xcc, 0xb5, - 0x56, 0x74, 0xe3, 0x2e, 0xdf, 0x97, 0xdf, 0x39, 0x27, 0x84, 0x03, 0x47, 0x73, 0xb1, 0x36, 0x8c, - 0xcf, 0x04, 0x89, 0x67, 0x0b, 0x2e, 0xc9, 0x54, 0xac, 0x52, 0xc3, 0xf4, 0x38, 0x4e, 0x53, 0x9e, - 0xc8, 0x05, 0x93, 0x26, 0x5c, 0x6a, 0x65, 0x14, 0x6e, 0x55, 0x60, 0x98, 0x83, 0xc1, 0x3b, 0x82, - 0xbd, 0xeb, 0x02, 0xee, 0xd6, 0x2c, 0x3e, 0x05, 0x27, 0x9e, 0xcf, 0xb9, 0xe4, 0x66, 0xed, 0x21, - 0x1f, 0xb5, 0x77, 0x3b, 0x5e, 0xb8, 0x2d, 0x0c, 0xbb, 0xe5, 0x3d, 0xad, 0x49, 0x7c, 0x09, 0x60, - 0x94, 0x60, 0x3a, 0x36, 0x5c, 0x49, 0xcf, 0xca, 0x75, 0x07, 0xdf, 0x75, 0xa3, 0x9a, 0xa0, 0x5f, - 0xe8, 0xa0, 0x07, 0x4e, 0xe5, 0x88, 0xcf, 0xa1, 0x99, 0x32, 0xc1, 0xa6, 0x46, 0xe9, 0xd4, 0x43, - 0xbe, 0xfd, 0x53, 0x7c, 0x54, 0x02, 0x74, 0x83, 0x06, 0x37, 0x00, 0x1b, 0xf7, 0x3f, 0xbb, 0x7c, - 0x20, 0x70, 0xaa, 0x3d, 0x76, 0xc1, 0x7e, 0x65, 0xc5, 0x1f, 0x34, 0x69, 0x76, 0xc4, 0xfb, 0xb0, - 0xf3, 0x16, 0x8b, 0x15, 0xf3, 0x2c, 0xdf, 0x6e, 0x37, 0x69, 0x31, 0xe0, 0x2b, 0x70, 0xd4, 0x32, - 0x4b, 0x56, 0xda, 0xb3, 0x7d, 0xd4, 0x6e, 0x75, 0x0e, 0x7f, 0xcb, 0x0a, 0x87, 0x25, 0x48, 0x6b, - 0x49, 0x70, 0x07, 0x4e, 0xb5, 0xc5, 0x00, 0x8d, 0xdb, 0x87, 0xc7, 0xee, 0x7d, 0xe4, 0xfe, 0xc3, - 0x2d, 0x80, 0xc1, 0x70, 0x34, 0x2e, 0x67, 0x84, 0x1b, 0x60, 0xf5, 0x07, 0xae, 0x95, 0x31, 0xd9, - 0xbe, 0x3f, 0x70, 0xed, 0x9c, 0x7f, 0xea, 0x47, 0xa3, 0xc8, 0xfd, 0xdf, 0xbb, 0x78, 0x3e, 0x4b, - 0xb8, 0x79, 0x59, 0x4d, 0xc2, 0xa9, 0x5a, 0x90, 0xfc, 0x01, 0x4a, 0x27, 0xa4, 0x2e, 0x47, 0xc2, - 0x24, 0x59, 0x4e, 0x8e, 0x13, 0x45, 0xb6, 0xfb, 0x32, 0x69, 0xe4, 0xed, 0x38, 0xf9, 0x0c, 0x00, - 0x00, 0xff, 0xff, 0x3e, 0x04, 0xfd, 0xc4, 0x48, 0x02, 0x00, 0x00, + // 168 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x4f, 0xcb, 0xa9, 0x2c, + 0x49, 0xcd, 0x4c, 0xc9, 0xd1, 0x4f, 0x4c, 0xc9, 0xcd, 0xcc, 0xd3, 0x4f, 0xce, 0x29, 0x2d, 0x2e, + 0x49, 0x2d, 0x8a, 0x4f, 0x2c, 0x2e, 0xce, 0x4c, 0xcf, 0xcb, 0x4d, 0xcd, 0x2b, 0xd1, 0x2b, 0x28, + 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x83, 0x29, 0xd4, 0x03, 0x2b, 0x54, 0xf2, 0xe6, 0x12, 0x74, 0x86, + 0xa8, 0x75, 0x84, 0x2b, 0x15, 0xd2, 0xe2, 0x12, 0x84, 0x19, 0x50, 0x90, 0x9f, 0x9f, 0x13, 0x9f, + 0x97, 0x98, 0x9b, 0x2a, 0xc1, 0xac, 0xc0, 0xa8, 0xc1, 0x19, 0xc4, 0x0f, 0x95, 0x08, 0xc8, 0xcf, + 0xcf, 0xf1, 0x4b, 0xcc, 0x4d, 0xf5, 0x62, 0xe1, 0x60, 0x14, 0x60, 0xf2, 0x62, 0xe1, 0x60, 0x12, + 0x60, 0x76, 0x32, 0x8f, 0x32, 0x4d, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, + 0x07, 0xdb, 0x94, 0x5f, 0x94, 0xae, 0x0f, 0x77, 0x5b, 0x7a, 0x6a, 0x9e, 0x7e, 0x41, 0x92, 0x6e, + 0x7a, 0xbe, 0x3e, 0xaa, 0x73, 0x93, 0xd8, 0xc0, 0x8e, 0x33, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, + 0x25, 0xeb, 0xa6, 0xbd, 0xc7, 0x00, 0x00, 0x00, } diff --git a/flyteidl/gen/pb-go/flyteidl/admin/cluster_assignment.pb.validate.go b/flyteidl/gen/pb-go/flyteidl/admin/cluster_assignment.pb.validate.go index 0d5850b045..abd1ac8738 100644 --- a/flyteidl/gen/pb-go/flyteidl/admin/cluster_assignment.pb.validate.go +++ b/flyteidl/gen/pb-go/flyteidl/admin/cluster_assignment.pb.validate.go @@ -44,25 +44,7 @@ func (m *ClusterAssignment) Validate() error { return nil } - if v, ok := interface{}(m.GetAffinity()).(interface{ Validate() error }); ok { - if err := v.Validate(); err != nil { - return ClusterAssignmentValidationError{ - field: "Affinity", - reason: "embedded message failed validation", - cause: err, - } - } - } - - if v, ok := interface{}(m.GetToleration()).(interface{ Validate() error }); ok { - if err := v.Validate(); err != nil { - return ClusterAssignmentValidationError{ - field: "Toleration", - reason: "embedded message failed validation", - cause: err, - } - } - } + // no validation rules for ClusterPoolName return nil } @@ -122,229 +104,3 @@ var _ interface { Cause() error ErrorName() string } = ClusterAssignmentValidationError{} - -// Validate checks the field values on Affinity with the rules defined in the -// proto definition for this message. If any rules are violated, an error is returned. -func (m *Affinity) Validate() error { - if m == nil { - return nil - } - - for idx, item := range m.GetSelectors() { - _, _ = idx, item - - if v, ok := interface{}(item).(interface{ Validate() error }); ok { - if err := v.Validate(); err != nil { - return AffinityValidationError{ - field: fmt.Sprintf("Selectors[%v]", idx), - reason: "embedded message failed validation", - cause: err, - } - } - } - - } - - return nil -} - -// AffinityValidationError is the validation error returned by -// Affinity.Validate if the designated constraints aren't met. -type AffinityValidationError struct { - field string - reason string - cause error - key bool -} - -// Field function returns field value. -func (e AffinityValidationError) Field() string { return e.field } - -// Reason function returns reason value. -func (e AffinityValidationError) Reason() string { return e.reason } - -// Cause function returns cause value. -func (e AffinityValidationError) Cause() error { return e.cause } - -// Key function returns key value. -func (e AffinityValidationError) Key() bool { return e.key } - -// ErrorName returns error name. -func (e AffinityValidationError) ErrorName() string { return "AffinityValidationError" } - -// Error satisfies the builtin error interface -func (e AffinityValidationError) Error() string { - cause := "" - if e.cause != nil { - cause = fmt.Sprintf(" | caused by: %v", e.cause) - } - - key := "" - if e.key { - key = "key for " - } - - return fmt.Sprintf( - "invalid %sAffinity.%s: %s%s", - key, - e.field, - e.reason, - cause) -} - -var _ error = AffinityValidationError{} - -var _ interface { - Field() string - Reason() string - Key() bool - Cause() error - ErrorName() string -} = AffinityValidationError{} - -// Validate checks the field values on Toleration with the rules defined in the -// proto definition for this message. If any rules are violated, an error is returned. -func (m *Toleration) Validate() error { - if m == nil { - return nil - } - - for idx, item := range m.GetSelectors() { - _, _ = idx, item - - if v, ok := interface{}(item).(interface{ Validate() error }); ok { - if err := v.Validate(); err != nil { - return TolerationValidationError{ - field: fmt.Sprintf("Selectors[%v]", idx), - reason: "embedded message failed validation", - cause: err, - } - } - } - - } - - return nil -} - -// TolerationValidationError is the validation error returned by -// Toleration.Validate if the designated constraints aren't met. -type TolerationValidationError struct { - field string - reason string - cause error - key bool -} - -// Field function returns field value. -func (e TolerationValidationError) Field() string { return e.field } - -// Reason function returns reason value. -func (e TolerationValidationError) Reason() string { return e.reason } - -// Cause function returns cause value. -func (e TolerationValidationError) Cause() error { return e.cause } - -// Key function returns key value. -func (e TolerationValidationError) Key() bool { return e.key } - -// ErrorName returns error name. -func (e TolerationValidationError) ErrorName() string { return "TolerationValidationError" } - -// Error satisfies the builtin error interface -func (e TolerationValidationError) Error() string { - cause := "" - if e.cause != nil { - cause = fmt.Sprintf(" | caused by: %v", e.cause) - } - - key := "" - if e.key { - key = "key for " - } - - return fmt.Sprintf( - "invalid %sToleration.%s: %s%s", - key, - e.field, - e.reason, - cause) -} - -var _ error = TolerationValidationError{} - -var _ interface { - Field() string - Reason() string - Key() bool - Cause() error - ErrorName() string -} = TolerationValidationError{} - -// Validate checks the field values on Selector with the rules defined in the -// proto definition for this message. If any rules are violated, an error is returned. -func (m *Selector) Validate() error { - if m == nil { - return nil - } - - // no validation rules for Key - - // no validation rules for Operator - - return nil -} - -// SelectorValidationError is the validation error returned by -// Selector.Validate if the designated constraints aren't met. -type SelectorValidationError struct { - field string - reason string - cause error - key bool -} - -// Field function returns field value. -func (e SelectorValidationError) Field() string { return e.field } - -// Reason function returns reason value. -func (e SelectorValidationError) Reason() string { return e.reason } - -// Cause function returns cause value. -func (e SelectorValidationError) Cause() error { return e.cause } - -// Key function returns key value. -func (e SelectorValidationError) Key() bool { return e.key } - -// ErrorName returns error name. -func (e SelectorValidationError) ErrorName() string { return "SelectorValidationError" } - -// Error satisfies the builtin error interface -func (e SelectorValidationError) Error() string { - cause := "" - if e.cause != nil { - cause = fmt.Sprintf(" | caused by: %v", e.cause) - } - - key := "" - if e.key { - key = "key for " - } - - return fmt.Sprintf( - "invalid %sSelector.%s: %s%s", - key, - e.field, - e.reason, - cause) -} - -var _ error = SelectorValidationError{} - -var _ interface { - Field() string - Reason() string - Key() bool - Cause() error - ErrorName() string -} = SelectorValidationError{} diff --git a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json index c7ceb9b20b..691901c5b2 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json @@ -3026,6 +3026,20 @@ "default": "RESERVATION_DISABLED", "description": "Indicates the status of a catalog reservation operation.\n\n - RESERVATION_DISABLED: Used to indicate that reservations are disabled\n - RESERVATION_ACQUIRED: Used to indicate that a reservation was successfully acquired or extended\n - RESERVATION_EXISTS: Used to indicate that an active reservation currently exists\n - RESERVATION_RELEASED: Used to indicate that the reservation has been successfully released\n - RESERVATION_FAILURE: Used to indicate that a reservation operation resulted in failure" }, + "ComparisonExpressionOperator": { + "type": "string", + "enum": [ + "EQ", + "NEQ", + "GT", + "GTE", + "LT", + "LTE" + ], + "default": "EQ", + "description": "- GT: Greater Than\n - LT: Less Than", + "title": "Binary Operator for each expression" + }, "ConjunctionExpressionLogicalOperator": { "type": "string", "enum": [ @@ -3290,19 +3304,6 @@ }, "description": "Specifies metadata around an aborted workflow execution." }, - "adminAffinity": { - "type": "object", - "properties": { - "selectors": { - "type": "array", - "items": { - "$ref": "#/definitions/adminSelector" - }, - "description": "Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects." - } - }, - "description": "Defines a set of constraints used to select eligible objects based on labels they possess." - }, "adminAnnotations": { "type": "object", "properties": { @@ -3347,11 +3348,8 @@ "adminClusterAssignment": { "type": "object", "properties": { - "affinity": { - "$ref": "#/definitions/adminAffinity" - }, - "toleration": { - "$ref": "#/definitions/adminToleration" + "cluster_pool_name": { + "type": "string" } }, "description": "Encapsulates specifications for routing an execution onto a specific cluster." @@ -4620,38 +4618,6 @@ }, "description": "Defines complete set of information required to trigger an execution on a schedule." }, - "adminSelector": { - "type": "object", - "properties": { - "key": { - "type": "string", - "description": "The label key." - }, - "value": { - "type": "array", - "items": { - "type": "string" - }, - "description": "One or more values used to match labels.\nFor equality (or inequality) requirements, values must contain a single element.\nFor set-based requirements, values may contain one or more elements." - }, - "operator": { - "$ref": "#/definitions/adminSelectorOperator" - } - }, - "description": "A Selector is a specification for identifying a set of objects with corresponding labels." - }, - "adminSelectorOperator": { - "type": "string", - "enum": [ - "EQUALS", - "NOT_EQUALS", - "IN", - "NOT_IN", - "EXISTS" - ], - "default": "EQUALS", - "description": "Defines how a label with a corresponding key and value is selected or excluded." - }, "adminSlackNotification": { "type": "object", "properties": { @@ -4920,19 +4886,6 @@ }, "description": "Represents a structure that encapsulates the user-configured specification of the task." }, - "adminToleration": { - "type": "object", - "properties": { - "selectors": { - "type": "array", - "items": { - "$ref": "#/definitions/adminSelector" - }, - "description": "A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS." - } - }, - "description": "Defines a set of specific label selectors that the execution can tolerate on a cluster." - }, "adminUrlBlob": { "type": "object", "properties": { @@ -5380,7 +5333,7 @@ "type": "object", "properties": { "operator": { - "$ref": "#/definitions/coreComparisonExpressionOperator" + "$ref": "#/definitions/ComparisonExpressionOperator" }, "left_value": { "$ref": "#/definitions/coreOperand" @@ -5391,20 +5344,6 @@ }, "description": "Defines a 2-level tree where the root is a comparison operator and Operands are primitives or known variables.\nEach expression results in a boolean result." }, - "coreComparisonExpressionOperator": { - "type": "string", - "enum": [ - "EQ", - "NEQ", - "GT", - "GTE", - "LT", - "LTE" - ], - "default": "EQ", - "description": "- GT: Greater Than\n - LT: Less Than", - "title": "Binary Operator for each expression" - }, "coreCompiledTask": { "type": "object", "properties": { diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md index 9cce79d38c..6a5c03a848 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md @@ -79,7 +79,6 @@ Class | Method | HTTP request | Description ## Documentation For Models - [AdminAbortMetadata](docs/AdminAbortMetadata.md) - - [AdminAffinity](docs/AdminAffinity.md) - [AdminAnnotations](docs/AdminAnnotations.md) - [AdminAuth](docs/AdminAuth.md) - [AdminAuthRole](docs/AdminAuthRole.md) @@ -162,8 +161,6 @@ Class | Method | HTTP request | Description - [AdminProjects](docs/AdminProjects.md) - [AdminRawOutputDataConfig](docs/AdminRawOutputDataConfig.md) - [AdminSchedule](docs/AdminSchedule.md) - - [AdminSelector](docs/AdminSelector.md) - - [AdminSelectorOperator](docs/AdminSelectorOperator.md) - [AdminSlackNotification](docs/AdminSlackNotification.md) - [AdminSort](docs/AdminSort.md) - [AdminSystemMetadata](docs/AdminSystemMetadata.md) @@ -180,7 +177,6 @@ Class | Method | HTTP request | Description - [AdminTaskResourceAttributes](docs/AdminTaskResourceAttributes.md) - [AdminTaskResourceSpec](docs/AdminTaskResourceSpec.md) - [AdminTaskSpec](docs/AdminTaskSpec.md) - - [AdminToleration](docs/AdminToleration.md) - [AdminUrlBlob](docs/AdminUrlBlob.md) - [AdminVersion](docs/AdminVersion.md) - [AdminWorkflow](docs/AdminWorkflow.md) @@ -201,6 +197,7 @@ Class | Method | HTTP request | Description - [AdminWorkflowSpec](docs/AdminWorkflowSpec.md) - [BlobTypeBlobDimensionality](docs/BlobTypeBlobDimensionality.md) - [CatalogReservationStatus](docs/CatalogReservationStatus.md) + - [ComparisonExpressionOperator](docs/ComparisonExpressionOperator.md) - [ConjunctionExpressionLogicalOperator](docs/ConjunctionExpressionLogicalOperator.md) - [ConnectionSetIdList](docs/ConnectionSetIdList.md) - [ContainerArchitecture](docs/ContainerArchitecture.md) @@ -219,7 +216,6 @@ Class | Method | HTTP request | Description - [CoreCatalogCacheStatus](docs/CoreCatalogCacheStatus.md) - [CoreCatalogMetadata](docs/CoreCatalogMetadata.md) - [CoreComparisonExpression](docs/CoreComparisonExpression.md) - - [CoreComparisonExpressionOperator](docs/CoreComparisonExpressionOperator.md) - [CoreCompiledTask](docs/CoreCompiledTask.md) - [CoreCompiledWorkflow](docs/CoreCompiledWorkflow.md) - [CoreCompiledWorkflowClosure](docs/CoreCompiledWorkflowClosure.md) diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml index 62c430bd90..b49ddb324c 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -2711,6 +2711,18 @@ definitions: - "RESERVATION_RELEASED" - "RESERVATION_FAILURE" default: "RESERVATION_DISABLED" + ComparisonExpressionOperator: + type: "string" + title: "Binary Operator for each expression" + description: "- GT: Greater Than\n - LT: Less Than" + enum: + - "EQ" + - "NEQ" + - "GT" + - "GTE" + - "LT" + - "LTE" + default: "EQ" ConjunctionExpressionLogicalOperator: type: "string" title: "Nested conditions. They can be conjoined using AND / OR\nOrder of evaluation\ @@ -2980,29 +2992,6 @@ definitions: example: principal: "principal" cause: "cause" - adminAffinity: - type: "object" - properties: - selectors: - type: "array" - description: "Multiples selectors are 'and'-ed together to produce the list\ - \ of matching, eligible objects." - items: - $ref: "#/definitions/adminSelector" - description: "Defines a set of constraints used to select eligible objects based\ - \ on labels they possess." - example: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} adminAnnotations: type: "object" properties: @@ -3054,37 +3043,12 @@ definitions: adminClusterAssignment: type: "object" properties: - affinity: - $ref: "#/definitions/adminAffinity" - toleration: - $ref: "#/definitions/adminToleration" + cluster_pool_name: + type: "string" description: "Encapsulates specifications for routing an execution onto a specific\ \ cluster." example: - toleration: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} - affinity: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} + cluster_pool_name: "cluster_pool_name" adminClusterResourceAttributes: type: "object" properties: @@ -3269,30 +3233,7 @@ definitions: raw_output_data_config: output_location_prefix: "output_location_prefix" cluster_assignment: - toleration: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} - affinity: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} + cluster_pool_name: "cluster_pool_name" notifications: notifications: - pager_duty: @@ -3665,30 +3606,7 @@ definitions: raw_output_data_config: output_location_prefix: "output_location_prefix" cluster_assignment: - toleration: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} - affinity: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} + cluster_pool_name: "cluster_pool_name" notifications: notifications: - pager_duty: @@ -3877,30 +3795,7 @@ definitions: raw_output_data_config: output_location_prefix: "output_location_prefix" cluster_assignment: - toleration: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} - affinity: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} + cluster_pool_name: "cluster_pool_name" notifications: notifications: - pager_duty: @@ -4180,30 +4075,7 @@ definitions: raw_output_data_config: output_location_prefix: "output_location_prefix" cluster_assignment: - toleration: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} - affinity: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} + cluster_pool_name: "cluster_pool_name" notifications: notifications: - pager_duty: @@ -6726,30 +6598,7 @@ definitions: values: key: "values" cluster_assignment: - toleration: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} - affinity: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} + cluster_pool_name: "cluster_pool_name" cluster_resource_attributes: attributes: key: "attributes" @@ -6848,30 +6697,7 @@ definitions: values: key: "values" cluster_assignment: - toleration: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} - affinity: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} + cluster_pool_name: "cluster_pool_name" cluster_resource_attributes: attributes: key: "attributes" @@ -7003,30 +6829,7 @@ definitions: values: key: "values" cluster_assignment: - toleration: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} - affinity: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} + cluster_pool_name: "cluster_pool_name" cluster_resource_attributes: attributes: key: "attributes" @@ -7165,30 +6968,7 @@ definitions: values: key: "values" cluster_assignment: - toleration: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} - affinity: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} + cluster_pool_name: "cluster_pool_name" cluster_resource_attributes: attributes: key: "attributes" @@ -13920,30 +13700,7 @@ definitions: values: key: "values" cluster_assignment: - toleration: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} - affinity: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} + cluster_pool_name: "cluster_pool_name" cluster_resource_attributes: attributes: key: "attributes" @@ -14062,30 +13819,7 @@ definitions: values: key: "values" cluster_assignment: - toleration: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} - affinity: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} + cluster_pool_name: "cluster_pool_name" cluster_resource_attributes: attributes: key: "attributes" @@ -14207,30 +13941,7 @@ definitions: values: key: "values" cluster_assignment: - toleration: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} - affinity: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} + cluster_pool_name: "cluster_pool_name" cluster_resource_attributes: attributes: key: "attributes" @@ -14353,30 +14064,7 @@ definitions: values: key: "values" cluster_assignment: - toleration: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} - affinity: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} + cluster_pool_name: "cluster_pool_name" cluster_resource_attributes: attributes: key: "attributes" @@ -14515,40 +14203,6 @@ definitions: rate: unit: {} value: 0 - adminSelector: - type: "object" - properties: - key: - type: "string" - description: "The label key." - value: - type: "array" - description: "One or more values used to match labels.\nFor equality (or inequality)\ - \ requirements, values must contain a single element.\nFor set-based requirements,\ - \ values may contain one or more elements." - items: - type: "string" - operator: - $ref: "#/definitions/adminSelectorOperator" - description: "A Selector is a specification for identifying a set of objects with\ - \ corresponding labels." - example: - value: - - "value" - - "value" - key: "key" - operator: {} - adminSelectorOperator: - type: "string" - description: "Defines how a label with a corresponding key and value is selected\ - \ or excluded." - enum: - - "EQUALS" - - "NOT_EQUALS" - - "IN" - - "NOT_IN" - - "EXISTS" - default: "EQUALS" adminSlackNotification: type: "object" properties: @@ -16096,29 +15750,6 @@ definitions: $ref: "#/definitions/coreTaskTemplate" description: "Represents a structure that encapsulates the user-configured specification\ \ of the task." - adminToleration: - type: "object" - properties: - selectors: - type: "array" - description: "A toleration selector is similar to that of an affinity but\ - \ the only valid operators are EQUALS AND EXISTS." - items: - $ref: "#/definitions/adminSelector" - description: "Defines a set of specific label selectors that the execution can\ - \ tolerate on a cluster." - example: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} adminUrlBlob: type: "object" properties: @@ -22254,30 +21885,7 @@ definitions: values: key: "values" cluster_assignment: - toleration: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} - affinity: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} + cluster_pool_name: "cluster_pool_name" cluster_resource_attributes: attributes: key: "attributes" @@ -22403,30 +22011,7 @@ definitions: values: key: "values" cluster_assignment: - toleration: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} - affinity: - selectors: - - value: - - "value" - - "value" - key: "key" - operator: {} - - value: - - "value" - - "value" - key: "key" - operator: {} + cluster_pool_name: "cluster_pool_name" cluster_resource_attributes: attributes: key: "attributes" @@ -41325,7 +40910,7 @@ definitions: type: "object" properties: operator: - $ref: "#/definitions/coreComparisonExpressionOperator" + $ref: "#/definitions/ComparisonExpressionOperator" left_value: $ref: "#/definitions/coreOperand" right_value: @@ -41353,18 +40938,6 @@ definitions: integer: "integer" var: "var" operator: {} - coreComparisonExpressionOperator: - type: "string" - title: "Binary Operator for each expression" - description: "- GT: Greater Than\n - LT: Less Than" - enum: - - "EQ" - - "NEQ" - - "GT" - - "GTE" - - "LT" - - "LTE" - default: "EQ" coreCompiledTask: type: "object" properties: diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_affinity.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_affinity.go deleted file mode 100644 index 25ae61b6f4..0000000000 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_affinity.go +++ /dev/null @@ -1,16 +0,0 @@ -/* - * flyteidl/service/admin.proto - * - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * API version: version not set - * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) - */ - -package flyteadmin - -// Defines a set of constraints used to select eligible objects based on labels they possess. -type AdminAffinity struct { - // Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects. - Selectors []AdminSelector `json:"selectors,omitempty"` -} diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_cluster_assignment.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_cluster_assignment.go index 3ff5b26b62..de9cf5bf86 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_cluster_assignment.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_cluster_assignment.go @@ -11,6 +11,5 @@ package flyteadmin // Encapsulates specifications for routing an execution onto a specific cluster. type AdminClusterAssignment struct { - Affinity *AdminAffinity `json:"affinity,omitempty"` - Toleration *AdminToleration `json:"toleration,omitempty"` + ClusterPoolName string `json:"cluster_pool_name,omitempty"` } diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_selector.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_selector.go deleted file mode 100644 index 79e209647c..0000000000 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_selector.go +++ /dev/null @@ -1,19 +0,0 @@ -/* - * flyteidl/service/admin.proto - * - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * API version: version not set - * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) - */ - -package flyteadmin - -// A Selector is a specification for identifying a set of objects with corresponding labels. -type AdminSelector struct { - // The label key. - Key string `json:"key,omitempty"` - // One or more values used to match labels. For equality (or inequality) requirements, values must contain a single element. For set-based requirements, values may contain one or more elements. - Value []string `json:"value,omitempty"` - Operator *AdminSelectorOperator `json:"operator,omitempty"` -} diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_selector_operator.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_selector_operator.go deleted file mode 100644 index 3d9a191534..0000000000 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_selector_operator.go +++ /dev/null @@ -1,21 +0,0 @@ -/* - * flyteidl/service/admin.proto - * - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * API version: version not set - * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) - */ - -package flyteadmin -// AdminSelectorOperator : Defines how a label with a corresponding key and value is selected or excluded. -type AdminSelectorOperator string - -// List of adminSelectorOperator -const ( - AdminSelectorOperatorEQUALS AdminSelectorOperator = "EQUALS" - AdminSelectorOperatorNOT_EQUALS AdminSelectorOperator = "NOT_EQUALS" - AdminSelectorOperatorIN AdminSelectorOperator = "IN" - AdminSelectorOperatorNOT_IN AdminSelectorOperator = "NOT_IN" - AdminSelectorOperatorEXISTS AdminSelectorOperator = "EXISTS" -) diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_toleration.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_toleration.go deleted file mode 100644 index 8c779869aa..0000000000 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_toleration.go +++ /dev/null @@ -1,16 +0,0 @@ -/* - * flyteidl/service/admin.proto - * - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * API version: version not set - * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) - */ - -package flyteadmin - -// Defines a set of specific label selectors that the execution can tolerate on a cluster. -type AdminToleration struct { - // A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS. - Selectors []AdminSelector `json:"selectors,omitempty"` -} diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_comparison_expression_operator.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_comparison_expression_operator.go new file mode 100644 index 0000000000..f12c82ff7d --- /dev/null +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_comparison_expression_operator.go @@ -0,0 +1,22 @@ +/* + * flyteidl/service/admin.proto + * + * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + * + * API version: version not set + * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) + */ + +package flyteadmin +// ComparisonExpressionOperator : - GT: Greater Than - LT: Less Than +type ComparisonExpressionOperator string + +// List of ComparisonExpressionOperator +const ( + ComparisonExpressionOperatorEQ ComparisonExpressionOperator = "EQ" + ComparisonExpressionOperatorNEQ ComparisonExpressionOperator = "NEQ" + ComparisonExpressionOperatorGT ComparisonExpressionOperator = "GT" + ComparisonExpressionOperatorGTE ComparisonExpressionOperator = "GTE" + ComparisonExpressionOperatorLT ComparisonExpressionOperator = "LT" + ComparisonExpressionOperatorLTE ComparisonExpressionOperator = "LTE" +) diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_comparison_expression.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_comparison_expression.go index 591c6d9de4..86e9586a7d 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_comparison_expression.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_comparison_expression.go @@ -11,7 +11,7 @@ package flyteadmin // Defines a 2-level tree where the root is a comparison operator and Operands are primitives or known variables. Each expression results in a boolean result. type CoreComparisonExpression struct { - Operator *CoreComparisonExpressionOperator `json:"operator,omitempty"` + Operator *ComparisonExpressionOperator `json:"operator,omitempty"` LeftValue *CoreOperand `json:"left_value,omitempty"` RightValue *CoreOperand `json:"right_value,omitempty"` } diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_comparison_expression_operator.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_comparison_expression_operator.go deleted file mode 100644 index 08e9aab9fd..0000000000 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_core_comparison_expression_operator.go +++ /dev/null @@ -1,22 +0,0 @@ -/* - * flyteidl/service/admin.proto - * - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * API version: version not set - * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) - */ - -package flyteadmin -// CoreComparisonExpressionOperator : - GT: Greater Than - LT: Less Than -type CoreComparisonExpressionOperator string - -// List of coreComparisonExpressionOperator -const ( - CoreComparisonExpressionOperatorEQ CoreComparisonExpressionOperator = "EQ" - CoreComparisonExpressionOperatorNEQ CoreComparisonExpressionOperator = "NEQ" - CoreComparisonExpressionOperatorGT CoreComparisonExpressionOperator = "GT" - CoreComparisonExpressionOperatorGTE CoreComparisonExpressionOperator = "GTE" - CoreComparisonExpressionOperatorLT CoreComparisonExpressionOperator = "LT" - CoreComparisonExpressionOperatorLTE CoreComparisonExpressionOperator = "LTE" -) diff --git a/flyteidl/gen/pb-go/flyteidl/service/openapi.go b/flyteidl/gen/pb-go/flyteidl/service/openapi.go index ef93897e2c..c9bbe0a305 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/openapi.go +++ b/flyteidl/gen/pb-go/flyteidl/service/openapi.go @@ -78,7 +78,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x79\x73\x24\xb7\x95\x2f\xfa\xff\x7c\x0a\xdc\xf6\x8d\x68\xc9\xe6\x22\xc9\x33\x7e\x1e\x4e\xdc\x78\xaf\x44\x56\xb7\x78\xc5\x26\x69\x2e\xd2\xe8\xdd\x72\x94\x50\x99\xa8\x2a\x98\x99\x40\x1a\x40\x92\x5d\x76\xf8\xbb\xdf\xc0\xc1\x92\xc8\xad\x2a\x6b\x21\x59\x6c\xe5\x4c\x84\xc5\xae\xcc\xc4\x7a\x70\x70\xd6\xdf\xf9\xe7\xbf\x21\xf4\x4e\x3e\xe1\xd9\x8c\x88\x77\x27\xe8\xdd\x77\x47\xdf\xbc\x3b\xd0\xbf\x51\x36\xe5\xef\x4e\x90\x7e\x8e\xd0\x3b\x45\x55\x42\xf4\xf3\x69\xb2\x50\x84\xc6\xc9\xb1\x24\xe2\x91\x46\xe4\x18\xc7\x29\x65\x47\x99\xe0\x8a\xc3\x87\x08\xbd\x7b\x24\x42\x52\xce\xf4\xeb\xf6\x4f\xc4\xb8\x42\x92\xa8\x77\xff\x86\xd0\xbf\xa0\x79\x19\xcd\x49\x4a\xe4\xbb\x13\xf4\x7f\xcc\x47\x73\xa5\x32\xd7\x80\xfe\x5b\xea\x77\xff\x0a\xef\x46\x9c\xc9\xbc\xf4\x32\xce\xb2\x84\x46\x58\x51\xce\x8e\xff\x26\x39\x2b\xde\xcd\x04\x8f\xf3\xa8\xe3\xbb\x58\xcd\x65\x31\xc7\x63\x9c\xd1\xe3\xc7\x6f\x8f\x71\xa4\xe8\x23\x19\x27\x38\x67\xd1\x7c\x9c\x25\x98\xc9\xe3\x7f\xd2\x58\xcf\xf1\x6f\x24\x52\xff\x82\x7f\xc4\x3c\xc5\x94\x99\xbf\x19\x4e\xc9\xbf\x7c\x3b\x08\xbd\x9b\x11\x15\xfc\x53\xcf\x36\x4f\x53\x2c\x16\x7a\x45\x3e\x10\x15\xcd\x91\x9a\x13\x64\xfa\x41\x6e\x89\xf8\x14\x61\x74\x22\xc8\xf4\xe4\x57\x41\xa6\x63\xb7\xd0\x47\x66\x81\x2f\x60\x34\xd7\x09\x66\xbf\x1e\xd9\x65\x82\x96\x63\x22\x23\x41\x33\x65\xd7\xfb\x86\x28\x41\xc9\x23\x09\x3b\x30\x13\x41\x7a\x22\xbe\x33\x99\x91\x88\x4e\x29\x89\xd1\x64\x81\x28\xcb\x72\x85\x04\xf9\x7b\x4e\xa4\x42\x53\x9a\x28\x22\x64\xa9\x17\x9e\x11\x01\x2b\x78\x1e\xeb\x5e\x3e\x12\x35\x80\xb6\x8b\x51\x85\x6f\x0b\x22\x33\xce\x24\x91\xa5\x45\x40\xe8\xdd\x77\xdf\x7c\x53\xf9\xa9\x3e\x83\x01\x92\x79\x14\x11\x29\xa7\x79\x82\x5c\x4b\xe1\x60\xcc\x82\x6a\xf2\xc1\xb5\xc6\x10\x7a\xf7\x3f\x05\x99\xea\x76\x7e\x77\x1c\x93\x29\x65\x54\xb7\x2b\x0d\x95\x06\xa3\x2d\x7d\xf5\xaf\x7f\x6b\xfa\xfb\x5f\xc1\x8c\x32\x2c\x70\x4a\xf4\xb2\x78\xba\x32\xff\x57\x99\x8b\xa6\x04\xdd\x79\x41\x2d\xd5\x81\x57\x66\x7b\x89\x53\xa2\x77\x5e\x6f\x97\xfd\x02\xfe\x16\x44\xf2\x5c\x44\x04\x4d\x48\xc2\xd9\x4c\x22\xc5\x6b\x6b\x40\xa1\x05\x4d\xc4\xd5\x27\x7a\x2b\xa9\x20\x7a\xaf\x94\xc8\x49\xe5\xa9\x5a\x64\x30\x48\xa9\x04\x65\xb3\x70\x29\xfe\x75\xd0\x69\x6a\x86\xf6\xd7\x98\x99\xf9\xa0\x75\x62\x23\x36\x70\xaf\x44\x98\xa1\x09\x41\xfa\xc4\xd3\x98\x08\x12\x23\x2c\x11\x46\x32\x9f\x48\xa2\xd0\x13\x55\x73\xca\xf4\xbf\x0d\xf9\x46\x6e\xcd\xf6\x67\x6d\xe0\xcf\xe5\x2b\x73\x2f\x89\xd0\x03\x7f\xa4\x31\x89\xd1\x23\x4e\x72\x82\xa6\x5c\x94\x96\xe7\x68\xc4\xee\xe6\x7a\x1d\xd2\x09\x65\x70\xf2\xf4\x5a\x3a\x0a\xf9\x83\x5b\xae\x3f\x20\xdd\x1f\xca\x19\xfd\x7b\x4e\x92\x05\xa2\x31\x61\x4a\x9f\x6b\x59\x6d\xed\x0f\x1c\xfa\xc7\x09\x3a\x44\x7a\x9d\x89\x50\xb0\xde\x9c\x29\xf2\x59\x49\x74\x88\x12\xfa\x40\xd0\xfb\x0b\x2a\x15\x1a\x5c\x9f\xbf\x3f\x40\xef\x2f\x0a\xc6\x21\xdf\xbf\xc0\x0a\xfb\xbf\xff\x1a\x1c\x3d\x85\x67\xd5\x43\xf7\x6e\xa0\x4f\xf3\xad\xb9\x80\x8a\x16\xfe\xfa\x6f\x61\x3b\x76\xbf\x96\x73\xf5\x82\xa5\x5b\x7e\xde\x95\x8b\xc3\x32\x95\x19\xb8\xd4\x3b\xb4\x2d\xff\xae\xdd\x0e\x0d\xcc\x5b\x6e\xc9\xbd\xf5\xd8\xab\xec\x5b\xbe\x2d\xfe\xad\xa7\xf0\xdc\x3c\x7c\x1b\x06\x8e\x15\x9c\x2c\x4c\x99\x39\x88\xfe\x5c\x0a\xa9\xcf\xa2\x3b\x21\x7b\xc2\xb6\xb6\xe1\xe7\xc1\xcc\x02\x96\xee\x38\x75\xb0\x2a\x7b\x38\xef\x84\xa6\x74\xd5\xfe\x9e\xb3\x58\x0b\x8f\x96\xa1\xb2\x3c\x9d\x10\xa1\x97\xc1\xb1\x56\x98\xed\x44\xb3\x5a\x95\x0b\x46\xe2\x0e\xd3\xfc\x7b\x4e\xc4\x62\xc9\x3c\xa7\x38\x91\x6d\x13\xa5\x4c\x11\x2d\xa9\x57\x1e\x4f\xb9\x48\xb1\xb2\x2f\xfc\xe9\xdf\xd7\x5d\x08\xc5\x1f\xc8\xaa\xfd\x3f\x37\xbb\x19\x61\x09\x64\x90\xe6\x89\xa2\x59\x42\x50\x86\x67\x44\xda\x15\xc9\x13\x25\x0f\xe0\x35\xad\x1d\x10\x71\xe8\x6f\x39\xe8\xc1\xdd\xee\xb9\x84\x5f\xd0\xd4\x33\x3b\x46\x3e\x2b\x68\x69\xc4\xe0\x7e\x87\x25\x0a\x6f\xad\x67\x58\xca\xcd\x68\x46\x72\xa1\xc6\x93\xc5\xd1\x03\xa9\xf5\xdb\x4a\x39\x98\x21\xac\x94\xa0\x93\x5c\x11\x3d\x6f\xdd\x86\xbb\x9f\x81\x3d\x1a\x21\xa0\x0b\x6b\x78\xbd\x09\xc7\x54\x90\x08\xe6\xb6\xce\x81\xf1\x5f\xe9\x79\x6b\x4d\x6c\x61\x66\xff\x40\x16\x20\xf3\x34\xac\x80\xdf\xf2\x11\x1b\x31\x74\x88\xce\x86\xb7\xa7\xc3\xcb\xb3\xf3\xcb\x8f\x27\xe8\xfb\x05\x8a\xc9\x14\xe7\x89\x3a\x40\x53\x4a\x92\x58\x22\x2c\x08\x34\x49\x62\x2d\xd7\xe8\xc1\x10\x16\x53\x36\x43\x5c\xc4\x44\x3c\xdf\x32\x56\x9e\x12\x96\xa7\x95\x7b\x05\x7e\x2f\x46\x5f\xf9\x42\x8b\x31\xfe\x51\xe9\xc9\x5f\x6b\x0b\x0c\x33\xd6\x7d\x07\xad\xbd\x98\xe0\x14\xcd\x69\x12\x0b\xc2\x8e\x15\x96\x0f\x63\xf2\x99\x44\xb9\xb9\x93\xff\x59\xfe\x61\xac\xa5\x5f\x1e\x93\xf2\x2f\xa5\x7f\x14\xe2\xd6\xda\x9f\x7a\x7d\x7b\xed\x2f\x41\x3b\xef\xf6\x1d\xfc\x42\xe3\xc6\xb7\xe1\x97\x15\x73\x70\xef\x2c\x19\xac\x7b\xa5\x75\x54\xee\x05\x2b\xec\x35\xbe\x23\x88\x12\x8b\x31\x56\x8a\xa4\x99\x5a\xd3\xf2\x80\x51\xa2\x65\xd7\x65\xb2\xea\x25\x8f\xc9\xd0\xf5\xf7\xab\x15\x41\x8d\xb0\x69\xb8\xd6\x94\x08\xc2\x22\xd2\xde\xc2\x1d\x96\x0f\x45\x0b\xab\x05\x5e\xa0\x31\xa4\x97\x1f\x15\x04\x56\xeb\xb8\x10\x7b\xf5\x92\x14\x6f\xae\x12\x76\x4b\xf3\x91\x1f\xb8\xd0\xc3\x7b\x0b\x02\x6f\x69\xe0\x2f\x21\xf3\x6e\x7a\xa2\xbf\x38\x2b\xc7\x86\xfc\xa9\xb7\x89\x6c\xbf\x92\x5d\x2d\x28\x5c\x20\xb9\x90\x8a\xa4\x2b\x6d\x29\x6f\x67\x21\xec\x05\xb4\xaf\x03\xae\xdc\x81\xbf\x81\x53\x5f\xbe\xd1\xfb\xe3\xbd\xc6\x92\xed\xca\x12\xba\xef\xf3\x74\xde\xae\xe5\x53\xbd\x75\xdb\x17\xb8\x7b\xde\xc4\x34\x4b\xb2\xe6\xae\x07\xf9\x4c\xe6\x8c\xd6\xbd\x72\xab\x3d\x86\x01\xac\x50\x64\xcb\xb6\x74\x7f\xfe\xf4\xa7\xa1\x05\xc8\x98\xfb\xd4\x9c\xca\xc0\x18\x86\x22\x2e\x8c\x2c\x18\xdb\xf3\x6e\x74\xd9\xc1\xdd\xe0\x76\x78\x77\x82\x06\x28\xc6\x0a\xeb\x03\x2e\x48\x26\x88\x24\x4c\x81\x9d\x40\x7f\xaf\x16\x28\xe5\x31\x49\x8c\x46\xfb\x41\x4b\xd6\xe8\x0c\x2b\x7c\x8a\x15\x4e\xf8\xec\x08\x0d\xe0\x9f\xfa\x63\x2a\x11\x4e\x24\x47\xd8\x91\x15\x89\x5d\x13\x98\xc5\x8e\xb5\x60\x14\xf1\x34\xa3\x89\xf7\x23\x78\xe3\x0d\x65\x31\x7d\xa4\x71\x8e\x13\xc4\x27\x9a\xab\x68\x0d\x7c\xf8\x48\x98\xca\x71\x92\x2c\x10\x4e\x12\x64\xbb\x75\x2f\x20\x39\xe7\x79\x12\xeb\x76\xdd\x28\x25\x4d\x69\x82\x85\x56\xf1\xcd\x68\xaf\x6c\x5b\xe8\x6e\x4e\xfc\x58\x61\x5c\x7a\x35\x53\xfc\x40\x24\xa2\x0a\x65\x5c\x4a\x3a\x49\x8a\x33\x7f\x7f\x8e\x60\xdc\xa7\x17\xe7\x60\x2f\x88\x14\xe2\x86\x87\xba\xce\xad\x7d\xc8\xf5\x98\x62\xc6\x08\x74\xcc\xd5\x9c\x08\xdb\xbd\x7d\xf9\xb5\x55\xff\xfb\xcb\xdb\xeb\xe1\xe9\xf9\x87\xf3\xe1\x59\x5d\xf7\xbf\x1b\xdc\xfe\x58\xff\xf5\xe7\xab\x9b\x1f\x3f\x5c\x5c\xfd\x5c\x7f\x72\x31\xb8\xbf\x3c\xfd\x61\x7c\x7d\x31\xb8\xac\x3f\xb4\x64\xd5\xd9\x8c\x10\x8e\x6c\xcd\xb3\xd5\xdb\x4c\x9f\xcb\x66\x7a\xf0\xe5\x1a\x4d\xad\x53\xaa\xbb\xc1\xd4\xdb\x28\xec\x97\x28\xc3\x52\x1a\xc9\xc8\x8c\xe0\x68\xc4\x3e\x71\xa1\x19\xd8\x94\x6b\x1e\xa1\xa5\x27\x25\xf2\x48\x51\x36\xf3\x1f\x9d\xa0\x51\xfe\xcd\x37\x7f\x8c\x2e\x28\x7b\x80\xbf\xc8\x3e\x2e\x4e\x6f\x51\xee\x2d\xca\xbf\x2d\x8b\xb2\x16\x7d\x8e\x43\x43\xf2\x6e\x83\xab\xb4\x70\x01\x3e\x71\x2d\x4a\xf0\x5c\xe9\x3f\x75\x97\x40\x1e\x4b\x42\xac\xba\x19\x2c\x7d\x84\x55\x4b\x1f\x82\xa7\x20\xc8\x7d\xa6\x12\x98\xd1\x13\x17\x0f\xd3\x84\x3f\x75\x33\x57\x7e\x24\xca\x0f\x43\x0b\x4e\x6f\xc1\x4a\xf9\xb3\x9d\xa1\x1f\xf8\x47\xa2\xf4\xd8\x6f\x6c\x2f\x7d\xb0\x55\x1f\x6c\xf5\xba\xc1\x56\x7b\x65\x2a\x7c\x7e\xd6\x5a\xb6\x2b\x1a\xfe\xda\xe2\x87\x6b\x75\xb3\xb5\x78\xd1\x02\x27\xd9\x8b\xf0\xe4\xb2\x2b\x6a\x97\x7c\xb9\xec\x6c\x5a\xc1\x93\x4b\xc3\x78\x2b\x7c\xb9\x34\xe8\x97\xe7\xc9\xbf\x09\x3f\x51\xef\x06\xda\x70\xa1\xde\x24\xeb\xee\x78\x2b\xbd\x98\x13\xe7\xf9\xaf\x92\x5a\xcc\xc7\x3a\x41\x1e\x6b\x44\x75\x74\x0e\xe3\x58\x11\xb7\xd1\x18\xa8\xd1\x14\x99\x51\x0f\xc5\x68\x8c\xbd\xd8\x2e\xd8\x62\xd3\x5b\xaf\x7b\xf8\xc4\xba\xb7\x5e\xf7\xc0\x89\x8f\x44\x95\x86\xf1\x56\x6e\xbd\xd2\xa0\x5f\xfe\xd6\xfb\x8d\xc6\x4b\xf4\x01\x12\xcf\xb8\x74\x5f\xfa\x5d\xb9\xbf\x21\x10\xbf\x81\x98\x87\x3e\xc8\x61\xad\x35\xfa\xb2\xa2\x1a\xbe\xd4\x30\x86\xb7\x19\xb7\xd0\x07\x2a\xf4\x81\x0a\xaf\xe1\x51\x7a\x7b\x81\x0a\xcf\xaa\xf8\x12\x4d\x56\x12\xac\xa8\xa1\x72\xf3\x2e\xe3\xb2\x5d\xdf\x0b\x9d\xd7\x0d\x7a\x1d\xb4\x59\xb6\x66\x02\xf5\xfe\x8a\xe6\x58\x22\x1e\x45\xb9\xa8\xb8\x68\xab\xa7\xfc\x54\x10\xac\xf4\x11\x29\x1b\x2e\x11\xb4\x8c\x04\x89\xb8\x00\x27\x25\x46\xd9\x1c\x4b\x82\x94\xc0\x4c\xd2\x55\x5a\x9e\x69\x15\xc6\xa5\xdb\x79\x0b\x0a\x5e\x7d\x11\x5f\x4a\xbd\x9b\xf0\xb8\x76\x20\xcd\x59\x6d\x7a\xb2\xfc\x26\xd9\xd9\xd4\x21\xed\xb7\xcb\xcc\x9f\xf1\xa8\xe8\x5b\x6b\xc7\x47\xa5\xa4\xc6\x6f\x7a\x54\xca\xd6\x8e\x9d\x1c\x15\x18\xd7\x5b\x39\x2a\xf5\x45\xfc\xcd\x1c\x95\xa6\xa9\xef\xc3\x51\x71\xe1\x00\x3b\x3e\x2e\x35\x1f\xfc\xa6\x47\xa6\x1e\xae\xb0\x93\x63\xe3\xc7\xf7\x56\x8e\x4e\xf3\x82\xfe\x66\x8e\x4f\xdb\xf4\x5f\xf7\x08\x79\x3f\x44\xe7\xc3\x73\x27\xe8\x6c\x46\x84\xd1\x8c\x22\x4d\x8a\xab\xa1\x96\x0a\xcb\xfb\x66\x07\x66\xf5\x69\xf0\x3d\xbc\x85\x93\xe0\x07\x6b\xc6\xfe\x9b\x39\x02\xb5\x79\xef\x09\xed\x1f\x6b\x4e\xfc\x08\x68\x6d\xdd\xce\xc0\x0d\x01\xc2\x87\x0b\x24\x13\xe4\x91\xf2\x5c\x26\x8b\x43\x91\xb3\x26\x6e\x0f\x46\x82\x27\x9a\x24\x88\xb3\x64\x81\xa4\xc2\x42\xb9\xc7\x6c\x66\x3c\x4a\xfa\x30\x25\x58\x2a\xf4\xc0\xf8\x13\x43\x53\x4c\x93\x5c\x10\x94\x71\xca\xd4\xd1\x88\x9d\x33\x74\x63\xc6\x08\x9a\xf7\x01\xca\xa5\x3e\x82\x11\x66\x8c\x2b\x14\xcd\x31\x9b\x11\x84\x99\x83\xae\x29\x28\x03\x71\x81\xf2\x2c\xd6\x07\x4b\x77\x51\xb1\x31\x15\x07\x6c\xc4\xee\xc0\x8a\x21\x11\xf9\xac\x04\x49\x49\xb2\xd0\x7d\x68\xda\x57\x1c\xd9\xf5\x31\x43\xb5\x06\x71\x22\x04\x17\x12\x74\xf6\xc9\xe2\x1f\x98\x29\xca\x08\x02\x35\x53\x1a\xe0\xa3\x43\x74\xc1\x25\xc4\x64\xff\xf8\x67\x89\xa2\x24\x97\x8a\x88\x03\x34\xc9\x67\x12\x51\x86\xb2\x04\xab\x29\x17\xa9\x1e\x21\x65\x52\xe1\x09\x4d\xa8\x5a\x1c\xa0\x14\x47\x73\xd3\x16\xac\x81\x3c\x18\xb1\x98\x3f\x31\xa9\x04\xc1\xbe\x77\xf7\x10\x7d\x15\x3e\x33\x04\x20\xbf\x3e\x00\xc3\x3d\x4d\xb3\x64\x11\x0e\x3f\x48\x84\x86\x3d\xd1\x8d\x90\x18\x4d\x48\x84\x73\x69\x0d\x3b\x4a\x2c\x10\xf9\x3c\xc7\xb9\x84\xbd\xd3\xd3\xb3\x56\x8f\x88\xa7\x59\x42\x14\x41\x74\x8a\x94\xa0\x24\x46\x78\x86\xa9\x5e\xba\x5b\xb2\x24\x71\xdb\x13\xbd\xdd\x40\x4b\xf5\xbf\x82\xe5\x23\xe5\x82\xa0\x98\x28\x4c\x13\xb9\xdc\x29\xf9\xa2\x04\x87\x9e\x9d\xde\xd0\xfe\x92\x1b\xda\x6b\x6a\x5b\x72\x13\xda\x1d\xeb\xaf\xc2\xb7\x74\x15\x96\xb9\xc2\x5e\xdc\x85\x06\x24\x62\x07\x02\x21\xb3\x56\xf1\x08\x27\x5b\xca\x86\x37\x76\x50\x6b\x4b\x87\xee\xc3\xfe\x50\xbc\xad\x43\x61\x76\x6d\x7f\x4e\x45\x5b\x42\xc5\xce\x91\x62\xd6\xc1\x78\x59\x92\x11\x21\x51\x8a\x95\xbe\xd8\x66\xf6\x8a\xee\x88\x62\x58\x80\xba\xbc\xa9\x83\xf2\x12\x48\x2e\x5f\x76\xc4\x42\x1f\xa9\xf0\x1b\x44\xa0\xdd\x9b\x04\xc6\x3e\x07\xfa\x99\x72\xa0\xa9\xec\x73\xa0\xfb\x1c\xe8\xae\x0b\xd4\xe7\x40\xf7\x39\xd0\x6f\x36\x07\xfa\x59\xd3\x9f\x77\x97\xe4\xbc\x9b\x4c\xe6\x37\x25\x9d\xf7\x92\x79\x2f\x99\xf7\xe9\xca\x7e\x6a\xbb\xe2\x82\xee\xeb\x77\x31\x49\x88\x22\xed\x06\x3a\x22\x52\xad\x70\x98\x1b\x9e\x32\x2d\x0a\xce\x04\x91\x72\x5b\x9e\xe6\x1b\x0e\xcb\x2b\x34\xf8\x23\x0a\x94\x59\x4f\x96\x60\xd7\x59\xc6\xec\x7c\xdb\x6f\x93\xe5\xf9\xe1\xf7\x90\x0d\x3d\x0f\xec\x79\xe0\x26\x53\xdb\x1f\x73\x74\x70\x98\x5f\xca\x1e\xed\x79\x7b\x96\xb7\x0b\xa7\xf7\xc6\xd1\x5a\x30\x5a\x43\xe1\x90\x95\xca\xfd\xe1\xb6\x74\xbe\x25\xaf\x5f\xa7\xaf\x65\x7c\xdd\xb4\xf3\x36\x99\xba\x19\x7b\xcf\xd1\x7b\x8e\xde\x73\xf4\xb7\xcd\xd1\xdd\x49\x7e\x55\xf7\x62\x50\x38\x6d\x4c\xe3\x6d\x6a\xa7\x75\xaf\x43\x81\x53\x12\x0f\x21\x4b\xcc\xe7\xb8\x89\x5f\xf5\x27\x61\x55\x34\x97\x0f\xd6\xdd\x01\x19\x7e\x5d\xac\x7a\xa9\x94\xd5\x66\xfe\xc8\xa2\x40\xd9\x79\xfc\x26\x5c\x92\x8d\x2b\xfc\x85\x14\x57\xdb\x0f\x2e\xf2\xe2\xb5\xd5\xf6\x63\xda\xbd\x8b\xac\x2f\xad\xd6\x3b\x81\x3a\x4e\xb8\x77\x02\xed\xaf\x13\xa8\xc3\x36\x3e\x8b\x67\xf7\x85\x8f\xe7\x4b\x89\x8e\xdd\x33\x77\x5c\x82\x0d\x8b\x51\x9e\x25\x1c\xc7\x1d\xab\xa3\x07\x12\x5d\x87\xf4\x1d\x16\x23\x41\x66\x54\x2a\x22\xf4\xbe\x34\x0a\x86\xab\xf3\x79\xde\x6a\x19\xf4\xce\x11\x9b\x61\xb7\xef\xfe\xbd\xc3\xf0\x6f\xec\x9d\x0d\x9c\x68\x82\x63\x5f\x9f\x18\xc4\xb7\x14\x2f\xd0\x1c\x3f\x12\x17\x65\xfe\x88\x13\x1a\xe3\xea\x5a\x57\x66\xb8\x6c\x40\xff\xb9\xde\x80\x70\x79\x38\xbe\xa0\x9d\x2c\x47\x01\x5b\x80\x0a\x78\x67\xae\xb5\xf2\x44\x10\x1c\x2f\xd0\x84\x10\xe6\xc9\xa6\xe1\x3e\x69\x19\xf3\x4e\x04\xe7\x57\xd7\x4a\xeb\xd4\xb3\x2f\x6a\xe9\x0b\xc6\xbd\x36\xf3\x9b\xed\x75\xd0\xed\x15\x4f\xf9\xdd\xdb\x62\x41\x7d\x2c\x6c\x6f\x9b\x7c\x7d\xdb\x64\x1f\x0b\xdb\x2b\xfa\x7b\xa6\xe8\xf7\xb1\xb0\x7d\x2c\x6c\x6f\x06\x59\x3e\xed\xde\x0c\xf2\x45\xc4\xc2\x76\x92\xe1\x37\x8c\x86\x7d\xe3\xd2\x7c\x2f\xcc\xbb\xf7\x7a\x61\xbe\x17\xe6\xbf\x50\x61\x7e\x3f\x56\xb8\x97\xe4\x7b\x49\xbe\x97\xe4\x7b\x49\xbe\x97\xe4\x77\xbe\x8c\xbd\x24\xdf\x2c\xc9\xc3\x5f\xae\xd8\xce\xba\x62\xfd\x9a\xe2\xfc\xda\xe9\x6e\xeb\x3b\x03\x3f\x12\xf5\x56\x3d\x81\xbd\xd4\xde\x4b\xed\xfb\x2d\xb5\xef\xcd\x84\xbe\xbc\x42\x19\x7d\xa9\x89\xbe\xd4\x44\x5f\x6a\xe2\x99\x4b\x4d\xb8\xaf\x3b\xe4\x48\xd9\xc3\xa5\xb0\xca\xa5\xc1\x2a\x2e\x82\x4d\x3a\x89\x3d\x1d\x52\xa3\x2a\x3d\xac\x96\x7b\xd0\x40\xa1\x94\x6b\xdd\x8d\x91\xd2\x3b\x8e\xc1\x99\xc0\x9a\x19\x7d\x24\x0c\xb9\xe4\x80\x03\x7b\x8d\x1d\x80\x31\xe5\x5f\xfe\xf0\x99\xe4\x5b\xac\x10\x46\x8a\xa6\xe4\x08\x9d\x4f\x0d\xb7\x88\xf4\xe9\x92\x44\xc9\x4a\x34\x96\xa1\x7c\xf8\x88\xc5\xc5\x58\x5d\xdf\xb4\x08\xce\x31\xaf\x1d\x38\x66\x9b\x27\xca\xb0\x5e\xd7\x38\x20\x8d\x4e\x3c\x87\x82\x83\x96\x12\x91\xb8\x2f\x4b\xdd\xba\x97\x53\x1c\x6b\xc6\x10\x0c\xa1\xc8\x12\x0e\xdf\x87\x3b\x9d\x4a\x1f\x5e\x54\xfa\xde\x7c\x0d\x70\xa5\x00\x2f\x0a\xb0\xea\x9d\x86\x31\x87\xe8\x37\x2d\xe2\xc5\x79\x42\x10\x96\x92\x47\x14\x83\x1a\x63\x64\x00\x44\x95\xb3\x34\xb8\x97\x5c\xd7\x31\x95\x78\x92\x90\xd8\xae\x31\x29\xa2\x9d\x96\x8e\x9c\x4a\x34\x21\x7a\x89\x35\x9b\x2a\xaf\xfe\xdc\x48\x20\x0d\xa3\x09\x86\x42\xea\x23\x21\xcc\x0c\x64\x89\x04\x6d\x88\xf3\xad\x0a\xd1\x7d\xc6\x9d\x7f\xda\x8b\xd4\xbd\x48\xfd\x1b\x15\xa9\xf7\x28\x42\x73\x2f\x12\x07\xc1\x07\xaa\x39\xff\xd8\x1b\x36\x65\x57\x5b\xcf\x05\x95\x4a\xa2\x28\x97\x8a\xa7\xed\x92\xcf\x27\xd7\xc3\xc0\x77\x70\xca\xd9\x94\xce\x72\x73\xb7\xfc\x6a\x65\x13\x7f\xa2\x0b\x35\x65\x91\x91\x6e\x86\x21\x6f\xb7\x5e\xd5\x59\x63\x3e\x62\x83\x93\xb7\xa1\x9d\x37\x71\xdb\x35\x0f\xfd\xa5\x2e\xbd\x75\x94\xd5\xc2\x3e\x6e\x35\x4d\xad\x5f\x8c\x6f\x86\xb7\x57\xf7\x37\xa7\xc3\x13\x34\xc8\xb2\x84\x1a\x97\x95\xa1\x30\xfa\x0f\x3d\x29\x53\x35\xca\x93\x88\x15\x88\x0c\x98\x3b\xf8\xc8\xb4\x3e\x88\x0e\xd1\xe9\xc5\xfd\xed\xdd\xf0\xa6\xa5\x41\x4b\x12\x80\x38\x40\xd2\x2c\x01\xf9\xe8\x21\x9f\x10\xc1\x88\x96\xf0\x2d\xe4\x7b\xe1\x39\x33\x8d\x0e\xff\x7b\x78\x7a\x7f\x77\x7e\x75\x39\xfe\xcb\xfd\xf0\x7e\x78\x82\x1c\x6d\xe9\x66\xf5\xb8\xf4\x28\xe2\x05\xc3\xa9\xd6\xba\xcb\xe5\xad\xfe\x9e\x93\x1c\xc4\x31\x3a\x63\x29\x81\x4a\x0c\xa5\x16\xdd\x80\x2f\x06\xdf\x0f\x2f\xca\x2d\xcf\x49\x88\x43\x8f\x12\x3c\x21\x89\x75\xe5\x81\x77\x4a\x9f\x9f\x00\xb1\xdf\xf8\xf8\x72\xb3\xaa\x7f\xb9\x1f\x5c\x9c\xdf\xfd\x32\xbe\xfa\x30\xbe\x1d\xde\xfc\x74\x7e\x3a\x1c\x5b\x4d\xea\x74\xa0\xfb\x2d\xf5\x64\x15\x2e\xf4\xf7\x1c\x27\x5a\x23\xe7\x53\x87\x4c\x8f\x9e\xe6\x84\xa1\x9c\x01\xc5\x19\x35\x1f\xb4\x92\x10\x96\xc7\xcc\xe8\xfa\xe2\xfe\xe3\xf9\xe5\xf8\xea\xa7\xe1\xcd\xcd\xf9\xd9\xf0\x04\xdd\x92\x04\x14\x61\xb7\xe8\xb0\x8b\x59\x92\xcf\x28\x43\x34\xcd\x12\xa2\x57\x03\x5b\x1c\x88\x39\x7e\xa4\x5c\x94\xb4\x15\x58\x47\x60\x05\xd0\xbe\x53\x38\xc7\xc1\xd2\x5d\x5d\x7e\x38\xff\x78\x82\x06\x71\xec\xe7\x20\xa1\x8d\x12\xe5\x38\x34\xa1\xc3\x1a\x9a\x50\x84\x4d\x40\x08\x14\x68\x7f\x24\x42\xd0\x98\x54\xe8\x68\x70\x7b\x7b\xfe\xf1\xf2\xd3\xf0\xf2\x0e\x56\x4c\x09\x9e\x48\x34\xe7\x4f\xe0\x05\x82\x19\x82\x73\xe8\x11\xd3\x04\x3a\x73\x9b\xc5\x19\x7a\x9a\x53\xf0\x1c\x42\x85\x02\xdf\xb3\xb1\x49\x88\xbc\x9e\x54\xf1\xd2\x5a\x7f\xe9\xe0\xd5\x55\xf5\xea\x49\xaa\xbf\x51\x39\x16\xcb\x5e\x28\x51\x79\xfd\xc5\x55\xd4\x5a\xff\xa2\x42\x6e\xed\x06\x8a\x1a\xbd\xb4\xcf\xb4\xd8\xeb\xce\xf6\x89\xf2\x1a\xbe\xd8\xed\xad\x19\x6f\x3c\x76\x76\xaa\xe3\x7f\x96\x18\xf0\xbf\x76\x18\xad\x65\x12\x74\x96\x62\x17\x06\xd9\xea\xbf\xda\x6b\xb6\xe3\xe5\x1d\x7c\xd9\xf4\x61\xdd\x8f\x13\x7c\xf0\x16\x6e\xe5\x70\xb8\x7b\x74\x03\xdf\x84\x72\x96\x13\xd7\x53\xa2\x70\x8c\x15\xd6\x7c\x6d\x46\xd4\x11\xba\x62\xf0\xec\x0e\xcb\x87\x03\xe4\x0a\x8f\x21\x2e\x50\x21\xc8\xbe\x40\x82\xfb\x1b\x31\x60\xae\xaf\x5c\xf5\x46\x82\xde\x48\xd0\xbc\x32\x7d\xb4\x5c\xcb\x0a\xef\xea\x46\x5d\xcb\xe6\xbf\xbb\x8b\x2f\x30\xf1\xbb\xc0\x97\x8a\x8d\xb6\x74\x23\xae\xb4\xc7\xbe\xdd\xcb\xf0\x65\x2d\xb2\x3b\xbd\x1a\x4d\x5d\xb2\xfe\xde\x33\xff\xd7\xdf\x7b\xfd\xbd\xd7\xdf\x7b\x7b\xb0\xc2\xaf\x6e\xdd\x6e\xe0\xee\xaf\x6a\xde\x5e\xa5\x20\x6f\x0c\x93\x57\x28\xc4\xeb\x00\xe5\xfd\xda\x05\x0f\xaf\xc1\xac\x5d\xd7\x90\x25\x92\x73\x2c\x4c\xc1\xef\x88\xa7\x29\x67\x65\xbb\xf9\x01\xf2\x4e\x7e\x30\x4a\xae\x04\x53\xd5\x94\x5d\x74\x43\xdf\x86\xbd\x3b\x58\x97\x97\xc8\x6e\xda\xa9\x08\x61\xd2\x06\x7a\xfd\xfa\x19\xe5\x8c\x1e\xc7\x70\xa7\x38\x86\xfb\x31\xd7\x67\xc9\x84\xda\xbd\x0d\xfe\x6d\x64\x3f\xf5\x80\x85\x7d\x7e\x4f\x9f\xdf\x03\xbf\xf7\x80\x85\xbb\xa3\xd6\xe7\x95\xe9\x79\x4c\xc6\x95\x0a\x5d\xfe\x9f\xe3\xaa\xcb\xab\xf4\x24\xf4\x7f\x95\x1e\x14\x09\x4f\xd0\x3a\x8d\x77\x59\xd5\xeb\x92\xc7\x64\x8b\xca\x5e\x7a\x44\x9d\xab\x7a\x95\xfa\xda\x73\x11\xde\x2d\x93\x11\xe5\x4b\x03\x7f\x66\x41\xbe\x85\x62\xbe\x44\x6b\x54\x03\xfd\xf7\xa6\xa9\x95\x0b\xf5\xa5\x96\x4d\x28\x18\xdc\x1b\x72\xd4\x74\xbb\x05\x5c\x78\xcf\xb8\xe5\x2e\x68\x7e\xee\x6f\x84\xe6\xc7\xcf\x03\x69\xd3\xfd\x42\xa8\x20\xd9\x94\xaf\x82\x4d\x11\x6c\x4a\xdd\xbf\x0d\x3b\x4f\x38\xe2\x97\xb0\xf4\x2c\x25\xa6\x2f\xee\x9a\x58\x76\x34\xfa\xcb\xa2\xe3\x72\x7d\xa9\x57\x46\x8f\x3c\xb3\xcc\xf6\xd2\x43\xbb\xf4\xa6\x9f\xfd\x99\x70\x6f\xfa\x79\xd3\xa6\x1f\xe3\xa8\x1e\x67\x58\x10\xa6\x1a\x64\xf4\xea\x75\x02\xaf\x87\x39\xfc\x4e\xea\x80\x06\x8c\xb4\x68\x2f\x64\x7f\x55\x7d\x59\xb6\x20\x2b\x18\x04\xc9\x4b\xc7\xff\x2c\xfe\xf6\xd2\x7f\xa9\xae\xc5\x92\x68\x2f\x03\x9a\x2f\xf5\x1d\x9d\xdb\xc0\xaf\xed\xd3\x9b\x6c\x0a\xb1\x13\x05\x13\xf2\x48\x92\x6e\xf1\x61\x2e\x7d\x81\xc4\x85\x40\x55\xcc\xae\x21\x6e\xac\x2e\xa0\x36\xc7\x8c\x5d\x9b\xf7\xde\x56\x72\x53\x6d\xd0\x2f\x1b\x3f\x56\x27\xab\x6e\xc7\xd3\xed\x3b\x35\x89\x3a\x41\x36\x88\x96\x75\xf9\x34\xdc\x51\x97\x8c\x8d\x21\x57\xa9\xed\x7e\xf9\xcd\x45\x95\xb4\xee\xfc\xab\xc6\x96\x34\xf1\x9e\x26\x86\xd3\xc5\x7a\xbc\xab\x24\x4a\x47\x6c\x2d\x31\x1f\x6d\xe6\xe6\x67\x62\x36\x1f\x89\xfa\x32\x38\xcd\x47\xa2\x5e\x8a\xcd\x6c\xca\x5b\x96\xf2\x95\xa2\x86\xce\xfe\xc5\x2e\xac\x13\x54\xf3\xb3\x99\xa4\x8d\xa8\xf1\xb9\xcb\xe1\x54\x15\xb7\x5a\x66\x49\x50\xef\x73\x4c\xfb\x1c\xd3\x3e\xc7\xb4\x7a\xd4\xfb\x1c\xd3\x3e\xc7\xb4\x31\x23\x26\x26\x09\x51\xa4\x55\x6a\x39\x83\xc7\xaf\x25\xb5\x98\xde\x9f\x4b\x66\x31\xad\x7f\x19\x62\x8b\x99\x4b\x2f\xb9\xfc\x66\xf4\x22\xb7\xe1\x7b\xa1\x17\x99\x93\xbc\xca\x34\x53\xfa\xb1\x21\x08\xff\xc5\xcd\x35\x9b\xb0\xa4\x1d\xd8\x6c\x0e\x9d\x6b\xac\xc8\x69\xe9\x6a\xc6\x39\x83\x2f\xdf\x24\xaf\xaa\x0e\xbd\x37\xe9\xa0\x60\xeb\x9e\x8f\x75\xd5\xce\x5c\xb7\x89\x5b\x1a\x7d\xbb\xf3\xde\x17\x96\xdd\x46\xf7\xfb\xca\xb8\x37\xce\x93\xfa\x02\x0c\x5c\xeb\x71\xe6\xc2\xe6\xf5\x05\xb1\xe5\xde\xfe\xf5\xca\xb9\x3b\x35\xfe\xfb\x66\xa7\xdb\x9b\xfb\x7a\x73\x5f\x6f\xee\xeb\xcd\x7d\xbd\xb9\x0f\xf5\xe6\xbe\x17\x32\xf7\xad\x27\xc1\x95\x2c\x80\x5f\x90\x10\xd7\x5b\x03\x7b\x39\x6e\x77\xd3\xdd\x57\x4d\x7a\x9f\x4c\xa0\x9d\x91\xb4\x8b\x24\xc2\x95\xb9\x23\x76\xda\xbf\xae\x4c\x1a\x09\xaa\x92\xb8\xe1\xac\x4a\x0c\xb9\x76\xc3\x7e\x3b\x4c\x4e\x3e\x37\x1f\xdb\x26\xfc\xdd\xad\xfb\x17\x1b\xfd\xde\xd7\x5d\x6d\x5c\xab\x3e\x38\x7f\xc9\xe2\xf4\xc1\xf9\x7d\x70\xfe\xde\x05\xe7\xef\x5c\xa5\xca\xb8\x5c\x06\x1e\x66\xae\xe6\xa5\xa8\x01\xee\xa2\x37\xba\x8c\x26\x05\x53\x2b\x2e\x26\x59\xc2\x17\x60\xef\x59\x6a\xf9\x36\x5d\x14\x4a\xd0\xb2\xcb\xdf\xbd\x7d\x5d\x0f\x8f\xd8\xf3\xfb\xdf\x8d\xfc\xa5\xd4\x9a\x7d\x11\x7b\x8b\x79\xef\x85\xa0\x7b\xfc\xcf\x0a\x64\x46\x27\x4c\xdd\x00\xe4\x62\xf5\x31\x18\xb1\xe6\x27\x41\x79\x47\x7b\x6b\x4e\x72\x15\xe4\xa3\x4a\x7d\x00\x32\x22\xd4\x22\x78\x93\xa4\x99\x5a\xfc\xd7\x88\xd1\xa2\x0a\x1c\x9d\x31\x2e\x0c\x0f\xd4\x1f\xcf\x31\x8b\x13\x7d\x7e\xa4\x6f\x27\xc2\x8c\x71\x05\xc2\x09\xcc\x20\x46\x8f\x14\x1b\x51\x66\x70\x7d\xde\x21\x3e\xa0\xd3\x59\x2c\xb9\xf6\xdf\xd0\x49\x7c\xe9\xfa\x6a\x2b\x6e\xd1\x8f\x09\x9f\x40\x45\xd0\xbc\x6c\x62\xd0\x0d\xf4\xce\xe8\xd2\xce\xbd\x16\xf3\x50\x58\x3e\x54\x81\x7c\xca\xb0\x0e\xe3\xa5\xd0\x3e\x2b\xde\x2d\x15\xbb\x58\xfe\x6a\x05\xfe\xa7\xfc\xcc\x02\x02\xc1\x63\x18\x72\x75\x1c\xee\xc7\xb0\x43\xf7\x5b\xd1\xb2\xfb\xc5\x55\x54\x87\x1f\x05\x51\x62\x31\xc6\x4a\x69\x86\xb4\x4b\xcc\xa1\x3b\x2c\x1f\xb6\xc0\x1c\x2a\x7b\x9a\x56\x60\x0e\x95\xfa\xda\x73\x8e\x55\xc2\x1c\x2a\x0f\xfc\xd9\x39\x56\x47\xe2\x5e\xc1\xd8\xde\x1e\xbc\x44\xd7\xa3\xba\xc6\xc4\x7f\x2b\x50\x13\xdd\x58\xd7\x2a\xa3\xf3\x5b\x84\x9d\x58\xc6\x8b\xf7\x66\x84\x95\xeb\xe0\x4b\x3c\xb9\xe5\xcb\xad\x3f\xa2\xcb\xd6\xe8\x8b\x2b\xfd\x5a\x91\x59\x56\xcc\xed\x8d\x94\x80\xad\x8a\x5d\xbb\x1e\xd5\xf3\xd8\xdf\x83\xdd\x58\x27\x84\xea\xbc\x5c\xf2\xc0\x9f\x21\x17\x54\x55\x80\xc6\x9b\x52\xe7\x54\x86\x78\x12\x11\x17\x46\xf2\x8a\xed\x99\x35\xf6\x44\x83\xcd\x7d\x82\x06\x28\xc6\x0a\xeb\x43\x2a\x48\x26\x88\x24\x4c\x19\xad\xde\x20\xd5\xa7\x3c\x26\x89\xd1\xa8\x8d\xe9\xea\x0c\x2b\x7c\x8a\x15\x4e\xf8\xec\x08\x0d\xe0\x9f\xfa\x63\xa8\x0f\x2f\x39\xc2\x8e\x70\x48\xec\x9a\xc0\x2c\xf6\x65\xe9\x51\xc4\xd3\x8c\x26\xbe\xdc\x83\x77\x2f\x50\x16\xd3\x47\x1a\xe7\x38\xf1\xf0\xfa\x23\x36\x7c\x24\x4c\xe5\xa0\x01\xe2\x24\x41\xb6\xdb\x00\x3d\xdf\x99\x02\xdc\x28\x25\x4d\x69\x82\x05\x52\xdc\x8e\xf6\xca\xb6\x85\xee\xe6\xc4\x8f\xd5\x95\x12\x40\x29\x7e\x20\x12\x51\x85\x32\x2e\x25\x9d\x24\xc5\x31\xbe\x3f\x47\x30\xee\xd3\x8b\x73\x5b\x9b\x1d\x71\xc3\x07\x5d\xe7\xd6\x81\xe1\x7a\x4c\x31\x63\x04\x3a\xe6\x6a\x4e\x84\xed\xde\xbe\xfc\xda\xe6\xd7\xd7\x86\x7c\x6f\x37\xe5\x86\x23\x7b\x3d\x9d\xb5\xb3\xc2\xda\x55\x5b\xed\xa6\xaa\xb6\xeb\xa9\xcf\xe0\x73\xee\xae\x4c\x56\xf0\x0a\xcb\x6a\xe4\xa6\x78\x85\xa5\xee\xdf\x84\x73\xba\x34\xe2\x97\xc0\x2b\xfc\x8d\x6a\x96\xbd\x5a\xf9\x2c\xeb\xf6\xa5\xea\x94\x7b\xae\x50\xf6\x48\x8b\x7d\x95\x8b\x3e\xd4\x64\x87\x8b\xd3\x87\x9a\xf4\xa1\x26\x5f\x6c\xa8\x49\xbb\x7a\x42\xe3\xad\x33\x36\xd7\xac\x6b\xe7\xad\x0c\xe2\x57\x10\xa5\xb4\xd8\xdf\xa1\xd2\x5d\x93\xb6\x50\xc8\xd2\xa5\xca\x54\x9b\x6b\x0e\xe7\xf1\x9b\x50\x19\x1a\x57\xf3\x25\x54\x87\xbe\x48\xda\x4e\x8b\xa4\xed\xdd\xb4\x7b\xa9\xb2\x97\x2a\x7b\xc1\xa9\xe3\x84\x7b\xc1\x69\x7f\x05\xa7\xd7\xd2\x86\xbe\x24\xbc\x6c\x2d\x62\x95\xb2\x92\x96\xc6\x29\x1b\x7c\x25\x70\x66\xe4\x59\xc2\x71\xbc\x2a\xe2\xe8\xd7\x40\x7c\x5b\x22\xf7\x05\xed\x8a\x22\x4e\xb9\x22\xfe\x2d\x93\xed\x4c\x03\xba\xc7\xb7\x20\xda\xe9\x71\x9a\x11\x77\x88\x8e\x0c\x3b\x7c\xf7\xef\x1d\x06\x7e\x63\xef\x64\xe0\x34\x13\x1c\x3b\x00\x03\x23\x9e\xa5\x78\x81\xe6\xf8\x91\xa0\x29\xa6\x89\xb1\xcf\xd1\x18\x57\xd7\xb7\x32\xb7\x65\x03\xfa\xcf\xf5\x06\x84\xcb\xc3\x29\x32\x1a\xf5\x7d\x61\xa4\xaa\x08\x27\xce\xdd\x07\xef\xcc\xb1\x44\x38\x11\x04\xc7\x0b\x34\x21\x84\x05\x99\x6c\x5d\xc7\xbc\x13\xc1\xf8\xd5\xc3\x33\x43\xba\x79\xd5\x28\x6f\xe0\x1a\x10\xaf\x58\x8a\x7b\x7c\x2e\xc5\xb2\xca\x49\xb6\xd0\x21\xb7\x51\x1c\xe5\x77\x6f\x85\xb9\xbc\x84\x9a\xf8\x05\x7b\x91\x7a\x4f\xd1\xf2\x30\xbc\x1d\x45\x35\x8d\xd8\x9d\x56\xad\x0a\x0c\x86\x20\x45\x16\xfd\xc1\x2d\xd7\x1f\x20\x42\xdf\x46\xed\x27\x8b\x42\xf3\x96\xd5\xd6\xbc\x5c\x86\x0e\xb5\x50\x1c\x11\xa1\x0c\xc8\x03\x53\xe4\xb3\x92\xe8\x10\x25\xf4\x81\xa0\xf7\xfa\x74\xa0\xc1\xf5\xf9\xfb\x03\xf4\xde\x14\xd5\x47\x59\x82\x99\x7c\xbf\x37\xda\x47\xaf\xa2\xf7\x49\xc6\xbd\xe7\xa7\x37\x60\xf4\x06\x8c\x9d\x2f\xe3\x3e\x19\x30\x5e\x51\x46\x37\xb9\x4d\xcf\x52\xcc\x76\x5f\xa4\xf5\x5e\x58\xef\x85\xf5\x5e\x58\xff\x62\x85\xf5\xfd\x58\xe1\x5e\x52\xef\x25\xf5\x5e\x52\xef\x25\xf5\x5e\x52\xdf\xf9\x32\xf6\x92\x7a\x45\x52\x87\xbf\x1c\x5a\xc0\xba\x62\x7b\x67\x71\x7d\x33\x68\x80\x6e\x6e\x3a\x8b\x0d\xf0\x56\x24\xf3\x5e\x2a\xef\xa5\xf2\xfd\x96\xca\xf7\x66\x42\x5f\x5e\x42\x70\x9f\x52\xdb\xa7\xd4\xf6\x29\xb5\xaf\x91\x52\xeb\x78\xc9\x32\x09\x67\x59\x5d\x9f\x9f\x2c\x73\xf9\x8a\xb2\x28\xc9\x41\x54\xd5\x3f\x7f\x9f\xd3\x24\x46\xa0\x22\x69\x4d\x97\x72\xf6\x35\xd0\x13\x90\x02\x8c\xd3\x55\xa2\x58\x2e\xc1\xfc\x54\x63\x75\x7b\x2b\xc4\x14\xa3\xdd\x14\x86\x6d\x57\x7b\xea\x0a\x63\x6c\x52\xfd\xaf\xf4\x9b\x6b\x68\x8f\x6a\x02\x1e\x38\xb1\x44\x73\x24\x37\xbe\x67\xae\x0e\xd8\xd8\xe7\x5a\xb5\x02\x7f\xb6\x1f\xbd\xad\x52\x06\xf5\x51\xf7\x15\x02\x51\xb0\x6b\x7d\x85\xc0\x67\x9c\xb7\x3b\x67\x2b\x66\xee\x68\xd4\xd8\xc2\xdf\xe8\xb4\x5f\x3d\xd8\xb1\xfd\xa4\xbf\x6a\xe8\x63\xe3\x45\x56\xcb\xad\x3b\xfe\x67\xe3\x3d\xf5\x0a\x85\x11\xd7\xbe\x9c\x76\x52\x22\x71\x9b\xeb\xe9\x23\x51\x5f\xca\xdd\xd4\x97\x49\xec\xcb\xeb\xec\x68\xba\x1b\xdd\x3d\x6f\x76\xb6\x7d\x51\xc8\xbe\x28\x64\x5f\x14\xb2\x2f\x0a\xd9\x17\x85\x44\xbf\xf1\xa2\x90\x6b\xcb\xaf\x3b\x28\x0f\xb9\x8d\xf4\x6a\xba\xff\x52\x04\xd8\xbe\x44\x64\x2f\xc3\xee\x6e\xba\xbf\x2d\x19\x76\x0f\x2d\x28\x7b\x51\x0b\xd3\x5b\x50\x5e\x1d\x96\xc8\xb3\xf6\xce\xd0\x44\x61\xdc\x8b\xff\x7a\xa7\x08\x45\x6e\xd3\x7a\x94\x22\xfb\x7f\x3d\x4a\x51\x8f\x52\xd4\x32\xeb\x3e\xb0\xba\x47\x29\x42\x7d\xe8\x70\x1f\x3a\xbc\xcf\xa1\xc3\x1d\xb6\xb1\x47\x29\xea\x28\x32\x3e\x13\x52\x91\x93\xb9\xb6\x42\x2b\x6a\x10\x07\x57\x23\x16\xfd\x5c\xd7\x88\xf6\x56\xd4\x73\x63\xed\x91\x8b\x7a\xe4\xa2\x6d\x69\x67\x2f\x14\xd0\x17\x44\x30\x6a\xe2\x30\xeb\xe4\x45\x37\x30\x97\x6d\x15\xcc\xb7\x81\x66\xe4\x46\xdb\x27\x49\xf7\xe9\x18\xfb\x9f\x8e\xb1\x77\x49\xd2\x7b\xa3\xa9\xf4\xea\x7c\x9f\x27\xdd\xe7\x49\xf7\xc6\x8e\xde\xd8\xb1\xf3\x65\xdc\x27\x63\xc7\x2b\xcb\xed\xcf\x88\x6a\xb4\x8f\x12\x7c\x2f\xc0\x9b\xf7\x7a\x01\xbe\x17\xe0\xbf\x50\x01\x7e\x3f\x56\xb8\x97\xde\x7b\xe9\xbd\x97\xde\x7b\xe9\xbd\x97\xde\x77\xbe\x8c\xbd\xf4\xfe\x62\x48\x47\x4d\x22\xfc\xda\x68\x47\x6b\xba\xf9\x82\x64\xb6\xb7\x24\xad\xf7\x92\x7a\x2f\xa9\xef\xb7\xa4\xbe\x37\x13\xea\x91\x8f\x7a\xe4\xa3\x1e\xf9\xa8\x47\x3e\xda\x48\x46\xfa\x37\x7b\x2c\xdf\x05\x37\xb1\xbf\xb2\xdf\x7d\x9f\xf0\xc9\xdd\x22\x23\xfa\xbf\x67\x34\x25\x4c\x82\x44\x4b\xd5\x22\x94\x89\x5a\x56\xbe\xbe\xe6\xef\x6e\xcf\x2f\x3f\x5e\x84\xa9\x6a\xef\x3e\xdd\x5f\xdc\x9d\x5f\x0f\x6e\xfc\xba\xf8\x59\x85\x6b\x61\xbf\x2b\x89\x75\x96\xe4\x6f\x88\xd6\x5f\xe1\xd4\xdc\x2a\xac\x72\xb9\xd9\xc8\x6e\x86\xb7\xc3\x9b\x9f\x20\xd5\x6e\x7c\x76\x7e\x3b\xf8\xfe\xa2\x44\x10\xa5\xe7\x83\xd3\xbf\xdc\x9f\xdf\xb4\x3f\x1f\xfe\xf7\xf9\xed\xdd\x6d\xdb\xd3\x9b\xe1\xc5\x70\x70\xdb\xfe\xf5\x87\xc1\xf9\xc5\xfd\xcd\x70\xe9\x7a\x2c\x1d\xed\x72\x45\x46\xc2\x22\x41\x16\x0b\x8a\x2c\xd7\x10\xc5\x1a\x22\x2f\x3e\x3a\x76\xd8\xd4\xd7\x09\xba\xb7\x76\x01\x6a\x1b\x77\x21\x49\xbe\x21\xa3\xd0\xc4\x54\xe2\x49\x42\xe2\x5a\x4b\x6e\x0d\xdb\x5a\xc2\xa5\x41\x3d\x69\x0d\xdc\x8b\x9c\x9a\xe7\x45\x86\x17\x20\x48\x00\x56\x84\xc5\x0d\x7d\x98\x7d\x68\xed\x81\x69\xde\x45\x1f\x49\xa9\xa7\x28\x17\x82\x30\x95\x2c\x8c\xc0\x2d\x6b\x8d\xba\xed\x6b\x6b\xd6\xde\xa9\xbe\xc1\x39\x96\x26\xf2\xaa\x34\x7e\x41\x12\x82\x65\xc3\x98\xed\xee\x77\x5b\x16\xbf\x57\xd6\xa2\x63\x2e\xa3\x29\xa6\x49\x2e\x48\xe5\xb4\x70\xf6\xb7\x9c\x81\x06\x3b\xfc\xac\x2f\x33\x7d\x92\x2f\xf8\x8c\x46\x38\xb9\x82\x66\xb8\xd8\xec\xe4\x0c\x2e\x4b\xa4\x7c\x75\xb3\x94\x72\xc3\xb7\xab\x84\x7a\x88\x06\x97\x67\x90\x64\xec\x86\x5a\xbc\xaa\xa8\x4a\x60\x40\x97\x44\xea\x79\x46\x9c\xc5\xd6\x05\xa2\x2f\xb0\x45\x20\x97\xfe\x8d\x43\xa2\x76\x2e\xb5\xb6\x34\xb8\x3c\x43\xc7\xe8\xea\x66\xc4\xae\xb4\x1a\xad\xe9\x9e\x68\x81\xce\x2c\x1b\x95\x88\x71\x85\x68\x9a\x71\xa1\x30\x53\x5a\x96\x85\x9b\xcc\xae\x88\x21\xe2\x53\x9e\xa6\xb9\xc2\x9a\x56\x6a\x8b\xca\x8c\x55\xe0\x96\xa8\xf3\x18\x3c\x0c\x0d\x6b\x68\xae\xba\x62\x2e\x99\xd0\xed\xeb\x6b\xb6\xac\x4a\xd2\xb8\xa6\x8d\xb9\x26\xb0\x10\xb8\x7c\x21\xbe\xa3\x8a\xa4\xd5\xf7\x3b\x46\xc8\xfe\xab\x51\x4f\x3e\x35\x19\x29\x44\x0c\x44\x34\xa7\x8a\x44\x4a\x53\xd1\x46\x34\x71\x7f\xf9\xe3\xe5\xd5\xcf\xe1\x25\xf8\x6e\xf0\xe9\xec\x4f\xff\x5e\xfa\xe1\xe6\x53\xed\x87\xf1\x4f\x7f\xaa\xfd\xf2\xff\x2c\xa5\xa7\x6a\x4f\x35\x55\x35\x98\xcb\x21\x48\x85\x60\x1a\x75\x53\x45\x34\xc5\x33\x82\x64\x9e\x69\x0a\x90\x47\xe5\xfd\xd5\x52\xd1\x05\xc7\x31\x65\x33\x93\x21\x7c\x41\x15\x11\x38\xf9\x84\xb3\x0f\xce\x8c\xbb\xc1\xea\xfc\xef\xdb\x52\x3e\xf7\xbb\x5f\x06\x9f\xc2\x8c\xf0\x77\xd7\x37\x57\x77\x57\x4b\x67\x5d\x6a\xa1\x7e\x8c\xf4\xe3\x13\xf8\x5f\x74\x8c\x74\xeb\x5e\x78\x4b\x89\xc2\x5a\xa8\x45\x5f\x99\xac\x46\x9f\x85\x44\x59\x02\xa7\x26\x13\x34\xa5\xc0\x15\x8d\x21\xeb\x6b\x23\x1f\x7a\x01\xd8\x9f\x1b\xf3\x81\xc9\x5b\xb6\xf7\x0a\x8b\xb1\x88\xd1\xdf\x64\x15\x5e\x00\xec\xa7\xe6\x07\x12\xa3\x43\x34\x57\x2a\x93\x27\xc7\xc7\x4f\x4f\x4f\x47\xfa\xed\x23\x2e\x66\xc7\xfa\x8f\x43\xc2\x8e\xe6\x2a\x4d\x0c\x9c\x82\x5e\x85\x13\x74\x2d\xb8\xe6\x82\xa0\x63\x12\x41\x71\x02\xd9\xd4\x13\xca\xb0\x00\x98\x86\x5f\x23\x2e\xc8\x51\xb1\x31\xd6\xb6\x62\x59\xa1\xb5\xbf\x1c\xeb\x97\x1a\x98\x49\x75\x3f\x51\x4c\x22\x1a\xdb\x9b\x92\xb0\x88\x83\x01\xce\x98\xec\x75\x7b\x2e\x15\x94\x58\x7f\xa9\x5f\xce\x40\xde\xc6\x31\x09\xd0\x10\x14\x2f\x13\x9c\x96\xdd\xcf\x8d\xe6\x95\x6b\x2d\x13\x02\x74\xe1\x62\x70\xaf\x66\x7a\xc2\x11\x4f\xd0\x24\x9f\x4e\x89\x08\xdd\xb5\x07\x5a\x20\xa7\x12\x09\x12\xf1\x34\x85\x4b\x4f\x7f\x95\x4b\x43\xd5\xb0\x62\x76\xb4\x47\x23\x06\xfb\xaf\x25\x75\xa0\x80\x98\x03\xab\x63\x44\x6b\xec\x6c\x61\xba\x99\xe4\xd3\x92\x3b\x18\x60\x4a\x70\x8c\xa8\x1a\xb1\x41\x92\x20\x41\x52\xae\x48\x18\x69\x0c\xbe\xa3\xd2\x82\x03\x8b\x14\x24\x4b\x70\xe4\xf2\xd8\x13\x1e\xe1\x04\x4d\x69\x42\xe4\x42\x2a\x92\x86\x0d\x7c\x05\xe6\x06\xbd\x66\x54\xa2\x98\x3f\xb1\x84\x63\x3b\x8f\xea\x67\x5f\x97\x4f\xe3\xd0\x41\x48\x0c\x85\xe0\x02\xfe\xe7\x47\xca\xe2\x9d\x71\xa8\xfb\xdb\xe1\x4d\xf8\xef\xdb\x5f\x6e\xef\x86\x9f\xd6\xe3\x3e\x9e\xb2\x60\x78\xa0\x86\x9e\xa0\x5b\xb3\x08\x5c\xe8\x4b\x5d\xb4\x4c\xea\x93\x25\xa5\xe2\x07\x1e\x6f\xc8\x7d\x3f\x0d\x2e\xef\x07\x25\x8e\x72\x7b\xfa\xc3\xf0\xec\xbe\x22\xd2\xda\xf9\x95\xc4\x50\xa3\xc1\x84\xbf\x9d\xfe\x70\x7e\x71\x36\x6e\xd0\x79\xde\xdd\x0c\x4f\xaf\x7e\x1a\xde\x14\xea\x49\xe3\x12\x55\x06\x53\x65\x56\x77\x86\x29\xcd\x79\x8c\x26\x8b\x66\xc0\x10\x2d\xfc\x25\xe0\x92\x2c\x20\x73\x4c\xab\x27\xc0\x9b\x1c\x76\x4b\xf1\x85\xd6\x79\x0f\xec\x3b\x80\xb4\x62\xec\x03\x46\xe8\x6b\x6e\x58\xf7\x8e\x59\xa0\x6b\x1b\x10\x14\xbf\x70\x27\x68\x80\xa4\x7e\x31\xd7\x87\x5a\xd0\xd9\x0c\x6c\x5f\x95\xa1\x9a\xd6\xec\xa7\xb0\xbc\xf0\x9d\xd9\xff\x4c\x70\x38\xe7\xba\x5b\x6b\x34\xf5\x8a\xb5\xf9\xd0\x00\xc5\x96\x5a\x14\x18\x74\xe6\x86\xa1\xb9\xcd\xd2\x8b\xd0\xba\x5e\xe6\x3c\x16\xb9\x01\xc0\xb6\xa4\x31\xd9\x65\x82\x3c\x52\x9e\x07\x9f\x5a\xe0\x97\xd2\x8e\x37\x36\x5f\x2c\x00\x2c\x9b\xd1\xeb\x2b\xcd\x78\xf2\x68\x6c\x41\xb3\xb0\x47\x68\x61\x2a\x78\xda\xd0\x46\xf9\x98\x9c\x5f\xdd\x2a\x81\x15\x99\x2d\xce\x2c\xcb\xd8\xfc\x78\x9c\x5d\xfd\x7c\x79\x71\x35\x38\x1b\x0f\x07\x1f\xcb\x27\xde\x3f\xb9\xbd\xbb\x19\x0e\x3e\x95\x1f\x8d\x2f\xaf\xee\xc6\xee\x8d\xa5\x24\xdf\xd2\x41\xfd\x9e\x2e\xbf\x78\x82\x34\xcb\x05\xd6\xe8\x10\x19\x03\xfe\x38\x21\x53\x2e\x0c\x9f\x4f\x9d\x07\xdf\x8a\x30\x6e\x6d\xad\x3a\x51\x99\xc5\x09\x18\x77\x9a\x9a\x34\x86\x5b\x25\x08\x4e\xe1\x9e\xc0\x0c\x0d\x59\x7c\x78\x35\x3d\xbc\x35\x3f\xa6\x58\x3c\x10\xe1\x3f\x7d\x12\x54\x29\xc2\x4a\x5a\x09\x76\x43\xf6\x7a\x4e\xd1\xc1\x11\xba\xd1\x7c\x5f\xbf\xef\x2f\x35\x4d\xec\x31\x51\x98\x26\xd2\x0e\xb6\xb4\xae\x27\xe8\x02\x8b\x59\x61\x4a\xfa\x8a\x4f\xa7\xa6\xb1\xaf\xcd\x30\xf4\x1d\x56\x9a\x45\x03\xef\xd5\xa4\xe1\xee\x45\xe8\xcf\xbe\xec\xe5\xe1\x3a\x55\xdd\x67\xdb\xd1\xd4\xfd\x35\xac\xb8\x51\x3a\xef\x4a\xb7\xca\x75\x1b\xad\xc1\xc4\xcd\xe3\xe5\x97\x4c\x73\xdb\x75\x72\x2a\xbf\xd8\x40\x4e\x26\x11\x4d\xef\xfc\x54\x11\xd1\x44\x4b\xe4\x33\xb5\x3a\x6f\x38\xee\x0a\x09\x15\xcd\x80\x85\x10\x67\x19\xc1\x42\x36\xed\x76\x59\x0c\x6c\xd9\x7b\xd3\x53\xd8\x87\xdd\x64\xd7\xcf\x01\xe2\x0c\x74\x66\x2f\x44\x54\x28\xb2\x03\x0d\x98\xb6\x6a\x14\x70\x0d\x68\x5c\x57\x16\xf9\xea\x13\x95\x5a\x69\x34\x3f\x7e\x6f\x21\xb9\x36\x23\x08\xad\xc7\x57\x84\x8b\xf1\xd9\xf0\xc3\xe0\xfe\x62\xb9\xa5\xab\xf4\x5d\x75\x8b\xd1\x21\xd2\xcf\xcb\xee\x63\x3a\x35\x77\x86\x03\x16\x33\x2a\x2d\x61\x60\x77\xb1\x79\x63\xc6\xe4\x1a\x93\x2c\xe1\x8b\x94\x30\xb0\x52\x94\x6e\x42\xbd\x9e\x53\x4c\xed\xd5\x12\x0c\x16\x0c\x11\xd6\x72\x04\xd7\xd8\xa1\x43\x33\x23\xb1\xbf\x79\xcb\x60\x66\x15\xd6\x7d\x6d\x1c\x40\xf6\x3f\xb7\x0a\xab\x0d\xcf\xd8\xe0\xf4\xee\xfc\xa7\x61\x59\x3f\x3c\xfd\xe1\xfc\xa7\x26\xa9\x66\xfc\x71\x78\x39\xbc\x19\xdc\xad\x10\x4e\x2a\x4d\x36\x09\x27\x52\x0f\xb8\xea\x00\xa4\xd2\x07\xc6\x44\x06\x12\x0d\x51\x25\xd1\x23\x95\x74\x42\x01\x40\xce\x3a\xd3\xee\xcf\x81\xb3\x42\xa6\x20\x55\x0b\x27\xbe\x98\x7e\xcb\xfb\xa8\x39\xa9\x6d\xdf\x98\x1d\x42\x17\x1b\x18\xaa\xcc\xe6\xb8\x49\x9f\x20\xd0\x6d\x1f\x41\x69\x0b\x3e\x63\x5a\x90\x66\x33\x22\xcc\x70\xc0\x81\x10\x8e\x25\x78\xae\x47\x15\x0a\x2b\xc5\xaa\x79\xa1\x75\x46\x18\x11\x80\x50\xe5\x3b\x31\x82\x94\x20\xec\xbd\x96\xb9\xb2\x84\x46\x54\x25\x0b\x14\x41\x66\x1d\x58\xe4\x52\xcc\xf0\xcc\x0a\x07\xa0\xe6\x54\x48\xe2\x2f\x06\x65\xef\x6a\x6a\xad\xd3\x77\x94\x6c\x78\xcc\xee\x2f\xcf\x86\x1f\xce\x2f\xcb\x24\xf0\xc3\xf9\xc7\x92\x08\xfb\x69\x78\x76\x7e\x5f\xba\xcd\xb5\x24\xbb\x5c\xae\xaf\x36\xdb\x70\x14\xfd\x4b\x27\xe8\xcc\x7c\x7a\xa2\x17\xb7\x01\x42\xd0\x2b\xbf\x95\x75\xb8\x71\x91\x69\xee\x8f\x21\x53\xa2\xd1\xb4\xde\xd5\x84\x64\xdd\x68\x25\x1b\x52\xb3\xb7\xbd\xd6\xf7\x65\xd5\x2f\x5a\x8f\x46\xb0\xbe\x34\xdd\xc9\x51\x61\x59\x0a\xdd\xf0\x60\x34\x68\x33\x62\x35\x78\x66\x0a\x86\xfd\x13\x78\x59\xd3\x5c\x2a\xe3\x0d\x03\xe2\x44\x0f\x7f\x96\x7a\x41\xc1\x5b\x76\x84\x6e\x09\x19\x31\x67\x3d\x98\x51\x35\xcf\x27\x47\x11\x4f\x8f\x0b\xfc\xca\x63\x9c\xd1\x14\x6b\x49\x9a\x88\xc5\xf1\x24\xe1\x93\xe3\x14\x4b\x45\xc4\x71\xf6\x30\x83\x40\x10\xe7\x11\x3c\xf6\xcd\xce\xf8\xef\x2e\xfe\xf8\xcd\xe1\xc5\x9f\xbf\x79\x57\xb7\x90\xb5\xed\xff\x90\x45\x38\x93\x79\x62\x03\xc7\x44\xb8\x36\xee\xc8\xe7\x64\xd5\x7e\x5f\x96\xb7\x6b\x3b\xfd\xf5\xf4\xfa\x3e\xfc\xe7\xc7\xf2\x3f\x3f\x0d\x3f\x5d\xdd\xfc\x52\xe2\x94\x77\x57\x37\x83\x8f\x25\x86\x3a\xbc\xfe\x61\xf8\x69\x78\x33\xb8\x18\xbb\x87\xdb\xd8\xde\x7e\x64\xfc\x89\x95\x97\x46\x3a\x0e\x58\xeb\xe9\x04\x7d\xe0\x02\xfd\xe8\x77\xf2\x70\x82\x25\x5c\x31\xee\xce\x92\x07\x28\xe3\x31\x30\x5e\x44\xb2\x39\x49\x89\xc0\x89\xb5\x19\x48\xc5\x05\x9e\x99\x9b\x5e\x46\x02\xab\x68\x8e\x64\x86\x23\x72\x80\x22\xa0\x86\xd9\x01\x6c\x0a\xa8\x5a\x7c\x56\xb5\xf3\xdd\xe4\x4c\xd1\x94\x38\x15\xdc\xfe\xf3\xce\x6c\xc6\x06\x9b\x73\x75\xf7\x43\x59\xd8\xfb\x70\xf1\xcb\xdd\x70\x7c\x7b\xf6\xe3\xd2\xf5\x34\x9f\x95\x46\x76\x0b\x31\x34\xa7\x3c\xc9\x53\x16\xfe\xbd\xf9\xd8\xce\x2f\xef\x86\x1f\xab\xa3\xbb\x1a\xdc\x95\x29\xe3\xa6\x1c\xe7\xf5\xee\xfb\xab\xab\x8b\x61\xc9\xab\xf9\xee\x6c\x70\x37\xbc\x3b\xff\x54\xa2\x9f\xb3\xfb\x1b\x83\x56\xb9\x6c\x9a\x6e\x04\x0d\x13\xd5\xd3\x0a\xa7\xb9\x6b\x56\xd8\x89\x13\x0d\x6c\x5c\xb5\x39\xcb\x87\x01\x56\x91\x89\x68\x02\xab\xce\xa1\x37\xa9\x46\x66\xa4\x8d\xec\x50\x95\xb7\x09\xb5\xb3\xe3\xa5\x1b\xbd\x8c\x2b\xdf\xf9\x21\x18\xa8\x58\xa3\x6c\xe3\x24\xe1\x4f\x26\xa2\x35\xa5\xfa\x56\xb6\xc8\x75\xfa\x15\x59\x38\xb9\x8e\x1a\x38\x5e\x79\x5b\x48\x24\x88\xfa\xc4\x73\xa6\x36\x27\xb9\xc1\x65\x89\xef\x0c\x2f\x7f\x1a\xff\x34\x28\x53\xe0\xf9\xc5\x72\x56\x13\x36\xd1\x70\x15\x0f\x2e\x7f\xf1\x97\x30\xc4\x3d\x1f\x78\x0d\xd5\xc8\xae\x51\x42\xb5\xd8\x1b\x61\xad\xbd\x26\x20\xd1\x20\x42\xc1\xe4\x90\xea\xc9\x41\x9c\x65\x66\xfc\x49\x86\x3f\x99\x41\x9e\xb8\x3f\x2a\xed\x49\x58\x17\xb0\xa6\xba\xb0\x72\x68\xc7\x6a\xd5\x0c\x11\xf6\x48\x05\x07\xbc\x63\xf4\x88\x05\xd5\xd2\xb8\x69\x59\xcf\xf5\x04\xfe\x77\xbd\x36\xc1\x30\x5a\x61\x5c\xb7\x5c\xa8\x33\x1f\xcf\xba\x99\x35\xa4\x29\xae\xb3\x1e\xd1\xd9\x6c\xe8\xa8\x7f\xdb\xb0\x39\x5b\xc6\xbd\x96\x27\xfc\xf7\xe4\x8c\xe2\x44\x33\x80\xdd\xc9\x8b\x83\xcb\xdb\xf3\xb2\xfc\x58\x56\x33\x02\xbe\xbc\xb1\xbc\x08\x86\x4a\x33\x72\xa7\x4c\xdc\xfe\xe5\xc2\x68\x17\x00\x8a\x6d\xce\x6d\xa0\x58\x58\x74\x11\x23\x4d\x64\x58\xc8\xca\x17\x12\x01\x8a\x5c\x11\x33\xa4\xef\x2c\x88\xc8\x79\xe4\x34\x1e\x31\xf2\x39\x23\x4c\x82\x7f\xdb\xdc\x67\x85\xbb\x58\x1e\xa1\xf3\x29\xb0\x04\xfd\x3a\x43\x39\xb3\x0e\x30\x7d\xe1\x9a\x41\x1e\x68\x51\xb6\x00\x38\x09\xcc\x47\x8c\xb8\x78\x9f\x62\xf0\x23\xf6\xb3\x77\xa2\xc1\xa3\x29\xd7\x0c\x48\xef\xa2\x6d\xef\x04\x61\x26\xe9\x01\xd2\x0a\x4b\x75\x4f\x21\x82\x5e\x2b\x94\x36\x0a\x49\x73\x1a\xfb\xe7\xcb\x5f\x03\xb5\x50\xd7\xf0\x32\x68\xbe\x0b\x2a\x57\x41\x8b\x68\x9c\x18\x8f\xc9\xb8\xfb\x9d\x10\x71\x41\xac\x9f\x65\xed\x6b\x60\x15\x63\xbf\xc3\xf2\xa1\xe6\x7b\x38\x67\x52\x61\x16\x91\xd3\x04\xcb\x0d\xe3\x68\x9c\x8d\xe3\xa0\x2c\x71\xdc\xdc\xdc\x5f\xdf\x9d\x7f\xbf\x82\xcb\x57\x3f\xae\x47\xb2\x44\x49\xee\xdc\x73\x13\xc1\x71\x8c\x34\xfb\x9c\x71\xe3\x0a\xb4\x82\x7f\x01\x0d\x6f\xd2\x5b\x7c\x4c\x60\x09\x96\xbe\x88\xca\xb7\x76\x8e\xd0\x95\x40\xed\x42\xa0\x48\xaf\x04\x0a\x4c\x1e\x6e\xab\xc1\xb3\x68\x2a\xe6\x58\xeb\x56\x96\x60\x35\xe5\x22\x35\x5c\xbe\x34\x69\xd3\xf8\xf2\x46\x29\x53\x44\x88\x3c\x53\xd4\x61\xfd\x57\xa5\x54\xbd\x65\x17\x7c\xf6\x89\x48\x89\x67\x64\x1b\x07\x74\x93\xf2\x70\xfb\x53\xf8\x4f\x70\x30\x77\x91\xfd\x4b\x23\x74\xc1\xdb\x8e\x9e\xae\xd8\x07\x13\x8b\x72\xcd\x13\x1a\x6d\x18\x33\xf6\x61\x70\x7e\x31\x3e\xff\xa4\x95\xf8\xc1\xdd\xf0\xa2\x24\x4a\xc0\xb3\xc1\x87\xbb\xe1\x8d\x05\x39\x1f\x7c\x7f\x31\x1c\x5f\x5e\x9d\x0d\x6f\xc7\xa7\x57\x9f\xae\x2f\x86\x77\xcb\x29\xae\xb5\xf1\xba\x75\xb5\xfa\xea\x49\xed\x17\xd8\x61\xcd\xcb\x42\x7b\x19\x24\x4f\x61\x9a\x80\x13\x9c\x1b\x67\x38\x46\x8c\xc7\x06\x46\x4a\x3a\xeb\x8c\x47\x16\x47\xe7\xea\x7d\x92\x20\x9c\x2b\x9e\x62\xf0\xda\x24\x8b\x11\xc3\x13\xcd\x5a\x71\x92\x04\x11\x4a\x22\x67\x4c\xb3\x58\xdd\x98\x81\xf0\x8f\x12\xa2\xd9\x79\x16\xe4\xbc\x59\xbf\xc1\x94\x32\x08\x16\x4d\xb1\x78\x70\xf5\x08\x7d\x26\x81\x3f\x14\x12\x61\x39\x62\x06\xde\xca\x4a\x2b\x1d\x56\xf8\xa4\xd3\x5b\xad\xab\x93\xe2\x07\xa2\x57\x25\xcd\xa3\x39\xca\x04\x9f\x09\x22\xa5\xb5\x2d\x47\x98\x99\x00\x04\xfb\xba\xbe\x86\x46\x8c\x71\xbd\x14\xce\x84\x1d\x93\x8c\xb0\x98\xb0\x88\x9a\xec\x36\xf0\xdd\x7b\xd3\xe6\x4c\xe0\x6c\x8e\x24\x07\xa7\x37\x2c\x3b\xd8\xaf\xcc\x47\xee\x26\xb3\x80\x5e\xf0\x38\xb4\x40\x8b\x5c\xf3\x89\x2b\x90\x13\xcd\x2a\xc3\xc7\xee\x32\x74\x6e\x17\x63\x07\x4c\xb3\x84\x28\x53\xcc\x01\x96\x1c\x36\x43\xaf\x75\x69\x3f\xf4\x36\x35\x6d\x82\xbe\xb0\xdd\x98\xb1\xb4\x23\x3a\x6a\xb0\x6c\xdb\x23\x85\x7e\xc0\x2c\x4e\x74\x2b\xce\x87\x51\x3e\x8b\x90\x4d\x31\xd0\x54\xe3\x4e\xe3\x36\xb7\x68\x84\x73\xb9\xcd\x35\x5a\x49\x49\x34\x56\xc1\xc3\x22\x28\x04\xc8\xdb\xe6\x23\xc2\xea\x66\x9a\x45\xe2\x84\xdb\x55\x32\xaf\xe7\xa6\x40\x19\x82\xd1\xb4\x5c\xb3\x99\xa0\x2c\xa2\x19\x4e\x36\xd2\xfd\x2a\xf1\xe4\x36\x4c\xfb\x2b\x3a\xd5\xe4\xf3\x75\xcd\x6d\xab\x88\x48\x21\x4f\xd7\x0e\xd3\x6f\xe1\x1a\x96\x24\x1b\x98\x4f\x64\x11\x4d\x82\x05\xcf\x8d\x3f\x0e\xd6\x85\xc4\x0d\x47\xf5\xa8\x69\xbb\xa7\x20\x3c\x6c\x65\x41\x34\x25\x3d\xb8\xd8\x41\x28\xda\x92\x34\x9f\x5b\xdb\x4b\x6b\x7a\x40\x75\x95\x3e\xd9\x68\x78\x89\xfc\x00\x41\x73\x78\x8f\x59\xfc\xfe\x10\x8e\xe0\x8c\xc0\x39\x35\xfe\xa7\x38\x8f\x8c\xb3\xd4\xa5\x74\x3a\xa4\x83\x03\x44\x12\x3a\x83\x1d\xf4\xa0\xdb\xdd\x37\xeb\x0c\x62\x8b\x4c\x30\x12\x34\x6b\x32\x40\x31\xd5\xf2\xb8\x93\xdc\x6d\x55\x94\x6a\x3f\xc8\x58\xb4\x20\x4c\x60\x42\x12\xa0\xb0\x05\xc4\xd7\x13\x59\xbd\xeb\xcd\x76\x6a\x46\x87\xcb\x21\xd9\x1b\xec\xa8\x09\xe4\x6a\xdb\xce\x4a\x2b\xb6\x77\x13\x5b\x89\x93\xeb\xe6\x36\x9b\x0e\x54\xe7\x9d\xc4\x19\x2c\x9c\xa9\xd2\x81\x8b\x39\x5a\x9d\xd7\x56\x21\x74\xe1\x50\x41\x28\x84\xcf\x54\xe9\xbe\x5f\xc5\x12\xda\x78\xb6\x7a\x27\xa5\x90\x90\x20\x73\xde\xb2\xac\x69\xae\x55\x13\x84\x21\xa8\x04\x7d\x45\x8e\x66\x47\xc8\xd5\x5c\x39\x40\x83\xeb\xeb\xe1\xe5\xd9\x01\x22\x2a\xfa\xda\x85\xa0\xda\xf8\xb3\x11\xd3\xa4\x00\x87\x7b\xe1\xea\xe5\xa4\x44\xcc\x48\x69\xce\x2e\x58\x0d\x82\xa7\x67\x54\xd3\x92\xb9\x02\x58\x1c\x56\x36\xa2\x69\x55\x6b\x32\x14\x92\xab\xf9\x36\xa4\x81\xa5\xcc\x53\x3c\x49\xc8\x98\xe2\x74\x2c\x78\xb2\x0d\x8f\xf7\x67\x83\x21\x0f\x3a\x40\x71\x8a\x74\xb3\x36\xb2\xc7\x7b\x90\xbd\x84\xae\xe5\x5c\x7d\xcd\x6a\x31\x28\x10\x43\x9c\x33\xc9\x86\x17\x52\x17\xd1\x02\xa0\x04\x2d\x9c\xbf\xf0\x02\x8c\xad\xe3\x65\x8c\xa3\x88\xe7\x4c\xed\x78\x52\x41\xb9\x2c\xe7\xe1\xb1\x1d\x3d\xdb\x34\xbb\xf2\xa5\x4c\x5f\x48\x10\xdb\x5d\xaf\x2e\xd3\xd0\xef\x64\x51\xeb\xd5\x15\xb4\xba\x97\xde\x42\x66\x64\x2a\x49\x60\x27\xa5\x29\x88\x05\xbc\x0b\xc0\x50\xc3\x2e\x5d\x8a\x8e\x6e\x78\xc1\x73\xd1\x74\x6f\x8d\xd8\x19\xc9\x04\xd1\x8a\x5b\xd5\x1f\xe6\x69\xfa\xa6\x4c\x89\x3d\x5d\xf7\x74\xfd\xe6\xe9\xfa\xd4\xd4\x45\x1b\xf8\x3a\x78\x5b\x11\x78\x5d\xd2\x43\x2b\x44\x2e\x2f\x1c\x36\x12\x99\xb5\x8a\x97\xcd\xc8\xab\x9a\xbc\x2b\x3e\xea\xbe\xa5\x25\xcf\x69\xa5\x0c\x1d\x20\x29\xf0\x1c\xe4\xe9\xd2\xbd\xcc\xf5\x65\x1a\x64\x15\xdb\x22\x73\x4b\xd6\xd9\xb9\x58\x83\x02\x58\xdb\xac\x77\x53\x2b\xcb\x5a\x42\xcf\x2e\x47\x9d\x1a\x01\xaa\xa9\xae\x58\xf9\xb4\x3a\x59\x87\xb2\x5a\x75\x47\x73\x60\xf4\x02\x1b\xc1\xe6\xef\x39\x57\x58\x7e\x7d\x34\x62\x5a\x4a\x7b\x20\x0b\x23\x64\x6b\x39\xe8\xf7\x5a\x77\x3b\x94\x84\x49\x48\x0f\xf8\xbd\x71\xe7\xea\x33\xe4\xdc\x1b\xc6\x94\x61\x8a\x4a\x96\x4b\x9e\x41\x48\xb7\x6d\xd4\x8a\x61\x45\xc0\x7c\x51\x27\xcd\x3d\x33\xc3\x9f\x11\x05\x59\xe5\x8a\x2a\xd0\xb1\x63\x53\xb5\xb2\x36\xf4\x95\xa6\x4e\x43\x15\x82\x83\x5f\x2d\xce\xb7\xbb\x59\x64\xbd\x8d\xa6\x4d\x6c\xd6\x2e\x6f\x6d\x8e\xc4\xb1\xb3\x33\x46\x82\xd7\x4a\x41\x62\x89\xcc\x4e\x4f\x0c\xbf\x71\xf1\x0e\x84\x1d\x3d\xd1\x07\x9a\x91\x98\x62\xc8\x98\xd0\xff\x3a\xd6\xf3\xfa\xdd\xe9\xcd\xd5\xe5\x98\xf8\xb4\xae\xff\x1a\xb1\x41\x22\xb9\xcf\x6a\x41\x8c\x33\x9f\x9e\x91\x09\xe2\x64\x4e\x3b\x17\xb0\xd2\x17\x47\x7b\xc4\xda\x46\x10\xf3\x48\x1e\xe1\x27\x79\x84\x53\xfc\x0f\xce\x20\xf4\x62\x00\x7f\x9e\x26\x3c\x8f\x7f\xd6\x1a\xd6\x31\x9c\x6b\x75\x4c\x1e\x09\x53\xc6\xad\xa9\x97\x2b\x86\x7c\x65\x09\xd9\x1d\xbf\xd3\x63\x2e\x92\xd0\xe4\x88\x91\xcf\x11\xc9\x14\xfa\xff\x04\x99\x70\xae\x9a\x19\x14\x9f\x4e\x25\x59\xeb\xc6\x2b\x94\xfa\xdb\x2b\xf4\xe7\x3f\x7d\xf3\xad\x26\xa1\x4d\xd6\xf8\xfc\xf6\x6a\xac\xbf\xff\xdd\x99\xfd\x5e\xae\xc1\xee\xae\xb2\x82\xb5\x39\xe2\x31\x89\x16\x39\x83\xeb\x55\x80\xb3\x0b\xd8\x1b\x90\x43\xb1\x8f\x4d\xdc\xed\xcc\x20\x3b\x6c\x95\x65\xb6\x85\xd8\xf0\x31\xe1\x13\xb0\x23\xe6\xa5\x9a\x70\x4b\x22\x82\xb6\xf4\xbf\x9c\x51\x99\x25\x78\x51\xeb\x61\xd5\xb2\x5f\x6a\xee\x94\xe1\x88\x14\x90\x14\x2e\x78\x2f\xe2\x69\x0a\x01\xa5\x4e\x5f\x8f\xe9\x14\x22\x4b\x95\x16\x2a\xd0\x84\xa8\x27\x88\x63\x76\xbf\x7a\x61\xc8\x19\xf0\x35\x2b\x03\x76\x39\x7a\x67\x2c\x0d\xba\xd3\xd1\xbb\x03\x34\x7a\x17\x93\x47\x92\xf0\x4c\x9f\x66\xfd\x03\x51\x51\xd3\x26\x0e\x53\x4c\x93\x4b\xae\xfc\xcd\xb7\xcd\x7e\x0a\x12\xd1\x8c\xea\xd3\x35\x26\xba\xdd\x67\x4d\x21\x6c\x3e\x60\x77\x81\x9d\x05\xc6\x80\x70\x1c\x6b\x22\x86\x02\x79\x6e\x78\x85\x4b\x86\x05\x53\x2f\x15\x7e\xda\xc0\x10\xc3\x6c\x8f\x61\x9b\x65\xb1\xa2\x71\x07\xbc\xa1\x6e\xa7\x27\xa9\xdd\x8f\xe7\x5c\x23\xbe\xe3\xa2\x58\xd9\x52\xfa\xb7\xb5\x17\x03\xd0\x0a\x6b\xe1\x6e\xb5\x08\x56\x0f\xa0\x5e\x8b\x35\x64\x3a\x3f\xc0\x5b\xfd\xdd\xd2\xa1\xc9\x10\x35\x2e\x0a\x4b\xa8\x82\xf9\xc2\xe6\x9a\x54\xd3\x5b\xc8\xca\x11\x47\x09\x97\xe5\xd4\xd3\xce\x83\x3e\xb5\x9f\x2e\x1b\xf7\x30\xb4\xf6\xe4\xc9\x7a\x06\xc0\x41\xc3\xc2\x57\xe0\x41\x0c\x9b\x50\x56\x43\xb1\x6f\x1f\x20\x0a\xce\x4b\x90\x6c\x93\x22\x11\x87\xc5\xa8\x90\x12\x47\xac\x30\x01\x4b\xf4\x44\x12\xf0\x1a\x45\x3c\xcd\x40\x02\xb2\xc3\xb5\x2d\xe9\x0b\x5c\x61\x45\x0e\x10\xcf\x95\x6e\xcc\x84\xb8\xb9\x3b\xce\xc6\xcf\x15\x52\xa1\xd1\x7d\x6c\x2c\x89\x87\x2b\x33\xb4\x6e\x58\x21\x65\xe8\x23\x51\xd0\x0a\xc0\x41\x86\x13\x34\xc5\xc6\x97\x1e\xa5\xd3\xda\xb6\xad\x7d\xa2\xec\x4c\xd6\xd8\xf9\x22\x0f\xf1\xfb\x84\x4f\x96\xee\xfb\x15\x34\x8e\xee\x6f\xce\x9d\xcf\xad\x70\x47\x04\x78\x56\x25\x8d\x6e\x78\x7d\x33\x3c\x1d\xdc\x0d\xcf\x8e\x90\x56\x1c\x3f\x12\xe5\xa7\x0b\xe9\x0a\x1e\x19\xd1\x8c\xdc\x26\x36\x32\xa9\x08\x8e\x5b\xa8\x9b\x08\x51\x4a\x2a\x58\xc1\x38\xca\x59\x8f\xcb\x09\x1b\x72\x0e\x29\x33\x19\xa0\x90\xa7\x5b\x9d\xa7\x75\x74\xad\x3a\x81\xe0\x76\x18\xbf\x1d\xa7\x8f\x19\x6f\x5a\x77\x74\xad\x22\x9f\xb2\x83\xec\xb9\x27\x03\x47\x4b\xcd\x09\x15\xa8\xd3\xb4\x0c\x51\x8d\xbb\xcf\x29\x88\x18\xf9\x84\xb3\xe5\xd1\xdc\xf8\xa9\x44\xb4\xd6\x67\x52\xd8\x4e\x9e\xfb\x1c\x38\xb6\x36\x36\xac\x70\xfb\x09\x16\xf2\xbe\xe1\xad\x9e\x6f\x9a\x00\x2a\xe9\x8c\x56\xe1\xc4\x2a\x83\xb0\x6e\x61\x89\xe0\xec\xc0\x2f\x94\xa1\xd2\x95\x78\x80\xa6\xf4\xb3\x6d\xb4\x08\x17\x71\xaf\x06\x06\xa7\x16\xf7\xe4\x1c\xd7\xcf\xd4\x1a\x62\xc3\x35\x7c\xbf\xd4\xbf\xc2\xa5\xd2\x52\x97\x96\x5c\x05\xd1\xfa\x05\x89\x11\x74\xeb\x83\x57\x56\x8a\x0c\x0a\x0b\xbd\x28\x78\x2d\x7d\xab\x40\xb6\x8d\xb1\x22\x87\x8a\xae\xcc\x27\xb0\x21\x67\x10\x9c\x86\x55\x90\x5d\x5f\xdc\x3c\x13\x32\xc3\xcc\x45\x3a\xb4\x0c\xd7\x5d\x79\x5b\xb0\x2a\x2d\xc1\x62\x88\xb6\x04\xf9\x0a\x22\xe9\x4a\xe3\x90\x19\xac\xe7\xd2\x71\x58\xeb\xe3\x3e\x2c\xdb\x13\xf6\xc6\xd0\x96\xc1\xe6\x59\xbc\x4f\x83\x4d\xb0\x54\xc8\x8e\xa9\x4d\x93\x0c\x24\xfc\xe7\xf5\x4e\x97\x54\xb3\xae\xf6\x38\x4d\x42\x65\x25\x84\x28\x45\x6d\xc1\xdb\x5c\x12\x9b\x74\x99\x12\x31\x73\x82\xb0\x29\x46\xe6\xcf\xb6\xad\x4a\xe6\x6e\x89\x90\x99\x40\xcc\x4b\xbd\xe9\x23\x34\x60\xb5\xf4\x73\x67\x17\x2f\xad\x97\xb9\x93\x70\xf2\x84\x17\x12\x65\xc2\x64\x6a\x9a\x40\x18\x37\x79\x70\x58\x96\x3f\xf2\x96\x22\xe5\x22\x91\x10\xa8\xd2\xab\x9d\x16\x41\x8d\xed\xee\xdc\xae\xa3\x4e\x54\x09\xd2\x68\x2a\x83\xed\x55\xcd\x0e\xac\x4e\x91\x71\x34\xc7\x6c\x46\xc6\x36\x39\x75\x23\x6d\x49\xb7\x73\x0a\xcd\x9c\xd9\x56\x9a\x2f\xa7\x6b\xa3\x30\x59\x54\x61\xf3\xaa\xd3\xe9\xe0\x10\x48\x85\x67\x04\x99\x11\x2d\x53\x4c\x0a\xa8\x89\xd0\xa0\x6e\xe1\xa7\x40\x4f\xb0\xad\x0e\xcb\x41\x29\x6d\xc2\x3b\x58\x86\x2f\xf0\x84\x24\x5b\x07\x1b\x6c\x64\xa5\x83\xae\x2d\xd8\xa6\xe2\x7a\x69\x20\xb8\x86\xa0\xa7\x39\x11\x55\x76\xec\x6c\xdb\x22\x6f\x72\x3d\x2c\x9b\x67\xa9\xfe\xdf\x16\x13\x75\xe8\xb1\x9b\x4c\xb5\x0d\x53\x36\xbc\xf6\x02\xec\xd5\x26\xfb\x48\x78\xfd\x55\x4d\x82\x9b\x0d\x24\x80\x80\x6d\x19\xc7\xd6\x18\xb0\x2b\xa7\xb2\x71\xce\x4e\xc7\xda\x0a\xe7\x53\xc4\x38\x23\x88\xca\xe2\x65\x55\x8e\x2e\xf4\x19\xaf\x5a\xc4\x37\xc6\x97\x7a\x45\xdb\xe7\xb6\xb4\x14\xb9\x48\xde\x36\xe0\xd2\x25\x18\xd1\x8a\x2a\x16\x0b\x40\xcc\x31\x7c\xb8\x2c\xd3\xad\x1c\xe7\xce\x05\xee\x3b\x07\x88\x14\x78\x4a\x15\x47\x20\x46\x56\x06\x87\x0c\xac\x90\x7d\xc9\x7e\x64\xb3\x3e\x47\xcc\x5b\x36\x80\x10\xa9\x44\x29\xce\x20\x57\x81\x71\x55\x7c\x65\xb2\x98\x95\xdf\xc2\x03\x27\x88\x4b\x83\xcc\xde\xb2\x02\xab\x4c\x3b\xee\xfa\x2d\xd6\xb5\x8c\x16\xe3\x90\xae\x66\xf4\x91\x30\x47\xd3\x07\xee\x4c\xe8\x41\xb9\x4e\x93\xc5\x21\x06\x37\x2f\x89\x43\xc3\xf5\x72\x8e\x64\xab\xd9\xee\x81\x3d\xb2\xfb\x92\xe9\x8d\xcf\x6b\x16\x4a\x83\x39\x50\xc2\x3b\x74\x8e\xf9\x90\x4a\x2d\x0c\x96\x49\xac\xc0\x12\xfd\x9e\x71\xf5\xfb\x00\x28\xcc\x19\x2f\x4c\xb1\x63\x6b\x82\x3a\xa8\x81\xf8\xc2\xa1\xb5\x84\x83\x70\x90\xb0\xbe\x72\xe5\xb7\xc5\xeb\x2b\x02\x0f\x9e\x55\x1a\x1d\xd6\x83\x4a\xdb\x50\xd0\x4d\x75\x90\x9d\x59\x6c\x5e\xa2\x8c\x3f\x32\x64\x20\x88\x03\x2f\x48\xb9\x20\x95\x0a\x25\x86\x9f\xfb\xa8\xeb\x34\x53\x8d\x99\x8b\x75\xd1\xa8\xc1\xe0\x69\x8a\x35\x14\x27\xbd\x64\xe8\x94\x47\x23\x76\x4b\x48\x3b\x82\xbf\xdf\x8b\x5f\xa1\x21\x18\xab\x93\x1a\x97\x50\xda\x2e\x42\xb0\xd3\x32\x38\xcd\x12\xaa\x59\x81\x29\xd6\x6c\x97\xd8\x24\x6c\xba\x4d\x2e\xf7\x4e\x8a\xb0\x14\x75\x1b\x68\xd6\xd1\x88\x7d\xe0\xc2\x5e\xc1\xd2\xc2\x76\x4e\x70\xf4\x70\x48\x58\x8c\x70\xae\xe6\x06\xbc\xca\xfa\x15\x16\x96\x1a\xb4\xa4\x01\x64\xe3\x33\xd3\xa8\x8c\xb0\x88\x1d\x06\xea\x23\x77\xa3\x18\xb1\xa0\x11\x00\x06\x05\xe8\x6f\x28\x80\xd4\xa6\x6a\x12\xa8\xb5\xd0\xb6\x16\x4d\xa5\x7d\x6a\x85\x7d\x96\x9f\xb3\x52\xa9\x22\x80\x34\x65\x44\x5a\x91\xbd\xb2\x3a\xe7\xce\xda\xe8\xf4\x3b\x19\x16\x7b\xf7\x6f\x1e\x58\x8d\xc2\x98\xa4\xec\x0c\xb4\xa4\xf3\x8d\xe3\xb5\x25\x10\xae\x69\x2e\x20\x08\xaa\xa9\xcd\xaf\xa2\x39\x4d\x0a\xdf\xc5\xd7\x07\x7e\x98\xba\xc9\x84\x3c\x92\xc4\x40\x40\x46\x02\x02\x17\x8c\xd5\xf0\x1b\xf4\xbf\x4c\xb9\x1b\xf4\xed\x88\x7d\x04\x36\x9c\x24\x0b\x00\xa8\xf1\x2d\x63\x55\x69\xe6\xa1\x71\x00\xca\x86\x62\xa1\xf2\x40\xcc\x5e\xcf\xf1\x23\x19\x31\xd7\xcc\xff\x42\x0f\xe8\x0f\xe8\xdb\x36\xf5\xce\xc5\x1f\x3c\xb3\x9d\xe3\x43\xe0\xdd\x0f\x6e\x39\xcb\x28\x2d\xbf\x71\x66\x90\x92\x11\xb2\x21\x51\xcd\xe3\xcc\x51\xf6\xc8\xa3\x5a\x90\x4b\x78\x6a\xb1\x20\x4c\x8d\x19\x8f\xc9\x98\x34\xb8\x34\x97\x30\x09\x2d\x04\x5c\xf2\x98\xac\x74\x48\x7a\x66\xfa\x33\x98\x6e\x64\x3e\xf1\xdb\x01\xf9\x32\x3e\x39\xc2\x5b\x1f\xca\x94\xd6\x3c\x72\x0f\xe6\xb4\xc9\xb8\x37\x75\xa6\x5e\x59\xf9\xec\x00\x2e\x04\x3b\x80\x66\x87\x5e\x82\x95\x8b\x41\xaf\x1e\xc7\xaa\x23\x40\xbf\xac\x67\x6e\x2f\xab\x00\xa6\x0a\xa0\x84\x05\x9d\x51\x2d\xbf\x77\x77\xd8\x02\x27\xdc\xc4\x9b\x61\x30\x7b\x3a\xb9\x33\x8a\xa5\x70\x79\x8b\x87\x9e\xfe\x0a\x27\xe4\x84\xe7\x55\x01\xde\x2e\x00\x95\x61\x74\xbc\x95\xd5\x17\x9a\x0f\xcf\x4c\x04\x26\x99\x53\x93\xc2\x32\x38\xbd\x40\xfa\x74\xf0\xd4\xe4\x79\xc3\xa2\xe5\x6a\xce\x05\xfd\x47\x6b\x00\x57\xbb\x8c\x5e\x78\x5a\x8b\x78\x37\x33\xce\xb2\xb4\x0e\xc4\x6a\x44\x0a\x55\xd2\x4a\x9a\x74\x26\x34\xc9\x01\xd2\x48\xb3\xd9\x69\x9e\x18\x1c\xd4\x88\x8b\xd8\xd4\xe3\x93\xa5\xe8\x3a\xfd\x9e\x17\xef\xb1\xf2\x0d\x52\x8b\xfc\x62\x91\x56\x8d\x05\x67\xa9\x00\xfa\x97\x9c\xe4\x3b\x0a\x50\xb4\x05\x00\x5e\x28\xf2\xa3\xaa\x06\xe0\x99\x2c\x82\x82\xcd\xda\x68\xde\x5c\xac\xef\xdf\xf5\x4c\x65\x10\x33\xec\x2c\x8b\x3e\xa3\xda\xa8\xe4\xa6\x54\xcc\x5a\x16\x9d\x1b\x83\x24\xb9\x03\x93\xce\x4b\xc4\x73\xd4\x65\xa4\x06\xf6\x63\xc9\xef\xd1\x07\xb8\x56\x59\xc4\x33\xd9\x49\x1c\x24\x67\x45\xfa\x78\x46\x93\xc9\x06\x4c\xae\x2e\x54\x2f\x5b\xef\xc0\x80\xe2\xd9\x5a\x43\x30\xbb\xe2\x48\xcf\xfd\x49\x50\x00\x5c\x58\x14\x2f\xfb\xaa\x48\xee\xba\x08\x79\x8c\x96\x52\x8c\x58\x0b\x71\x1d\x6e\x09\x17\xcd\x3c\x7e\x0d\x03\x84\x6d\xa8\xdc\x75\xdd\x6f\xdf\x76\x22\x0c\x4b\xda\xd7\x23\x51\xcf\xb6\x5c\x79\x18\x3c\xb0\xee\xeb\x18\x10\xbd\x68\xf3\xcc\x27\x63\x2d\x0a\x09\x2e\xb2\xb5\x49\xe4\xb6\x6c\xaa\x5c\x9b\x2e\x4c\xdf\x63\xf0\x73\x6f\xed\xde\x09\x5c\x00\x45\xba\x86\xc9\xd3\x73\x19\xd6\x2f\x64\xc8\x84\xc8\x81\x72\xa6\x60\x10\x38\xd0\x96\xe1\xfb\xac\xfc\xac\x40\x34\x75\x1c\xa9\xe3\x50\x96\xba\x4b\x3b\x3a\x3f\xc1\x42\xb6\x8c\xbd\x5e\xd8\xa8\xcf\xb2\xdb\xd0\x27\xba\x16\xa1\x76\xb6\xec\x8c\x12\x18\x12\x08\x20\xec\xfb\x67\xa3\xe5\x51\x69\xac\x30\x0e\xb9\x34\xcd\xd4\xc2\x02\xdd\x03\x6f\xb6\x10\xd8\x6a\x8e\x99\x4d\xe2\x6f\x72\x51\x56\xf9\x74\x5c\x72\x52\x36\x75\x06\x1d\x59\xd5\xb6\xb1\x49\xb7\xd0\x61\x16\x51\x25\xa9\xa2\x2d\x22\xc1\x94\xbd\x19\xe3\xa4\xd5\x9e\x32\xe1\x3c\x21\x98\xb5\xa9\x9d\x8d\x8f\x6b\xd6\x57\x1a\x26\x52\x58\x3c\x1f\x25\x72\xa2\x75\x6e\x9c\x24\x95\x79\x61\xa8\x5c\xab\x7c\xdd\x80\x49\x51\x9f\xa7\xbb\xc3\xd4\xe4\x2e\xaf\x13\xa1\x67\x3e\x58\x4a\x45\x36\x1f\xda\x55\x56\xed\x94\xfa\x1b\x86\x7f\x35\x26\x4a\xaf\x1a\x58\x98\x5e\xbd\x54\x84\x28\xa7\x28\x6f\x36\x44\x49\xa2\x5c\x50\xb5\x18\x5b\xc3\x53\x77\xa6\x75\x6b\xbf\x3c\xb5\x1f\x76\xd1\xea\x4e\x90\xeb\xcf\x19\xba\x40\xbc\x11\xd4\x80\x22\xdb\x29\x74\xd9\x6e\xad\xa9\x35\x26\x50\x2e\x5b\x58\x97\xc1\xd9\x6d\xa8\xba\x8b\x4d\x87\x67\xc1\x56\xc7\x7c\xea\x72\x23\xbb\x2f\x6c\x15\x85\x76\x0d\x8b\x9d\x43\xd4\xca\x04\xe5\xc2\x82\xbd\x76\x09\xac\x4a\xf1\xe7\x71\x86\x05\x4e\x12\x92\x50\x99\x6e\x6e\x5f\xfc\xe3\x77\x4b\x47\x7b\x6a\x40\x89\xa5\x85\xf8\xfe\x4c\xd3\x3c\x0d\x2a\xa2\x03\x12\x52\x80\x67\x62\x4d\xf6\x36\x8f\xd3\x0d\xb0\xb8\x68\x98\xa2\x22\x40\xa8\xd1\x3a\xb1\xc7\x2a\xb3\xea\x32\x8e\xe6\x50\xa9\x76\x8a\xa9\x60\x44\xca\x23\x74\xc9\x15\x39\x41\x9f\x70\x76\x07\x0a\x9f\xa9\x12\x32\x33\x16\x5a\x2c\x91\x96\x9c\x72\x46\xd5\xc1\x88\x59\x80\x33\xb7\x2a\xc7\x11\x67\x06\xe4\x26\x82\x85\xf5\x4d\x80\xc9\xd1\xa1\xbd\x28\x53\x38\x40\x53\x49\xcb\x62\x0b\xfc\x34\x0e\x22\x28\xc7\x26\x42\x7d\x0d\x3a\xbe\xc1\x4f\x26\x66\x18\x0a\x3b\x9a\xaf\x97\x48\x8f\x36\x28\xc7\x82\x42\x1b\x6c\x27\x17\xbc\xc0\x01\xa2\x94\x20\x0f\x67\x6f\x22\x24\xbf\xa2\x47\xe4\x08\x7d\x9f\xf0\x89\x3c\x40\xd2\xe3\xa0\xb9\xba\x93\xf2\xc0\x38\x49\xe0\xdf\x26\x9b\xe4\x6b\xb7\xfa\x05\xdf\x87\x4a\x0e\x53\xfa\xd9\x54\xf2\x97\x7f\x3c\x39\x3e\x4e\x17\x87\x93\x3c\x7a\x20\x4a\xff\x05\x32\x45\xe3\x0a\xd9\x74\xc0\x31\x6e\xca\x49\x5d\xb5\x3a\xf5\x7c\xd6\x4e\x14\x69\x91\x10\x2c\x46\x86\xbe\xd2\x7d\xad\x1c\x97\x9d\xc8\x59\x73\x21\x10\x3b\x65\x91\xb7\x1d\xaf\x12\x86\xd6\x33\x5e\xbc\x03\x83\xae\xe9\xce\x47\x19\xba\x6b\x9a\xe0\x99\x31\x0c\x16\xe6\x6c\xb8\x6b\x9d\x82\xa9\x08\x73\x2e\x52\xca\x66\x49\xd9\xb8\x76\x95\x52\x4b\x45\x7a\xee\xe0\xf3\xd7\xa7\xac\x1c\xe9\xf4\xde\xb9\xc4\xc0\xb5\x65\x4d\xfe\x47\x23\x36\x90\xe8\x89\x98\x12\x3f\x90\xd6\x04\x16\xf2\x9c\xca\xb9\x4f\x6a\x02\x9b\x1d\x34\x6a\x10\x8e\x74\x4f\x5e\x79\x81\xa4\x0d\x08\x82\x35\x3e\x04\xab\x05\x41\xad\x4d\xdd\x30\xa4\x45\xbb\x60\x36\xf4\x24\x70\x96\x11\x31\x62\x16\xad\x06\x30\xd9\x38\xb7\x81\x0a\xeb\x81\x74\x94\x43\x6c\xa1\xf2\x52\x0a\x82\xb7\x2c\x0a\x4c\x38\x3d\xdd\xab\x3d\xa5\xeb\x01\x40\xa2\xe0\xe3\x98\x13\x19\x18\xe0\x90\xd7\xa3\x13\x3a\x25\x9a\x6b\x8f\x98\xde\x9d\xd0\x58\x68\xb0\xa6\x1c\xf4\x94\xee\x34\x12\x5c\x4a\x1b\x35\x6b\xda\x59\x9e\xfb\xb0\x05\xac\xbd\x01\xcc\x32\x35\x11\xab\x00\xf7\xc1\x33\x07\x75\x6f\x1f\x36\xa2\x99\xb5\x36\xb5\x12\xd8\xbe\x58\x8b\x35\xa0\xed\x8f\x4f\x2f\xce\x3d\x9e\x73\xa5\xeb\x3a\xb6\x7d\x08\x32\xd6\x8e\x6e\x5f\x9f\x71\x80\x73\x5f\x69\x62\x09\xd2\xfd\xea\xcd\x2a\xc7\xea\x6d\x93\x11\x5c\xd9\xfa\x55\x7c\xb3\x42\x33\xab\x42\x4a\x77\xb4\x4d\x2d\x09\x06\x11\x5c\xb4\xcf\xed\x1d\x83\x0b\x4b\xbf\x25\x15\x4e\xb3\x30\x5d\xca\x61\x2e\xd8\x69\x9a\xa3\xd6\xa6\x55\xbd\x28\xb4\x57\x84\x8d\x27\xba\x3a\xb8\xda\x56\xac\x67\xad\xbe\xb3\x88\x61\xbb\x08\x41\x7c\xb9\xfc\xc3\x64\x51\x44\xdc\x48\x7b\xe7\xf9\xa2\xd4\xcd\x36\xbb\x09\xf1\xe8\x68\xad\x1b\xba\x6d\x82\x91\xd3\x21\x90\x20\x58\x5a\x57\x2a\xe4\xe1\x54\x62\xf4\xd7\x30\xab\xf9\x31\x9b\x4c\xbe\x43\x8f\x47\x18\x5c\x35\x16\x62\x3b\x72\x07\x91\x0a\x41\xa0\xb4\xb7\xc1\x78\x3e\xaf\xdc\x2e\x00\xc7\x2d\x08\x8e\x17\xc1\x8a\x78\x67\xa1\xe9\x19\xcc\x0a\x92\xa6\x5a\xf1\x01\x91\x8e\xf1\x43\x9e\x39\x59\xaf\xf4\x16\x80\x49\xd2\xa9\xbe\xb1\x02\x57\xa3\xfe\x82\x1d\x42\xcd\x5a\x2d\x1b\x37\xc4\x59\xb9\x46\x20\x2e\x0b\x20\xa6\xe7\xc4\xde\x70\xa3\x77\x83\xef\xaf\x6e\xee\x86\x67\xa3\x77\x45\x64\xad\x4b\x1d\x71\x52\x8e\xc7\xba\xe3\x6c\xc4\x7c\x30\x9c\x07\x8f\x81\xbd\x44\x38\x8e\x0b\xe8\x2e\x2b\x7c\x9b\x58\x9e\xa5\x1c\x39\x38\x15\x2b\xc3\xe0\x96\x34\x73\x0f\xf9\x03\xfb\x7a\xb2\x96\x98\xbd\x4b\x27\xc7\x64\x41\x2c\x09\x57\xdf\xd1\x65\x13\xc2\x52\x28\xa3\xa3\x10\x5f\x01\x97\x91\x27\x27\x63\xc2\xed\x7c\x8c\xcd\x25\xbc\x1e\xb7\x73\x1b\xb2\xc1\xa6\x7e\xa0\x9f\x49\x7c\xd3\x22\x55\xed\x24\x1a\xbd\x53\x14\x4f\xe3\x2e\x68\xbd\x75\x8d\x4d\xf0\x53\xb9\xd7\xdf\x75\x67\x4b\x86\xbd\x55\x90\x23\x00\x36\x42\x21\x8c\x22\x22\x14\xa6\x0c\x4d\xe1\x60\x6b\x5d\x19\x30\x09\x08\xf8\x9f\xbe\x43\x29\x65\x90\xf5\xbb\x6c\x69\xef\xcb\xf3\x58\xa7\xc4\xe4\xf9\xe5\xfd\x5d\x49\x54\xfd\xe1\xea\xbe\x5c\xdf\x6c\xf0\xcb\x52\x59\xb5\xd2\xc2\x32\x47\x7f\x30\xc5\x22\x83\xc8\x02\x68\xf8\x95\x69\x9a\xe8\x47\xa2\x7e\xd2\x7c\x99\xb3\x5d\x84\xd7\x5a\x39\x0b\x9c\x1e\x64\xfc\x68\x1a\x5e\x83\x0c\xec\x50\x96\xc4\x50\x3b\x49\x0e\x7a\x40\xb6\x87\x30\xa1\xf7\xc8\x54\xf2\x82\xca\xfe\xa0\xae\xb9\x40\x15\xad\x2f\x71\xa6\x97\x6b\x04\x6f\x23\x55\x6b\x8e\x4f\xcd\xc7\x9d\x02\x27\x6f\xc2\x70\x49\xdd\x56\xb1\x94\x68\x70\x7d\xde\xb0\xd6\x17\x55\xbb\xf0\x97\x85\x53\x99\x78\x13\xf5\xae\x21\x2a\x83\xbc\x97\xbd\x40\xa7\xb4\x33\xdd\x0e\x98\xd2\x78\xf2\xae\xcb\xee\xc1\x67\xbd\x86\xb7\x90\x67\x4b\xf9\x6c\x56\x31\xd8\x0d\x98\x46\xb1\x0c\x6b\xa2\x69\x84\x03\xb2\xf1\xc5\x21\x82\x44\x3d\x78\xed\x20\x44\x94\x30\xb5\x54\x9d\x2f\x72\x67\x28\x1b\xc5\x6c\xba\xc0\x6c\xfc\x64\x28\xda\x67\x61\x43\x5e\xb9\x03\xce\x77\x41\x67\x36\x29\x32\x9c\x6e\x48\x6d\xeb\x21\x73\x14\xe3\x73\x36\x2d\x5b\xfc\x05\x67\xd8\x2a\xc5\x20\xe1\x3b\x84\xb2\x26\x00\xf4\xa3\x11\x0b\xbc\xd0\xd2\xc8\xe4\xfa\x8c\x38\xd4\x41\xa8\x4c\xa2\xd9\xa9\x8d\xfe\xf6\x37\x73\x69\x07\xaa\xb9\x97\x6a\x5e\xc6\x0d\xac\xf5\x63\x4f\xa7\x9c\x63\x97\xe1\xe2\xd4\x7b\x1b\x60\x12\x1a\x3f\xa0\xbd\x00\xc8\xcb\x76\x4c\x1e\x89\x0d\x4a\xc1\x01\xac\x78\x90\x15\x19\x73\x22\xd9\x7b\xe5\x73\x88\x68\x62\xb1\x0e\x71\xd5\xe6\xa7\x45\x0e\x4c\x6d\xcb\xcb\x0f\xf8\x0e\x60\x3f\xd6\x95\x6a\x83\x63\xb5\xd2\x86\xe2\x1c\x37\x40\x09\x61\x80\x01\x74\xda\x86\xd1\xf1\x39\x23\xd1\x26\xd8\x04\xd7\x58\xe0\x94\x28\x22\x96\xc5\x18\x94\x8b\xfe\x80\xff\xdc\xed\xa0\xed\xd7\xec\xa2\x41\xb8\xab\x42\x21\x7a\xd5\xeb\x62\x15\xd6\x80\x9f\xc5\x5a\xb0\x2a\x7a\x1a\x3f\x59\x48\xbf\x35\x67\x61\xfb\x29\xa6\x61\x43\x28\x02\x68\x89\x6d\xe7\xf4\x32\x39\xf6\x77\xb5\x6c\xf5\x52\x0c\xc0\x9e\x24\xd7\xaf\x1e\x65\x5b\x56\xfd\x2a\x5e\xba\x13\xde\xed\x42\x67\x5d\x6e\x56\xe5\x50\x95\x82\x72\x81\x4a\x40\xde\x37\x09\xe6\xcd\x99\xf1\x20\xb4\x34\x85\x3d\x05\x09\x06\x16\x37\xa9\xb0\x36\x5a\xc9\xaa\x8a\x1a\x5b\x59\xae\x15\x3c\x6e\x57\x59\xc3\xbd\x44\xb3\x6b\x89\x66\x0d\xdb\x9e\xa1\x4e\x22\x2a\x00\x06\xb6\x38\x8f\xcd\x3c\x2d\x4f\x10\x82\xda\xed\x15\x69\x2b\x7c\xc0\xd5\x4f\x99\xff\x57\x99\x83\x3b\xa2\x0e\x49\xb5\x29\x5b\xe7\x28\xf0\x8f\x80\x7b\x24\x09\xa5\x01\xeb\x2c\x87\xd1\x9a\xd8\x26\x63\x82\x3e\xbf\x34\xde\x15\xc8\x9a\x5b\xf0\x1c\x3d\x51\xa9\x75\xe1\x11\x83\xe0\x1f\x6f\xaa\x56\xdc\x96\x18\x3e\x80\xb7\x20\xbf\x56\xe6\x93\x94\x2a\x84\x83\x19\x96\xec\x65\x07\xf6\x3c\xeb\x0f\x60\xc6\x8d\x09\x9c\x4d\xd8\x0f\x2b\x0e\xcd\x06\xc6\x9f\xa2\x91\x6d\x73\x34\x83\x40\xc5\xe7\xcd\xd2\x0c\x34\x9e\x50\xc3\x6c\x3c\x73\x7d\x9a\x26\x6a\xb6\x36\x58\x34\x3a\x80\x0c\xa4\x52\x55\xee\x16\x8b\x41\xb7\x22\x45\xb3\xd8\x88\x4e\x39\x9a\xc5\xeb\xbb\x48\xd2\x6c\x83\x07\x5e\x96\xb4\xe3\x3e\x69\x31\xce\xba\x64\x30\xc5\x5d\x34\x6c\x28\x29\x5d\xb7\x4a\x4a\xfb\x06\x97\x53\x44\xf9\x6e\x1e\x33\xba\x8e\x3a\x58\x04\xfe\x87\x54\x14\xe4\xf1\x94\xc1\x06\x48\x95\xf3\x33\xae\x20\x58\x3b\x82\x52\x5b\xb5\x04\xa2\x11\x6b\x96\x40\x96\xf3\xc4\x6d\xe3\xae\x77\x0a\xab\x13\x9c\x3f\x37\x0b\x6b\xd1\xfa\xd9\x47\xae\x18\x65\xd9\x16\xcd\xaa\x8a\x98\x85\xff\xa9\x45\x01\x01\xc1\x63\x93\x4c\xb6\x86\x53\xd9\x31\x2a\x7a\xe5\xb9\xb0\x97\xee\x0e\x55\xbb\x1a\x77\xee\x1c\x44\xee\x65\x64\xcb\x8d\x5d\x14\xa4\x53\xe3\x2b\x6e\xc4\x4d\xaa\x47\x00\x5a\xdd\xce\x30\xf6\xaa\x69\xaf\xba\xf1\x03\x70\x3d\xda\xa1\x63\x13\x86\xe1\x91\x5f\x2b\x5b\x52\x9a\xb0\x2d\xb2\xf6\x0c\x93\x5e\xb7\xe2\x47\xe0\x0a\x13\x36\x84\x8f\x86\x76\x03\x28\xf5\x61\x23\x9f\x2a\x7c\xd8\x8b\x76\x39\x8b\x89\x60\x04\xab\xf9\xcb\x05\x4e\x9f\x6e\x6b\x9c\x7e\xb1\x20\xea\xd3\x9d\x94\x7b\xaa\x04\x26\xaf\x19\x93\xbc\x46\x80\x6f\x51\xfc\xa3\xa6\x38\x36\x55\x4d\x2c\xb0\x0d\xd6\xa1\xd2\xad\x62\xab\x9b\x95\xb9\xe7\x89\x32\x6f\xb0\xfa\xd4\xe2\xcb\xf5\x61\x0f\x4b\xa6\xac\x58\x92\x2f\x22\x9c\xfb\xf9\x23\x8c\x97\xd5\x4e\xc9\x83\xa0\x63\xa8\x90\xa3\x30\x65\x96\x7b\x2d\x8b\x33\x36\xe5\xe5\x9b\x42\x8b\xf7\x3e\x68\xfd\x8b\x8f\x59\xef\x23\x98\xdf\x64\x04\xf3\x32\x53\x97\xf7\xbe\x40\x81\xde\x12\x4a\xbe\x91\x11\x57\x68\x0c\x9b\x47\x16\x3b\x6b\x51\x18\x96\x61\x7f\xb1\x3f\x34\x46\x66\xd4\x3e\xab\xce\x36\xb4\x5c\xb1\x45\xd5\x00\x8c\x45\x9c\x58\x28\x1b\x1b\x37\x59\xb6\x34\x2c\x33\x8a\x8d\xd8\x0f\xfc\x89\x3c\x12\x71\x80\xb0\x42\x29\xd7\x8a\x62\x10\x09\x01\x34\x59\x42\x45\x35\x1e\x6f\x8c\x2e\x71\x4a\xe2\x21\xa8\x1b\x41\x74\x95\x35\xcd\x59\xa7\x5a\x13\x62\x1b\x80\x8f\x99\x6d\x70\x1e\xf2\x11\x33\x11\x4f\x26\xca\x06\xee\x05\xea\x26\x06\x42\xcb\xef\xbd\xcb\xef\xf7\x47\xe8\x4e\xf3\x22\x2a\xcb\xe3\x0d\x00\x5c\xda\xc6\x36\x62\x33\xc1\xf3\xcc\x5b\x4b\xf8\x04\xcc\x34\x86\x84\x1b\x5c\x7e\x30\x18\xe7\xef\x8b\x70\xac\xb5\xae\xe5\x84\xf3\x2a\xc1\x70\x1b\xa1\x20\x84\x04\xa4\xd9\x8a\x8f\xf0\xb1\x11\xb7\xc6\x53\x17\xe4\x7e\x2f\xc3\x72\x7d\x26\x37\xe2\x19\x91\xa0\xff\x7b\xfb\x6a\x29\x0d\xb0\x9c\x6a\xda\x38\xce\x65\xd6\x2f\x6f\xa1\x76\x56\xdc\xe6\x2c\xd6\xa2\x73\x1b\xdd\xe3\xea\xc7\x03\x01\x3f\x9b\x5d\xac\x73\x10\x5f\x1b\xbf\xb8\xce\x45\xc6\xe1\xd6\x4d\x16\x2e\xeb\xd6\x82\xc5\x64\x3c\xcb\x4d\x04\x13\x0d\x03\x5a\x1a\x29\x9b\x4a\xf5\x09\xab\x68\xae\x55\xcc\x02\x34\x65\x47\x91\x5d\x05\x57\x7e\x5e\x5b\x59\xc3\x0c\x4e\xc3\xde\x5b\x8c\xc7\x1d\x6c\xa7\xe6\x42\x76\x51\xbe\xf0\xaf\x24\xf1\x65\x8f\x1b\xeb\xc4\xb9\x4f\xec\x13\x3d\xd1\x55\x54\xb4\x6a\xfc\xdd\x68\xab\x5c\xb4\x63\xe7\x31\x63\x5b\x20\x00\x9c\x59\xcc\x8f\xe2\x45\x64\x25\xab\x46\x96\x93\x0b\xba\x59\x32\x82\x05\xda\x7d\xd4\x42\xa1\xb7\xad\xa5\x38\xd3\x02\xa3\xe2\xfa\x96\x14\x33\x23\xb3\x08\xa2\x72\xa1\xef\x91\x5c\x50\x77\xf6\x2b\x29\x7d\xed\xd4\x01\xb6\xa8\xe3\xb0\x28\x43\x84\x83\x7a\x35\xc6\xb5\x8b\x23\x95\x63\x1f\x82\x06\x34\x91\x50\xf6\xa0\x3b\x33\xe9\x8b\xce\x85\x2a\x88\x49\x63\x8c\x1b\xf6\x74\x25\x61\x6f\xb1\xcb\xed\xd5\x17\x57\x9d\x34\xca\x66\x01\xbe\x52\xb3\x3d\xb0\x0b\x7c\x72\xe3\x97\xdd\x20\xa0\x1b\x3f\x75\xb2\xcf\x26\xdf\x2e\xc1\xde\x68\xfd\x7c\x95\x00\x5b\x0a\xb7\xb5\x21\x8f\x56\x7a\x0a\x91\xaf\xac\xad\x06\x00\xec\x4c\x0d\x55\x6c\xa5\xa9\xff\xf2\x7f\x99\x72\x1b\x66\x69\xfe\x0b\x71\x31\x62\xe6\xf7\x03\x0f\x75\xad\x5f\x28\x30\xe4\x70\x4a\x0a\x94\x2d\x51\xc6\xe3\x81\x8c\x70\x8b\xa7\x62\xf0\x02\x3d\xd2\xaf\x1e\x43\x50\xb0\xb6\x56\xd9\x32\xc5\x0c\xcf\x00\x9d\xf0\x00\x62\xa0\x40\x5c\x2d\xac\x4b\x86\xa4\x4d\xc9\x24\xe0\x56\x9a\x59\xda\xb4\xbf\xa2\xf2\x1b\xf4\x69\x44\x59\x0b\x8e\x56\x38\xd2\x9b\xa9\xdf\x95\x1d\xdd\x4c\x62\xbf\x1b\xdc\xfe\x38\xbe\x19\xde\x5e\xdd\xdf\x9c\x96\xc4\xf6\xd3\x8b\xfb\xdb\xbb\xe1\x4d\xe3\xb3\x22\x65\xee\x2f\xf7\xc3\xfb\x96\x47\xae\x81\x8b\xc1\xf7\xc3\x8b\xf0\x95\xbf\xdc\x0f\x2e\xce\xef\x7e\x19\x5f\x7d\x18\xdf\x0e\x6f\x7e\x3a\x3f\x1d\x8e\x6f\xaf\x87\xa7\xe7\x1f\xce\x4f\x07\xfa\xcb\xf0\xdd\xeb\x8b\xfb\x8f\xe7\x97\x63\x17\x60\x1a\x3e\xfa\xf9\xea\xe6\xc7\x0f\x17\x57\x3f\x8f\x83\x2e\xaf\x2e\x3f\x9c\x7f\x6c\x9a\xc5\xe0\xf6\xf6\xfc\xe3\xe5\xa7\xe1\xe5\xdd\x52\x45\xa4\x79\x35\xda\x4b\xf2\x17\x17\x59\x60\x20\x08\xc4\xa4\xc9\xc2\x92\x36\xfd\x07\x98\xa9\xaf\x0d\x3d\x1e\x1e\xb8\xbf\x4c\x71\xc5\x43\xcd\x02\x9d\x07\xa4\xe0\x1e\x23\xe6\x5d\x54\xfe\x52\x55\x78\x26\x5d\x06\x64\x69\xb4\x27\x68\x00\x67\x05\x14\x86\x52\xa7\x90\x7b\xef\x47\xea\x9c\x9a\x40\x87\x09\x4d\x29\xf8\x37\xd1\x21\xaa\x6e\x78\xb9\x41\x3b\x27\x18\x82\xf5\xd0\xc4\xcb\x4e\x83\xac\x26\x57\x02\xa5\x9c\x20\xc7\xa1\x75\xb3\x7a\x5c\x00\x5f\xb7\x60\x38\xa5\x91\xf9\xa1\x82\xe0\x86\x8a\x4c\xf1\x6a\x8b\x25\x02\x2b\xb7\x3c\x27\xe8\xc7\x3f\x17\x83\x02\x6b\xb5\xb5\x28\xe4\xb5\xa2\x3c\xf6\x81\xc8\xcd\xaa\xae\x22\xcf\x52\x4f\xee\x98\x5b\x33\x22\x9c\x5b\x5b\xbb\x11\x5c\x0b\x39\x0b\xd0\x62\x4a\x7e\x06\x5b\x1c\x1a\x1d\xa2\x0a\x8d\x9f\xa0\x5b\xc8\x54\x97\x85\xea\xae\x77\x31\x4b\xf2\x19\xad\x95\x6e\x9d\x90\x39\x7e\xa4\xdc\x21\x60\x1b\xa0\x70\x58\x47\x2b\x5a\xa1\x43\xd4\x7a\x50\x4e\xd0\x20\x8e\x65\x99\xc1\x95\x28\xc7\xb1\xcc\xc3\xf2\xb0\x43\x80\x17\x16\x7b\xb6\x59\xa1\xa3\xe2\xc8\xc1\x8a\xed\x3e\x17\xbf\xce\x0e\xcb\x77\xef\x56\xd8\x86\xf2\x61\xec\x48\x79\xbc\x91\x30\x70\x87\xe5\x43\x43\x45\xe8\xc6\xfb\xd5\xa1\x22\x6c\xd7\x63\x7b\x19\xea\xc6\x4e\xfd\xca\x8e\xe1\xa0\x6d\xd6\x67\x2b\xb0\xe4\x8a\x2e\xdd\x8c\x93\x4a\xf5\x8f\xce\xfd\x95\xaa\x87\x3c\xbf\x65\xbf\x59\x1a\x83\x23\x39\xf6\xf4\xbf\xc6\x3c\xae\xe1\xd3\x2b\xff\xe5\x52\x91\x6d\x1c\xac\xdb\xba\xf6\xfe\x5a\xae\xa0\xb5\xf9\x2f\xa5\xc3\x1d\xa1\x73\x74\x17\x06\x01\xbb\x99\x46\xe0\xda\xc1\x94\x59\x44\x7f\xe2\x7d\x0f\xae\x86\xa5\x3e\xc7\xbe\xca\x0c\x9e\xf0\xc7\x92\x72\x99\x12\x29\x71\x0b\x6e\x42\x60\x12\xdb\x86\x31\xf8\x13\x6a\x3f\xec\x48\x4f\xee\x4c\xde\xe9\xaf\x96\x19\x7d\x6e\x42\xcd\xd8\x4d\x54\x0b\xac\xb1\x8b\xa9\x44\x57\x26\xb3\x4a\xf3\x97\x83\x22\x6c\x82\x8b\x20\x9a\xa4\xcd\xd4\xdf\xd1\xac\x56\x5d\xb0\xc6\x42\x0d\xa1\xbb\x66\xfd\x68\x8b\xa0\xf5\x8d\x41\x35\xad\x0d\x1d\x97\xd7\x67\x0d\xaa\x2b\xf9\xb6\xc2\x22\x96\xa6\x5e\xb3\xa9\x90\x1d\x8c\xf4\x00\x61\x93\xd0\x56\x48\x53\x32\x8f\xe6\xc6\xa3\xa0\xaf\x8c\x83\x11\x7b\x0a\x36\xa4\x14\xf2\x39\x08\x5b\x02\x30\xb8\xcf\xfa\xb8\xd1\xc7\x52\x20\x2d\x88\x8c\x14\xa2\x3a\x03\x42\x30\xce\x9f\xa2\x02\xc5\x0a\x02\x0f\xf6\x6b\x0b\x52\xdf\xa0\xdc\x50\x43\x45\xec\xa6\xa2\x43\x7e\x6e\x41\xad\x9f\x2d\x34\xe5\xae\x43\x08\xca\x0d\x35\x8d\x60\x07\xd5\x86\x5e\x14\x21\xd4\x27\xe6\x99\x3c\xce\x74\x62\x53\xe5\xf5\x74\xdd\x6a\xff\xc1\xcd\xe8\x0f\xc6\xef\x90\xb7\x60\x2b\x04\xad\x79\x90\x50\x74\xa8\x65\x56\x97\xf3\x6b\x9d\xee\x12\x1d\x1a\xd0\xa7\xf7\x10\x53\x37\xb8\x3e\x7f\x7f\x80\xde\x87\x79\x45\xef\x37\x3a\x80\x76\xdc\xb6\xe2\x10\x68\x53\xa5\xe0\xf2\xf2\xb1\x83\xbd\xaa\x9c\x44\xbb\x67\xf6\x20\xa2\xb6\x73\xa8\xbf\x2c\x7d\x03\x8e\x48\xa8\xa0\x63\x7c\x75\x3e\xb4\xd5\xba\x80\x8c\x8c\x4b\x65\xc3\xda\xc5\x23\x36\x59\x54\x9d\x3c\x07\xde\xcb\xd3\xf9\x94\x6e\x5d\x15\x46\xb7\x57\x4f\x44\xdd\x71\xc8\xe5\xf2\xfb\x60\x45\x6a\xeb\xc0\x57\x6b\x2f\xb8\x58\x9b\x47\xba\x8f\x55\x6e\x9a\x55\xc9\x5e\xe6\x16\xb3\x71\x53\x56\xc9\x3f\x6f\x8d\xdc\x3a\x04\xf8\x0e\x9a\x56\xc4\xc6\x76\xb7\x08\xd7\x3d\x95\x3d\x2f\x95\xed\x22\xb6\xbd\x3c\xb8\xf5\x2f\xd0\x53\x23\xc7\x05\xcd\x38\x83\xab\x56\x26\x3c\x83\x2f\x95\x0e\x5a\x5d\x73\x6f\x4d\x9f\x6f\xb0\x26\xab\x9d\xbe\xb7\x26\x70\xc0\xb8\x5d\xeb\x63\xad\x0e\x75\xa0\x6c\x1d\x03\x4e\x4d\x1e\x9b\xa2\x29\x39\x40\x9c\x25\x8b\x20\xd8\xc1\x9e\x57\x20\x37\x13\x8f\x62\x0a\x82\x9b\x4e\x2c\xd4\xd9\x5a\x89\xcf\x6b\x4a\xe3\x6d\x34\xb2\x45\xa4\xc9\xe5\xe0\xd3\xf0\x6c\x3c\xbc\xbc\x3b\xbf\xfb\xa5\x01\xc6\xae\xfc\xd8\x21\xd9\x05\x2f\xdc\xfe\x72\x7b\x37\xfc\x34\xfe\x38\xbc\x1c\xde\x0c\xee\x56\xa0\xdc\x2d\xeb\xac\x0d\x41\x2d\x97\x4d\xea\xdb\x3a\x28\x6a\xce\xcc\xdb\xd0\x7b\x1d\xeb\x2e\xe8\x84\x92\x16\xbc\x3b\x93\xe4\xcd\x62\x22\x50\x4c\x1e\x49\xc2\xb3\xc2\xac\xda\xb8\x60\x01\x10\x5e\x43\xfb\xcb\xc0\xf0\xa0\xcd\xea\x1a\x9f\x20\x53\x2e\x26\xa8\x98\xe7\x1b\x04\x91\x0f\x0b\xc2\xde\x2b\x44\x3e\x67\x09\x8d\xa8\x0a\x92\xc0\xb8\xb0\xee\x15\xe3\x3e\x84\x48\xc4\x15\xc4\xb5\xb3\x68\x94\x9d\xeb\xfc\xa1\x27\xbd\xae\xed\xfb\x13\xe5\x81\x99\x56\xd6\x20\xd8\x81\x62\xdf\xe2\x34\xae\xe1\x46\x6d\x30\xba\xe7\x30\x0f\xd4\xb3\x31\x6c\x22\x57\x0b\xa6\x54\xf3\x20\x57\xdf\x86\xcb\xe2\x64\x4a\xe7\x7a\x79\xa0\x4c\x37\x4a\x7d\xe5\x70\x97\x52\x6d\xae\x1d\x60\x2c\xd8\x38\xe5\x35\x03\x16\x6a\x70\xff\xec\xc1\x80\xa0\x23\x41\x52\xae\xb4\x02\x66\x22\x02\x0e\xb4\x50\x45\x71\x42\xff\x01\x68\x44\x82\x1c\x05\x11\x14\x90\xec\x15\x87\xc1\xfd\x16\x29\xe0\x68\xc4\xce\x86\xd7\x37\xc3\x53\xcd\x90\x8e\xd0\xbd\x04\xa0\xa1\xd2\xd4\xcf\x2c\x79\x1b\x71\x2c\x8c\x64\xa0\x4c\x2a\x82\xdb\x82\xc1\x88\x10\x5c\x74\xe7\x0f\xbe\xbf\x21\x7c\xd7\x4c\xde\xf0\xac\x64\x9b\x72\x06\x80\xcb\xd6\xc2\x8a\x41\x7c\xf8\xce\xd3\x6f\x6e\xf0\x53\x69\x45\x42\xa0\x05\x90\x44\xca\xab\xfe\x8c\xab\x0d\x38\x82\xdd\xe7\x57\xea\xf3\x1a\xbe\x5d\x36\xcf\x3b\x57\x1b\xdd\x83\x12\x1a\xdc\x42\x5f\xb4\xa0\x32\xcf\x56\x51\x51\xbc\x06\x28\x43\x85\xf4\x27\x64\x86\x19\x12\x39\x63\x15\x94\xca\xd0\xd2\x56\x0f\x9a\x59\xf7\xa8\xea\x35\xc3\x29\xcf\x19\x28\x0d\x10\xc6\xda\x30\x18\x99\x11\xa6\x56\x0c\xe6\xb5\x20\x37\x2a\x43\xdd\x5f\xd4\x8d\x86\x81\xb6\x01\x6f\x34\xf9\x93\xa0\x7a\xe3\x7a\xd7\xb2\x0b\xca\x2b\x39\x95\xf4\xa1\xf2\xf7\x73\xb3\x96\x8d\xe5\xc3\xd6\xdd\xdd\x61\xf9\xb0\xba\xab\x98\x44\x0f\xeb\x5e\x36\xd5\x2c\xbc\xc4\x16\xbf\xac\x19\xfb\x16\xfa\xa9\x45\xd6\x87\x9a\xa7\xd1\x03\xfa\xe1\xee\xd3\x05\x9a\x52\x2d\xf7\xea\x6b\xe5\x12\x6b\x19\xfb\x5e\x24\xbe\xa0\xb4\x91\x41\x72\x91\xf8\xbb\x17\x36\xde\x89\x52\x81\x94\xa0\x6f\x34\x3c\x23\xce\xd8\x2b\x2c\xae\x5a\x05\x59\x5f\x60\x16\xf3\xd4\xcc\xe3\x58\xe6\xd3\x29\xfd\x7c\xa4\xb0\xf8\x7a\x0d\x89\xe6\xb4\xe4\x60\xab\x90\x91\x0d\x9f\xb4\x30\x7f\x60\x55\x58\x29\x27\x0c\x1f\x09\x53\x3b\x11\xb2\xa1\x89\x86\x2c\xe3\x6e\xa6\x72\x53\xea\xea\xfc\xac\xe0\xd0\xbe\xe4\x72\x10\x9a\xa3\x04\x86\xcb\xca\x66\x76\x58\xbf\x70\x9b\xb7\xfa\xb1\xb3\x03\x14\x5e\xad\xaf\xcb\x8a\xf8\x6e\xbb\xda\x45\xc9\xcb\x22\x36\xd3\xc1\x64\x6f\x88\x3b\x22\x89\x51\xc5\x83\x7c\x77\xab\x61\x55\xf7\xdc\xf4\x39\xc7\xb2\xda\xe5\xca\x2d\xdf\x00\x64\xa3\xd4\xcc\x47\x02\x39\x68\x3b\x29\x43\xbf\x46\xae\x31\x0c\xe4\x5e\x24\x10\x07\xbc\xd4\x14\x63\xca\x6d\xea\xe3\xeb\xc5\x13\xdc\x41\xd0\x34\x83\xd1\x92\x0f\xc9\x04\x81\x02\xd0\x27\xe8\x3a\x21\x5a\x7c\xc8\xb5\x08\x91\x27\x89\x03\x24\x5a\x2e\xe2\xac\x05\xa2\xf5\xec\xf3\x0a\x04\xe8\x25\x13\x73\x80\x5c\xcb\x67\x16\xac\xc1\xee\x33\xc4\x83\xf5\x05\x3b\x28\x58\xc3\xca\xaa\x10\x30\xe0\x85\x09\xfe\x04\x7b\x08\x2e\x71\x63\xfa\x0f\xcd\xe6\x05\x91\x73\x9e\x2c\x9d\xc2\xda\x30\x67\xeb\xcc\xc1\x2d\xe5\x33\x4e\xc2\x46\xde\x8d\xdb\x82\x83\x3b\x5c\xce\x67\xa6\x89\x46\x91\x60\xd9\x14\x3d\x92\xba\x0f\x61\xb0\xf0\x90\x36\x94\xcd\x0e\x0d\x1c\x73\x85\xbd\x28\x84\x6a\x2a\xec\xef\x85\x44\xbe\x30\x0e\x44\xff\x79\x50\xc8\xdb\xc7\xb5\x53\x25\x8b\xca\x37\x50\xd1\x7d\x3d\x2e\x6b\xb3\x1f\x8a\x26\xf4\x80\x9b\x59\x9b\x05\x51\x07\xb9\xcd\xc6\xb6\xc8\x12\xc8\x94\xdd\x62\x33\xe5\x46\x9d\xa2\x9d\x81\x6e\xeb\xc7\x29\xd7\xf0\x7e\x36\x77\x4e\x89\x5a\x4a\x13\xe8\x61\x8b\xd6\x87\x2d\xb2\x88\xfa\x9e\xf6\x00\x64\x4c\x09\xc8\x2a\x2e\x3c\x36\xd5\x4b\xde\x5a\x59\x57\xa5\xda\x94\x76\xa7\x53\x5e\x4d\xe9\x0b\x7d\xee\xcf\xb6\x74\xf9\xe8\xc9\x2c\xc6\x90\xa9\xb8\x4d\xd8\x47\x69\xfe\xc6\x5c\x0d\x6d\x92\x18\x99\xd4\x68\x03\xaa\x6a\xd7\xce\x9b\xea\x4d\x75\xfb\x11\xbb\xd1\xa3\x30\x5f\x14\xae\xff\xa2\x72\x34\x29\x6a\xdc\x4d\x11\xb6\x5f\xc1\xa2\xb7\x45\x5e\xc9\x71\x50\x38\xff\x19\xb3\xac\xbf\x37\xef\x98\x84\x6a\x0b\x28\xa2\xa7\x4a\xa7\x85\xde\xa8\x85\xbd\x68\x4e\x21\x9f\x39\x26\xd2\x5e\x1e\x54\xd9\x84\x75\x2f\x2a\xe7\xc4\x41\xbb\xc2\x67\x9e\x7f\x35\x31\x57\xa7\x99\x32\x67\x11\x92\x23\x16\xf4\xb1\x04\x09\xd0\x68\x87\x1b\x8a\xfd\xb0\xcf\x34\xf6\x9e\x16\xf8\xa7\xd9\xa1\x5a\x15\x7c\x3b\xbd\x14\x67\x60\x4f\x34\x67\x90\x4f\xfd\xfd\x73\x67\xc3\xda\x8f\x60\xc4\xff\xe7\xbf\xff\x7a\x44\xdb\xcc\xed\x72\x6c\x57\x60\x1f\x76\x72\xbd\x6d\x09\x77\x3e\x80\x28\x68\x49\x7d\x97\xf9\xc4\xe3\x07\x97\x42\xf5\x8b\x5f\xed\xe5\xa6\x89\x86\xab\xb9\xf1\x2f\x96\xc9\x1d\x8c\xf1\x22\x5f\x7e\xcb\x06\x2c\xae\xf0\x40\x17\x6e\xc6\x20\xca\xd3\x01\xd0\x9b\xe8\x3c\xdd\x7e\xe5\x42\xa9\x30\xa8\x00\x29\x6c\x9b\x68\xb8\x39\x96\xcf\x17\xf2\xd0\x58\xd5\xc3\x58\x29\xc3\x3b\x72\x55\xf0\x83\x19\xa4\xc9\xa2\xd3\xbb\x92\x4b\x22\xcc\x81\xf6\x90\x32\xa8\x5e\x7c\x16\x62\xdf\x56\xf8\x70\x48\x8a\xe9\x5a\x71\xda\xfa\xfd\x66\x94\xb6\x92\x11\x17\xcf\x88\x18\xc7\x79\x29\x28\x77\x55\xdb\xd7\xfa\xa3\xb3\x5c\x2d\x56\xb7\x2f\x13\x1c\x3d\xac\x83\x8c\xa7\xdf\x6f\x69\x76\xb5\x60\x18\x84\x4e\x94\x85\xc3\x16\xdc\x39\x52\xc1\x9d\xb3\xb1\x7c\x25\xad\x1d\x2e\x1a\x06\xd5\x83\x03\xe1\xde\xde\x44\x06\x1d\x17\x46\x8e\x26\x79\x61\xe5\xf0\x78\xe3\xf1\xd1\x88\x7d\x30\x80\xfd\xa0\x78\x98\x01\x44\x90\x48\x41\x3e\x67\x5c\x92\x52\x66\x4f\x03\x86\xb8\xcd\xcc\xb3\xc3\x68\x96\x49\x2b\xd5\x9b\xb7\x12\x49\x5f\x1d\x41\xb0\xbe\xe1\xf5\x29\x37\x53\xe0\x56\x52\x4f\x44\x33\xaa\x69\x67\xdc\x78\xd2\xd6\x9f\x7a\xd7\x12\x14\x45\xac\x0c\x60\xc9\xa8\x64\x71\x80\xfc\xf4\x2a\x04\x91\x90\x47\x02\x66\x4a\x18\x63\x88\x14\x5f\x36\x35\xb5\xb0\x93\x55\x07\xa8\x48\xab\x03\xb6\x80\xe2\xea\x08\xca\xc9\x47\x4d\xb4\x58\x4e\xab\xd8\x3a\x03\xa8\xc9\xe1\xbf\x86\x14\x3a\x08\x11\xf3\x17\x44\x21\xf2\x59\x11\x5b\xf0\xed\xce\xe5\x68\xd5\xc3\xba\x51\x73\x9a\x49\xbb\x88\xb4\x7b\xaa\xa8\x4d\xc4\x66\xe6\xba\x24\xb4\xd8\xdd\xfb\x36\x29\x6b\x8e\x59\x6c\x33\x0d\xad\x2c\xad\x65\x0a\x98\x9d\xb1\x03\xf9\x18\x6c\x9b\x2f\x17\x40\x0d\x9b\x36\x0d\x26\x32\x5c\x64\x4e\x2f\xd2\x92\x39\xb8\xad\xb9\xd0\x02\x6a\xce\x14\x4d\x34\x71\xd8\x31\x68\xad\x39\x67\x1e\xec\x0b\x22\x86\xdb\xf0\xa4\xa8\x94\x94\xcd\xc6\x76\x25\x5d\xd2\x5c\xb7\x8b\xa1\x4c\x53\x9f\x4c\x53\xe6\xc7\xef\x5d\x43\xcb\xed\xbc\x86\xac\x01\xeb\xc7\xa5\xeb\x81\x60\xcd\xb8\x9b\x8c\x05\x69\x72\x59\x7e\x63\x1a\x97\x0a\xd4\xc3\x44\xd7\x31\x52\x80\x58\x57\xcf\x8f\x2f\xae\x10\x69\x53\xf0\x4c\x62\x0d\x44\x40\xab\x96\x1c\x43\xd9\x9a\x5b\x78\xce\xbc\x88\x66\x0b\xc7\xf8\x0c\xea\x4a\x9a\x22\x76\xdd\xd9\x30\x6f\x9c\x24\x13\x1c\x3d\x78\x65\xc3\xab\xdc\x5c\x38\xe0\x6d\x2d\xa0\x42\x65\x21\x43\x5c\x7a\xa0\x11\x48\x37\xa1\x17\xc6\x20\xa4\xd8\x61\x17\x9d\xdb\xb2\xfe\xcc\x14\x9a\x07\xe5\xdc\x8c\xde\xc4\x8c\xc7\x24\x4b\xf8\x22\x6d\xb9\xcf\xaa\xa9\x59\xdb\x44\x40\xb4\x65\x86\xed\xf4\x2a\xab\x30\xbd\xb5\x2f\xb3\x5a\x9e\xc7\x0e\xf0\x7a\xd6\xe0\x92\x1f\x13\x3e\x01\x2b\x9f\xd5\xb2\x5d\xee\x42\x10\x42\x5f\x3d\xcf\xeb\x66\x54\x54\x4f\x24\x95\x59\x82\x17\xcb\x7a\x30\xb1\xfc\xcf\xbb\x6f\x26\xf7\x7b\xb5\x11\xac\x7b\x14\x6c\xe3\xe7\xcf\x81\x02\x7a\xe1\x24\x01\xf3\xae\xe1\x5f\x15\x63\x92\x49\xa2\x3a\xca\x04\xd7\x82\x02\x1f\x31\x85\x67\x6e\x73\xad\x70\xc9\x9f\x18\x11\x72\x4e\xb3\x52\xc5\xb1\xad\xc3\x6e\x2d\x45\xdb\xff\x98\x20\xd3\x35\x78\x27\xcf\x0e\x0d\xf2\x83\xa6\x0f\x99\xe1\xa8\x30\xfe\x45\x09\x96\x92\x4e\x17\x01\x60\x83\x8f\x60\x84\xb4\x98\xb2\xb6\x1c\x14\xf9\x69\x62\x34\x66\x7c\xbb\xc9\x58\xde\x3e\x5b\xeb\xbe\x7c\xfc\x68\x1c\x22\x63\x41\xfd\xf7\x1a\x3a\x87\xbb\xa9\x2d\x4a\x47\x2b\x9a\xa3\x49\xcd\xde\x2c\xc3\x78\x29\xa8\x4a\xbb\x19\xa1\x10\x26\xed\xb0\xad\x22\xe3\x81\x14\x42\x90\x11\x55\x4a\x51\x83\xcd\xd7\x8a\x93\x33\x7f\x6a\xe2\xf4\x20\x0c\x90\xab\x5e\x7c\x7c\x80\xe4\x56\xe0\x45\x5d\xe8\xe2\x8c\x24\x64\x27\x91\xac\x1b\x10\x49\xd5\xc3\x1e\x90\xc7\x52\xd2\x28\x80\xba\x57\x1b\x17\x36\x08\xb0\x6d\x81\x40\x69\x1e\xfa\xcf\x66\xa0\x36\xc6\xb6\x69\x17\xc1\xfe\x05\xab\xdc\x55\x77\x69\xc2\x52\x33\x2d\x58\x92\x2b\xba\x29\xd1\x55\xd1\xa9\x97\x57\xf6\x91\xd4\x5e\x39\x14\xb5\x36\xae\x8f\xa4\x4b\xc4\xc1\xca\x03\xb0\x11\x07\xaa\xf3\xe9\x6e\x74\x61\xfd\x84\x8a\xa3\x19\x51\xa6\xb8\xb3\xaf\x60\xfd\x96\x68\x62\x67\x81\xf4\x3b\x5a\xfd\xe6\x43\xbe\xde\xa9\xbd\x25\x4a\xba\x2b\xa1\x06\x4f\x67\x37\x67\x0f\xb7\x60\x3f\x8e\xa5\x11\x5c\xbf\x78\xb9\x65\xeb\xe4\x73\x3b\x32\x9b\x82\xfd\x1b\x12\xa8\xcc\x1c\x63\xfb\x85\x4f\xb7\x2e\x01\x0d\xe1\x12\x38\x9b\x59\xa3\xd7\xe7\x7a\x55\xd2\xfe\xd2\x45\xaf\xf5\x69\xbc\x3a\xaa\x82\xba\x7b\x79\x70\x3d\x79\xd0\x81\x17\xee\xe1\xe5\xdf\x76\x0c\xf6\xf3\xfe\xd9\x03\xe1\xb0\x76\x25\xee\x4e\x44\x7c\x43\x64\xb2\x17\x92\x62\x6d\x2b\x5e\x4a\x5e\x3c\x74\xe8\x31\x05\x16\xcb\xfe\x6e\xd1\x7e\x9c\xe4\x1b\xeb\x06\x7a\xbe\x0b\x76\x35\xbd\xec\x84\x3e\x00\x48\x11\x43\xbe\x69\x6e\x2b\x33\xc0\xe1\x0d\x42\xc6\x6a\xbe\x87\x15\xc1\x78\x76\x78\x9d\xc2\xf0\x6a\xcb\xf9\x1c\xdb\x6b\x93\x8b\x3a\x6f\xee\x73\x92\xda\xba\x63\xd9\x85\x8e\xf2\xcc\x5e\x1c\x4b\x8d\xc1\x07\x7d\x4c\x6c\xb7\x5b\xb4\x01\xb2\xc4\x6d\xd9\x2e\x0f\x59\x53\xe9\xa4\xed\xd3\xa3\x5d\xca\xd9\x38\x13\x64\x4a\x3f\x6f\x24\x8a\x5f\xc3\xa7\x56\xbd\xd4\xcb\x5c\x29\xc6\x04\xee\x19\x28\xde\x14\xc4\xed\xd9\x95\xb6\xd5\x75\x46\xac\xc8\x38\xb3\xe9\x66\x0f\x64\x81\xb8\x28\xfd\xb4\x29\xb8\xde\xee\x0b\x47\x99\x7d\x9d\x2b\x95\xc9\x93\xe3\xe3\x19\x55\xf3\x7c\x72\x14\xf1\xd4\x84\x9b\x73\x31\x33\x7f\x1c\x53\x29\x73\x22\x8f\xbf\xfb\xf6\xdb\x62\x8b\x27\x38\x7a\x98\x19\xb8\x92\xba\xdf\xa9\xb4\xe5\xb7\xf5\xe2\xaa\xeb\x97\x7a\x10\x9c\x8d\xc9\x67\x4d\xa4\x72\x53\x20\x9b\x7b\x49\x24\x1a\xfc\x7c\x8b\xe4\x82\x29\xfc\xf9\x04\x7d\xa2\x0c\x04\x90\x1f\x78\x2e\x24\x3a\xc3\x8b\x43\x3e\x3d\x4c\x39\x53\x73\xf4\x09\xfe\xd7\xfe\xf4\x44\xc8\x03\xfa\x85\x60\x61\xf7\xd7\xd6\x50\xf2\x15\x5e\xe7\x18\x72\x71\x25\x22\x8f\x7a\x85\xbf\xfd\x0f\x94\x9a\x96\x4f\xd0\x37\xc7\xdf\xfe\x07\xfa\x3d\xfc\xff\xff\x8b\x7e\xdf\xa2\xa9\xad\x07\x85\x03\xc5\x1b\x6f\xca\xee\xb8\x83\xca\x4a\x6d\x50\xcf\xf6\x54\xf0\x62\xa7\x1a\x5b\x7e\xa0\xd1\x03\x9f\x4e\xc7\x8a\xa6\xc4\xe4\x06\x8d\xb1\xa8\xc1\xa8\x6e\x88\x2b\x48\x6d\xf5\x4d\x41\x0d\xdc\xb6\xab\xad\x60\x3b\x35\x99\xd0\xee\xb8\xc9\xbc\xa8\x3e\x08\x41\x20\xa5\x8a\x8e\x54\xc2\x57\x24\xd6\xa7\x62\x9d\x80\x0f\x67\x9d\xa9\xd7\x08\x2f\x90\x03\xc2\x8a\xb2\x3e\x70\x2b\x8c\x42\x34\x81\x1a\x76\x21\x1b\x8f\x03\x04\x71\xf0\xad\x60\x25\x1f\x48\x2d\xd6\x73\xcd\x1c\x73\x83\xe6\xfd\x40\xda\xea\xcb\xc3\x4d\xf2\x6a\xb1\x52\x00\xcf\x6a\x19\x8d\xad\x62\xe1\xae\x49\x90\xfc\x6d\xe9\x4c\xab\x19\x10\x07\x1c\xfe\x15\xc0\x3c\xb8\x7f\x7e\xed\x36\x4b\x0b\x8a\xf2\xc0\x35\x04\x55\xd5\x6d\xc0\x77\x50\x0a\xcd\x44\xda\xd8\x16\x25\x51\x87\x26\xc2\xb4\xb9\x09\xbc\xf0\x2d\xf0\x60\xa8\xb6\x91\xb6\x48\x7d\xbd\x97\x58\x75\x0d\x99\x2a\x11\xcb\x95\xfb\xb4\x3b\x35\x0f\x90\xfb\x58\x9f\x08\x5c\x8e\xfb\x03\x1e\x16\xa6\x65\x7b\x8b\xa4\xc5\x7b\xb3\x81\xab\x5c\x08\x10\x3d\x21\xd5\xc3\x2e\xfa\x12\x9a\xbe\xaa\xcf\x70\x0d\x38\xaa\xe1\x5f\xee\x07\x17\xb7\x25\x04\xaa\xab\xbb\x71\xfd\xd7\xf3\xcb\xea\x3b\xe5\x5f\x86\xff\x7d\x7e\x7b\x77\xbb\x14\x8c\xaa\xd2\x68\x1b\x27\x98\xf3\x27\x28\x5d\xa6\xcf\x0a\x2c\x08\xae\x2c\x89\xbe\xde\x31\x73\xb8\xa2\xd4\x45\x84\x99\x20\x2c\x00\xa7\x8d\x9b\x93\x81\xeb\x41\xd2\x5f\x4c\xe4\x2b\x4c\xed\xb5\xa2\x5e\x65\xad\xf3\xd5\x01\xaf\xb7\x5c\x6c\xa5\x35\xaf\xc9\x8d\x1b\xca\xb2\x86\x15\xce\x21\xf5\x9c\x0b\x8f\xf2\x6b\xac\x5b\xb6\xe6\xe0\x6a\x5b\x34\x15\x26\x44\xb0\x1b\x93\xd1\x53\x3f\xf3\x9f\xac\x1a\x26\xc4\x0b\xba\xb7\x8b\x6a\x6a\x30\x5a\x7d\x12\x34\x53\x69\x18\x71\x03\x14\xe0\xaa\x0d\xbd\xf5\xe8\x0f\xd0\x38\x04\xaf\x42\xe2\x0e\x73\xfa\x89\x45\x26\x68\xdc\x4f\x00\x48\xdb\x05\x76\x62\x0d\x6b\x7f\x8b\x5b\xd7\x18\xcc\x0b\x41\xc1\x95\x6a\xa8\x54\x68\x10\x58\xdf\x29\x1b\xc2\x4d\x9a\x9a\x3b\x07\x48\x60\x88\xff\x54\x73\xcc\x8c\x29\x65\x8a\x23\xca\x66\x07\x01\xd2\x20\x00\x26\x84\x92\x4b\xd3\x4a\xde\x61\xf9\xb0\xdb\x98\xc6\xad\x6b\x10\xd2\xb8\xa8\x83\x65\xb1\x41\x8c\x0f\x85\xd6\x60\xd6\x14\x96\x0f\x6d\xe0\x38\x35\x64\xae\x25\xa3\xf3\x4b\xe1\xf0\xbc\x96\x8d\xcf\x25\x60\x93\x50\x75\x03\xd8\x7d\x57\x01\xd5\xe2\xf4\xb9\x1c\x3a\x0c\xf2\x26\x4d\x48\x5c\x05\xa8\xac\x8e\x7f\x15\x21\x18\xe3\x58\x10\x3d\x07\xf8\x85\x69\xc6\x21\x55\x66\x8a\x52\xcc\x16\xe6\x28\x69\x51\x0a\xcb\x07\xe9\x0b\x61\x22\x99\xe2\x24\x39\x40\x82\xe4\x52\x0b\xe0\x07\xfa\x22\x9b\x1e\xba\x52\x02\x31\x4a\xf8\x8c\x46\x38\x41\x93\x84\x47\x0f\x72\xc4\xf4\x55\xc2\x66\x46\x24\xcb\x04\x8f\x88\x94\x81\x04\x5e\x24\x67\xdb\x94\x39\xa8\x82\xa9\x88\x48\x29\xa3\x52\xd1\xc8\x4b\x1b\x1e\x0f\xc1\xd4\xdd\x8d\x30\x98\x7e\x21\x01\x11\x86\xab\x35\x02\x62\xc0\x0d\x73\x66\x8b\xce\x00\x43\xb7\x98\x65\x2e\x18\xbc\x8d\x7a\x77\x00\xc1\xe6\xb6\x67\xac\xca\xa7\x61\x05\x3d\x9f\xda\xcf\xe0\x0c\x2d\xa3\x98\x9b\x32\x39\x7b\x6a\xf0\x64\xee\x91\xbd\x1d\x51\x14\xa1\xee\x65\xa1\xce\x19\x98\xf6\x0c\x11\x0a\x86\xdc\x82\x03\xb5\x8a\xa6\xf5\x2a\xc2\xa5\x08\x75\x8e\xaa\xde\x71\xca\x40\xc2\x72\x72\xb9\xbe\x24\x1e\x35\x91\xb8\xe5\xd1\x6b\xaf\xaf\x92\x03\x84\x25\x7a\x22\x49\xa2\xff\x6b\x22\xdd\x0f\x3d\xf0\xbc\xe6\x87\xa6\x38\x00\x74\xe2\x58\x64\x2b\x45\xc1\x24\xf6\xa4\x40\xab\xbf\xa4\xd7\x65\x8b\x2b\x05\x09\xbd\x3c\x6b\xb2\x47\xbd\xd2\xad\x20\x9d\xa5\xb1\xd5\x75\x91\x25\x83\xaa\x91\x48\xb3\xd5\x52\x34\xa5\xf5\x1b\x8a\x83\xa7\x8f\xb4\x28\x46\x6c\x7b\x5b\x6a\xd5\xd4\x33\xea\x64\xd2\x0c\x89\x62\x63\x33\x7d\x65\x2a\x35\x78\x0c\x6a\x2a\xa9\x9b\x09\x81\x54\x9b\x47\x11\x21\x71\xa3\x3a\xa6\x47\xb4\x77\x20\x94\xd7\x58\xcd\x0d\xd2\x42\xca\x95\xa9\x85\x69\x40\x28\x9d\xb9\xd5\xa0\x16\x4e\x12\x3e\x81\x0b\x09\xf0\x29\x5d\xa6\x76\x90\xe5\x69\xe6\x4d\x62\xf4\x55\x70\xbf\x78\x14\x90\xaf\x9b\xd1\x12\x4b\x2b\xb2\x07\xd8\x94\x55\x3b\x6f\x2b\x42\x65\xb9\x9c\xdb\x11\xba\xae\x40\xd7\x04\x2b\x33\xc5\xfa\xda\x58\x0a\x83\xf4\x4a\x78\x96\x95\x49\x3c\xdf\x0e\xad\x89\x67\x59\xea\x73\x07\x78\x96\x95\x79\xb6\xa4\x92\xf0\xd9\xb3\xa6\xc0\xeb\x49\x5d\xf0\xee\xb6\x36\x03\xa1\x66\x44\xbc\x12\x09\xba\x03\xb9\x68\x22\xc4\xfd\xc2\xea\xac\x14\x3d\x7c\x5d\xac\xce\xca\x60\xf6\x19\xab\xb3\x32\xd4\xfd\xc5\xea\x6c\x18\x68\x07\xac\x4e\x13\x6b\x32\xd6\x44\xdd\x8d\x29\x40\x9e\xd5\x24\x9f\xde\xc2\xbd\xbb\x74\x8c\xa7\x26\x8e\xc5\x5c\x63\x4e\x94\xb4\xd0\xd5\x30\x5a\x9b\x92\xdb\x16\x9d\x87\xe5\x56\xb4\xe7\x9d\xc1\x54\x1a\x2d\x3e\x4b\x30\x2b\x5f\x1d\x29\x37\xac\x4a\x93\x9f\x61\x54\x4a\x60\x26\x61\xaa\x07\xd6\xba\xa4\x47\x61\xdc\x2a\x11\xce\x2c\xc4\x41\x5b\x45\x99\xfd\x49\xe6\x5e\x0f\x06\x15\xd0\x19\x4b\xac\xbe\x13\xb6\xda\xa7\x4a\x51\x06\x63\x0b\xf6\xba\x8c\x21\xc6\x56\xd2\x83\x4e\xc7\x56\xa1\x6f\x5b\x31\xca\x14\x99\x55\x45\xfa\xe2\xb0\x50\xa6\xfe\xf8\xdd\x4a\x0e\x64\xc0\x27\x9d\xe9\x20\x28\x8d\x60\xf1\x6e\x7c\x11\x26\x12\xa3\x68\xae\x95\x76\xa9\xb5\x6b\x3d\x1d\x73\xa3\x4a\x94\x62\xea\xf4\xfc\x5c\x82\x47\x79\x4e\xe5\x88\x99\xac\x43\x5b\x10\xf0\x08\x81\xab\xe5\x33\x4e\xb3\x84\x1c\x20\x3f\x3f\xaa\x29\x68\x94\x7f\xf3\xcd\x1f\x09\xfa\x06\xa5\x04\xb3\x92\x7d\x03\xb4\x7a\x7d\xe5\x01\xba\xa1\x9a\x93\x11\x6b\xdc\x0a\x34\xfc\x6c\x4a\x48\xb9\xb0\xd3\x73\x36\xe5\xce\x5e\x02\x75\x0c\x71\x34\x47\x32\x9f\x98\x42\xbc\x81\x7d\xcb\xe9\x79\x17\x7c\x06\xf1\x12\x70\x13\xbb\x41\x6f\x8c\xea\x5a\x61\x38\x1d\x51\x5d\x4b\x53\xeb\x51\x5d\x9b\x4f\xdf\xde\xa2\xba\x56\xf6\xbc\x1b\xaa\x6b\xd3\x96\x6f\x80\xea\x5a\x6a\xe6\x8b\x41\x75\xad\xac\xe8\x17\x83\xea\x5a\x99\x57\x8f\xea\xfa\x85\xa0\xba\xae\xe6\x23\x8d\xb8\xa5\xcd\x87\x77\x3d\xdc\xd2\x46\xfd\xaa\x9d\x45\x6c\x0b\x12\x05\xd2\xdc\x0b\xe3\x96\x96\x26\xd0\xc7\x68\xae\x1f\xa3\xd9\x48\x7c\xb6\x6f\x3d\x3c\x17\xb8\x59\xbd\xc8\x3a\x22\x97\x96\xf6\xa7\xb3\xe9\x73\x17\x94\xf8\xbc\x51\xc1\xe0\x81\xe9\x6a\x0e\x19\x94\x56\x51\x5a\xbc\x63\x2d\x19\x39\xc4\x39\xa3\x39\x85\xde\xe7\x9e\x72\x37\x88\x2e\xae\x2c\xaf\xf7\xd9\x18\x5a\xdc\xa5\x71\xbe\xa1\x98\xff\x16\xf4\xea\x12\x30\xd7\x74\x8e\xb8\x41\x80\x93\xa4\xd9\x30\x48\x53\xba\xab\x66\x57\x5d\x64\x1e\x4f\x0b\xb4\xa9\x5a\x6e\xa9\xbe\x9e\xcc\x70\x8c\x6c\x5c\x49\xa9\x05\xb0\x0f\xf3\xe5\x8c\x4a\x25\x5a\x23\x6b\x6a\x23\xdc\xc6\x0d\x9b\xe5\x2b\x8e\x54\xe3\xaa\xce\x36\xfb\x2c\x25\x29\x17\xab\xc2\x7a\x1a\xbf\xb4\x65\x48\x36\xf9\x94\x64\x73\x92\x6a\x21\x68\xbc\x6e\x23\x5d\xf7\xbb\x08\xf3\x33\xf9\x6f\x26\xd8\xb6\x44\x04\x81\x93\x55\xbf\x1b\x1b\x54\xcb\xce\xdb\xbd\xed\x36\x5b\xdc\xcd\x35\xad\xf8\x0e\x77\x78\xb9\xb5\xc4\xbe\x54\x72\xa5\x03\x7d\x37\x06\x6b\xf8\x58\x99\x0d\xc3\x31\x5a\xb0\x4c\xeb\x1d\x82\xb7\x56\x12\x71\x18\xca\xa8\x25\x0f\x69\x7d\x04\xe5\x75\xe7\x09\xa9\x59\xb3\xd7\x5e\x79\x69\x83\x38\x9f\xf7\x32\xf6\xe1\xcf\xdd\x2f\x64\xe5\xa7\x87\x64\x10\xd2\x2a\x69\x4a\x13\x2c\x8c\xd1\xd5\x54\x04\xc2\x0c\xe1\x29\x74\xb8\x00\x2c\x57\xc0\xb0\xd6\xea\xc1\x23\x4e\x68\x8c\x5c\x00\xae\x09\x8d\x31\x31\xa0\x68\x70\x79\x86\x4c\xc4\xe8\x26\xb1\xe2\xfe\x40\x79\x1b\xb0\x89\x16\xf5\x8b\x59\x84\xb2\x07\xa1\x5f\x98\xb9\x49\x11\x13\x30\x6e\x83\xc1\x9a\x36\xd7\x29\xae\x5b\xec\x6c\x2e\x5a\x43\x42\xbb\x18\x6d\x23\x95\xe3\x04\xb4\xe2\xb0\x10\x63\x65\xe3\xde\x4d\x16\x0d\x99\xa6\xdd\xbc\x02\x94\xa9\x3f\xfd\xfb\x3a\x31\x32\xa0\xc1\xd9\x43\x01\xc5\xa3\x70\x14\x11\x69\xec\xc8\x76\xb5\xf1\x84\x3f\x42\xdd\xa8\x6d\x8e\xac\xe6\x7c\x7a\xde\xfa\x3e\xf4\xe8\xcf\x71\xc1\x19\x8c\x74\x35\x17\x3c\x9f\xcd\x9d\xa9\x4a\xb3\x18\x3d\xb5\xa6\xbd\xfc\xa9\x66\x0f\x5e\x7b\x2f\xbf\xcf\x69\xb2\x99\x21\xf0\xb6\x54\x51\xeb\xe3\xf9\x1d\x92\x73\xcf\xdc\x26\xd0\x6c\xe3\xc6\xd6\x07\xdd\xbd\x4f\xfb\xad\xf7\x49\x40\x37\x07\x0e\xf1\x74\xca\x93\x04\xac\xea\x92\xa4\x8f\x61\x21\xfc\xb0\x7b\x98\xf0\x1d\x5d\x0f\xac\xd0\x0f\x00\xbe\x06\xdf\x9c\x54\x38\xcd\x3a\x89\xab\xd7\x46\x92\x96\xc8\x8d\xbe\xea\x98\x37\x21\x7b\x9c\x11\xd6\x64\xca\xfb\xb9\x5e\x07\xe6\x8d\x05\x4e\xba\x40\xbe\x9d\x05\x4f\xba\x25\x79\xe1\x00\xca\xa6\x79\xac\xc1\x02\x4a\x59\x45\xc5\x05\xee\x22\x53\x8c\x92\x36\xd0\xf3\x1b\xb1\x41\x29\xff\xc8\x55\x5c\x9e\x2c\x8a\xd0\x65\xa3\xef\x84\x9c\x04\xca\x67\x58\x23\x10\xf8\x6b\xf4\x5f\xa0\x95\x19\xb0\x5e\x13\x5a\xe9\xc2\x27\x21\xee\x9a\xc4\x87\x38\x5a\x44\x09\x8d\x82\xeb\x64\x26\x70\x36\x6f\x62\x37\x6e\xd9\x7b\x94\xa1\xd7\x42\x19\x6a\xab\x09\xb5\x4e\xdc\xb8\xa3\x2b\x86\x53\xd2\xa3\x1f\x35\xa1\x1f\x1d\x78\x7c\x0f\x56\x54\xb7\x7a\x45\xd8\x88\xfa\xb9\xeb\x21\x90\x5e\x01\x02\x69\x93\xc3\x57\xe0\x1b\x95\x8e\x5d\x0f\xcb\xf4\xae\x13\x2c\x93\xbf\x04\xf7\x0a\x69\xa7\xfd\x3c\xbe\x32\x82\x4b\x7d\x60\xaf\x09\xc3\xd4\x20\x2e\xac\x23\x37\x2d\xc3\x61\x5a\x46\x17\x9d\xd6\xe5\x75\x51\x91\xd6\x5b\x99\xb5\x00\x8f\x1a\xef\xae\x3d\x81\x3f\x6a\xdf\x86\x3d\x39\x37\xbb\xcc\xee\x59\xaf\x7c\x67\x98\xe1\xb3\x8e\x76\xb3\x5e\xb2\x8f\xa7\x87\xb7\x95\xf0\x53\xd4\x4e\xdb\x2c\xe9\x67\xe0\xfc\xe5\x44\xa0\x39\x4f\x62\x13\x92\x16\xac\x96\xef\xc0\x87\x9a\xfb\x05\x72\x9b\x71\x9b\x91\xc8\x68\x5b\x45\x01\xb4\x65\xa9\x3d\x7e\x13\xdf\x7a\x7a\x4f\x20\xff\xee\x36\xc5\x27\x5c\xd9\x4d\xd3\x7c\x56\x0c\x6e\x99\xe8\xb1\x61\xaa\x4f\xd0\xe3\x52\x8f\xa2\x9b\x5d\x27\xaf\x62\x95\x58\x36\x08\xf8\xaa\x55\xaa\xdb\x1e\x0c\x29\xc5\x9f\xc7\x19\x16\x38\x49\x48\x42\x65\xfa\x6c\x51\xa7\xa7\x65\xd7\xb2\x3e\xab\x82\x1b\xfb\x0c\xcb\xd3\x89\x21\x45\x37\x10\x5b\x1f\x53\x71\x24\x72\x16\x42\xb9\xf9\x8d\x41\xae\x7e\x62\x0e\xf7\x02\x98\x74\xa2\x39\x14\x63\x9d\x62\x2a\x18\x91\xad\xa5\x2f\x49\x94\x0b\xaa\x16\x63\x5b\x49\xb4\xfb\x81\xbb\xb5\x5f\x9e\xda\x0f\x97\x7b\xe3\x5d\xfe\xbb\xeb\xcf\x57\x2e\xcd\x88\x80\xb2\x48\xae\xc0\x4f\x50\x2d\xd5\xe2\x1b\x10\x5f\x5b\x09\xe2\x6c\x6b\xd7\x76\x5b\x7c\x38\x7e\x1a\x07\x29\x3b\xe3\xa8\x4a\x1c\xab\x0e\x6b\x13\xce\xd6\xb2\x49\x3e\x33\xd2\x54\x8b\xc7\xfb\x19\xaa\xaa\xd8\xb8\x7c\xd3\xb4\x1e\x70\xe0\xb6\x06\x63\x61\xb1\x31\x41\xd2\xbd\x55\xaa\x5a\xc6\x89\x19\xe3\xaa\xb9\x9e\xde\x92\xc1\x0e\x82\xaf\x3a\x8c\x38\xe8\x64\x47\xc3\xd6\x07\x5d\x88\x3c\x53\x74\x52\x87\x82\x52\xbb\xab\xb2\x3a\x48\x20\xdd\xdc\xd9\xf8\x4b\xdd\x9a\xd2\xab\x25\x4e\x6c\x67\xa7\xe5\x7f\x8b\x9b\xe6\x10\xb5\x2c\x14\x4f\x90\x28\x76\x95\x52\xa0\x42\x73\x7e\xc0\xfa\xab\xa9\xb3\x6c\x9b\x7d\xef\x42\x53\x30\x14\x70\x35\x26\xa2\xa3\x11\x1b\x48\xf4\x44\x10\x23\x66\x09\x9b\x4a\xb3\x7a\x93\x32\xd4\xba\x9a\x10\xdd\x93\x8f\xa3\xd1\xc2\x03\x55\xd2\x97\x5b\x33\x7d\x4c\x71\x22\xc9\x81\x6e\x18\xaa\xb4\x2a\x0e\x01\x9e\x18\x3d\x09\x9c\x65\x44\x8c\x98\x4d\x17\x00\x6f\x07\xe7\x89\x69\x7f\x2d\xe9\x27\x8e\x65\xd9\xd0\x65\x54\x08\xfa\x8f\x92\x8a\x7d\x58\x4a\x31\x8a\x02\xb0\x15\x08\x2e\x74\x55\xb3\x96\xc9\x3a\x7d\xa8\x7a\x3d\x54\xbd\x79\x6d\xf6\x31\x5c\xdd\x9f\xa7\x75\x43\xd6\xdb\xb6\x7f\x17\x52\xcc\x0e\x43\xd7\x5f\x39\xc6\xfb\x79\xc2\xbb\x5f\x37\x1e\xff\x39\x42\xf1\xfb\x80\xf5\xb7\x17\xb0\xde\x7e\x6c\xd7\x0a\x5a\x5f\x81\x1e\xe4\x7a\xd9\x36\x42\xd8\x23\xda\x3c\x6b\x60\x92\x77\xdb\x07\x5f\x74\x8c\x14\x2e\x20\x77\xfa\x68\xe1\x67\x8a\x16\x6e\x58\xe2\xf5\x22\x86\x37\xd2\xef\x5f\x3e\x98\xd1\xf5\xfc\x12\x01\x8d\x2b\xc2\x3c\x64\x3e\x19\x3f\xfb\xd1\x6b\x9c\x73\xd7\x13\xf8\xb3\x27\x0a\x23\x12\x09\x4d\x67\x13\x12\xc7\x60\x43\xd6\xca\x2a\xa4\x89\x16\xb4\xe3\x74\x01\xcd\x7c\xb1\xd4\xc4\x8e\x13\xce\x66\x92\xc6\x26\x75\x3f\xc3\x50\x8e\x32\xd4\x54\x20\x65\x15\xf6\x37\x49\x88\x70\x26\x48\x81\xbe\x92\x94\x45\x24\x34\x4b\x0a\x14\x73\x22\xd9\x7b\x65\x34\x03\xcc\x16\xe8\x81\xf1\xa7\x84\xc4\x33\xd8\xa1\xea\x60\x0e\x11\x25\x07\x88\x2a\xff\x99\x80\x1c\x57\x9e\xab\x91\x1e\x3b\x04\x96\x18\x11\x90\xd8\x6f\x83\x82\xcf\xbe\x99\xaf\x8f\x10\x3a\x67\x68\x8a\x23\x75\x80\x64\x3e\x29\xda\x8f\xb9\xa9\xe0\xfb\x48\x58\x38\xf1\xa2\x91\x67\x0b\x66\x6d\x0c\x5e\xad\x50\x9b\x3b\x6f\x9a\x00\x06\x09\xc5\x5b\x85\xa6\x3c\xe2\x6d\x90\xf9\x3e\xe5\xd2\xfa\x30\x0d\x9a\xab\x19\xaf\x85\xbf\xf0\x90\xc4\x50\xc8\xd4\x44\x6b\x32\x1e\xb7\x9a\x0a\x2a\x53\x59\x77\x2c\x45\x1c\x91\xad\x9f\x6a\xed\xbc\xd0\xae\x59\xee\x98\x3f\x31\xa9\x04\xc1\xa9\xb5\xad\x69\xe6\x0d\x3e\x68\x13\x45\xa4\x47\x4f\x85\xb9\xb4\xd7\xd9\xe2\x0b\xca\x1e\xf4\xee\x16\x20\xcc\x50\x8e\x1a\x7a\x6e\xd8\xb4\xef\x29\xc3\xa5\x08\xf9\x0d\x76\x6d\x09\xc6\xf0\x72\xcf\xc4\x64\xd1\x86\x7f\xad\xf0\x2a\x48\xea\x35\x34\x71\x24\xa1\x06\x37\xd2\xdd\x21\x60\x75\x0e\x06\x56\x61\xb0\x86\xcd\x49\x92\x05\x75\x6c\x33\x2c\x94\x74\x04\x64\xc0\x18\x35\x77\x48\x73\x66\x32\xf1\x8d\x86\xf8\x64\x31\xf7\xac\x21\xb4\x68\xfc\x68\xc4\xce\xd5\x7b\xa9\xcf\x17\x67\xb3\x64\x81\x70\xfc\x48\x65\x01\x88\x1d\x71\x26\xf3\x94\x88\x4a\x79\x78\x13\x25\x83\xb0\xa3\x15\x3d\x36\x0b\x4a\x4b\x63\xdd\xad\xb9\x1b\x66\x68\x42\xa6\xfa\xde\xcb\xb0\x90\xce\xa5\xd2\xe0\x0e\xb1\x9b\x1b\xeb\xb5\x7a\xb5\x33\xf9\x53\x78\xec\x0c\x66\xb3\x39\xa1\xd8\xea\x2e\xc7\xd5\xf3\x69\x57\x7d\xc9\xd9\x9c\xd4\x26\x85\x96\x5f\x4c\x76\x15\xce\x56\x41\x45\x38\xb8\xa2\xdc\xb8\xbf\x75\x3f\x4e\x06\x32\x83\x5b\xcb\xfc\x53\x99\xa0\x1d\xb5\xb1\xa1\x85\x67\x93\x50\xb8\x14\xa4\xc2\x8a\x46\x56\xdc\xe2\xc2\xb2\x27\xcb\xbe\xda\xb7\xf6\x6c\x4b\x68\x54\x19\xe1\xa4\xbe\xc3\x4b\x2c\xee\xe6\xfd\xe5\xbc\xcf\x1e\x37\xd3\xf6\xd2\x68\xf3\x88\x27\xc9\x3a\x40\xb7\x95\x99\x9f\x16\x9f\x2f\x1f\x51\xd1\x8f\xde\x00\xb7\x17\x70\x6a\x8c\xdf\x02\x27\x56\xb2\x90\xca\xee\x52\xf8\x92\xe1\xa1\x0b\xeb\x17\x19\x31\x3e\x35\xd5\x4a\xdb\x3c\x1a\x99\xe0\x29\x5d\x07\xc2\xca\x18\xf9\x6f\x5c\x04\xd2\x0a\xdf\xb3\x8b\x53\xd2\xa7\xc8\x92\x97\xed\x11\x62\x55\x31\x33\x72\xc6\x92\x33\x94\xe2\x6c\xa3\x05\x5f\xa5\x25\x0f\x50\x6a\x4c\x14\x76\xf5\x00\x9a\x94\x00\xaa\x30\x2c\xf2\x13\x5e\x14\x31\xf9\x6d\xe0\x44\x6c\x2d\x72\xb8\xd7\xaf\x9f\xb3\x29\x5f\xe3\x70\x16\x31\xf4\xf6\xf4\x61\x47\xb3\xc1\xf9\xf3\xf1\x60\x66\xf7\xcd\x9a\x76\x39\x8f\xa7\x4d\x44\xbd\xf6\xc9\x74\x2b\xf8\x9c\x22\x7b\xc8\x44\x42\x69\x7d\x9d\xbb\xb5\x7c\xb4\x82\x16\x11\x0c\x67\xf9\x52\x7d\x2a\xd1\xe1\xce\xd7\xa8\xd2\x0e\x32\x9a\xa1\x0b\x24\xb8\x6e\x6e\xf5\x05\xd6\xcc\x1e\x92\x4e\x8b\xb5\x65\xd2\xd0\x7a\x20\x4b\xae\x47\x0f\xad\xd4\x7c\x42\x57\x22\x48\xae\xa3\x91\x4c\xb5\x24\x64\x84\xd4\xc2\x2b\x69\xc3\x33\xa7\x34\x21\xf2\x08\x9d\x37\x68\x27\x2e\x38\x12\x64\x34\x00\xa0\x84\x30\x11\x27\x3d\xe5\x82\x06\x45\x80\x9c\x8c\x84\x28\x80\x14\x87\x36\x0f\x41\xf4\x98\x23\xe3\x73\xe1\x06\x51\x09\x22\x33\x04\xd5\x3c\xcb\x08\xab\x0a\xcc\x77\x9a\x17\x50\x9b\x46\x1b\x93\x8c\xb0\xd8\x7f\xc0\x8d\xbf\x0c\xdb\x3a\x67\xc5\xa8\x5a\xb6\x74\x17\xb0\xe6\xdd\x63\x4f\x5d\xaf\x77\xfa\x8b\xfa\xde\x34\x8e\xf0\xae\xdc\xfa\xda\xa3\xf3\x52\xfe\xfa\x0e\xa4\x0f\xf0\xa9\xb3\x66\x61\x34\x15\x04\x0c\x9e\xa9\x4f\xe6\x62\x31\x11\x52\x71\x0e\xf7\xdd\xed\xd9\x8f\xc7\xf7\xe7\x88\xa8\x08\x25\xf4\x81\x8c\x58\x24\x1f\x0f\xb4\x78\xfc\xf7\x9c\x28\xfd\x73\x4b\xb0\x33\x4d\x09\x93\xc0\x09\xa8\xaa\xe5\x08\x37\x2f\xa4\x5b\x18\xfd\xdf\xb3\xf2\xf7\x4b\x48\xbe\x16\x3a\x0f\xb4\xeb\x30\xaf\x81\x4c\x01\x2f\xd5\x16\xed\x68\xa0\x18\xe3\xbe\x1d\x36\x55\x4e\xda\x20\x54\x8e\xfd\x2d\x67\x6b\x0a\x5d\xa7\xc5\x47\xc1\x28\x5a\x64\xba\x34\xc3\x00\x28\xb6\x5e\x0c\x9e\xf9\xa6\xb1\xf5\x55\x4c\xa4\x48\x49\xb0\x8e\x6e\x54\x14\x99\x42\x4a\x10\x02\x2c\xc4\xd3\x93\xbd\xeb\x6d\x0a\x98\x9f\x58\xf0\xd1\xd1\x88\x7d\x72\x06\xd8\xe2\x57\xe9\x9a\x30\x71\x9d\x1e\x67\xad\xdc\x0a\x34\x1b\x53\xe9\x7f\x00\xb4\x5c\x99\x27\xca\xd4\x3d\x98\x52\x86\x13\x3f\x50\xf3\xa4\x89\x4b\x08\xcc\xa2\xf9\x25\x8f\xb7\x03\x8e\x9a\x8e\x49\xb2\x8e\x24\x7a\x3e\x1d\x26\x52\xd3\x77\xf4\xd0\x72\x3a\x37\xa9\xec\x51\x4c\x26\xa8\x62\x83\x4d\x54\x91\xb5\xfa\x25\xa6\x8a\x02\x41\x60\xb2\xab\x46\x4e\x9a\xe4\x28\xbd\x8b\x56\x52\x37\x16\x3b\x13\xb2\xe4\xc3\x11\xa0\x17\x84\xd5\x88\x89\x9c\x01\x92\xa7\x37\xe0\x63\x24\x89\xa0\xc6\x92\x1e\x71\x66\x64\x00\x6b\x8a\x99\x69\x36\xa1\x25\x3f\xf0\xe2\x70\x06\xfa\x19\xcf\x25\x44\x3f\xa5\x44\xe9\x0b\xea\x2b\xa8\x19\x66\x5c\x28\x07\x28\x13\x34\xa5\x8a\x3e\x12\xf9\x75\xc3\xd6\x9d\x62\x85\x13\x3e\x1b\x08\x45\xa7\x38\x52\x77\x78\x2b\x0d\x1c\xdb\x66\x36\x75\xc7\xbb\x61\xa0\xf3\x33\xbd\xf8\x33\xc2\x20\x63\x39\x06\x9d\xbc\xf9\x08\xc3\x93\x8d\x38\x37\xd4\x2e\x88\x0c\xda\xbb\xf4\x16\x0b\x9c\x2b\x9e\x6a\xfd\x16\x27\xc9\x02\x50\xdc\xf5\x93\x39\x96\x73\xb7\xd1\x06\xfa\xbd\xcb\xdd\x64\x17\xf7\x14\x47\x73\x72\xab\xb0\xca\x1b\x4d\x8e\xab\xcb\x14\x9d\x0e\x4e\x7f\x18\x8e\xcf\xce\x6f\x07\xdf\x5f\x0c\xcf\x82\xf9\xd8\x27\x9f\xce\x6f\x6f\xeb\xbf\xfe\x70\x7e\x57\xff\xf1\xfa\xea\xfa\xfe\x62\x70\xd7\xd4\xca\xc5\xd5\xd5\x8f\xf7\xd7\xe3\x0f\x83\xf3\x8b\xfb\x9b\x61\xc3\xa7\xf7\x77\xfe\xa1\x7d\xd6\x58\xe9\xa8\x65\xb4\xd5\x73\x76\x88\xca\x2f\x9e\xa0\xfb\x2a\x8c\xa4\x0d\xc1\x30\xa9\x5a\x4f\x58\x6a\x56\x85\x27\x09\x89\x47\x0c\xb9\xcf\xf5\xdc\xdb\x3e\x35\x4e\xaa\x68\x4e\x50\xc2\xf9\x43\x9e\x59\x0e\x66\xe2\xbd\x99\xad\xec\x45\x64\xd0\xda\x0f\xe7\x77\x27\x75\x38\x4b\xdf\x58\x90\x91\xed\x48\x1d\xc6\x85\x1d\xd7\x04\x93\x49\x26\xc8\x23\x9c\x49\xef\xab\x0c\x7a\xf0\x1b\xb0\xac\x1f\xd3\x1a\x66\xaa\xd2\x4d\x1c\xdb\x3a\x70\x6e\x62\x41\xc3\xe5\xed\x5b\xb6\x9a\x7e\x39\x0c\x7e\x37\x9a\x90\x08\xe7\xc6\x95\xa7\xaf\x23\x21\xb8\x08\x07\x5c\x6c\xfb\x96\x8d\xbe\xab\x4b\x19\xe5\x4a\x3f\x12\xce\x88\xfe\x24\x38\x39\x5a\xfb\x06\xcd\xdc\x61\xc7\xce\x2d\xc6\x37\x95\xc6\xdb\x50\xf8\x5f\x00\x16\x4d\x73\x6e\x8f\xf1\x49\xc1\x37\x88\x15\x7a\x22\x10\xf4\x9f\x5b\xf0\x6c\xa3\x21\xeb\x13\x08\xdd\x19\xab\xb6\xab\xd8\x50\x4a\x06\x68\x65\x99\xbb\x10\x8b\xf5\xf7\x92\x34\xb1\xcb\x2d\x22\xb7\xcf\x4c\xa3\xc0\x43\x9d\xa3\x16\x46\xdc\xe2\x3f\x70\x3c\xbb\xc1\x8e\xbd\x44\x0a\xaa\xdf\x1b\x2b\x58\xba\x66\xae\x5d\xc6\xe3\xb2\xd5\x4a\x70\x71\xdd\x07\x56\x82\x14\x5b\xb9\x56\x77\x3c\xc6\x0b\x4d\x1c\x10\x21\x21\xf3\x2c\xe3\x42\xa1\x96\x36\x4c\xb4\x9f\x19\x1f\xdc\x0c\x76\x1e\x9e\x45\x41\x23\x5a\x0e\x90\x0d\x88\xae\xdd\x12\x78\xec\xba\x16\xe7\x3e\x44\x02\x00\x75\xcd\xc3\x7e\xa4\x25\xc5\xb7\x44\xa1\x4d\x22\xea\x36\x71\x51\x6b\x95\x11\x6c\x1b\x41\x43\x45\xc1\x30\x32\x97\x4c\xd5\xb8\xd1\x3f\xb3\xc4\x14\xa9\x5b\x64\x6d\x79\x8f\x74\x36\xdf\x41\x8b\xdd\xe5\xf9\xef\xac\xff\x4c\x0b\xf1\x81\x2e\x2f\x38\x57\x46\x92\x2c\xb4\x0d\x8f\x0b\x03\x86\x00\xdb\xa9\xc1\x88\x29\xc4\x35\x2d\x9d\x3f\x30\xfe\xc4\xbc\x0d\x5e\x1e\x8d\xd8\x10\x43\x4d\x2f\xaf\x32\xd8\x10\x08\x23\xaf\xaf\x94\xd4\x97\xee\xcb\x46\xb2\xc9\xf0\x2f\xa1\xa4\x70\x59\xfe\xe7\xc7\xbb\xf2\xbf\x4a\x52\xc5\xc5\x5d\xf9\x5f\xcb\xa5\x8a\xa0\xe1\xba\x24\xf1\xf1\xee\x04\x7d\x84\xcc\x08\x81\xee\xe6\xd8\xdc\xb7\x17\x77\x27\xe8\x82\x48\x09\xbf\x34\xdc\x3d\xc6\x9d\x88\xdc\xf4\x0b\xcc\x67\x52\xd1\xeb\xaa\x0b\xe8\x6b\x2c\xbd\x68\x9c\x46\x3b\xe8\x54\xc1\x3c\x6c\x19\xd9\xc4\x17\x0b\x25\x31\x2a\x7d\xd7\x85\x05\x19\x03\xbf\x93\x76\xcd\x84\x2d\x16\x92\x22\x99\x75\x42\x98\x79\x16\x29\x42\xe0\xc7\xd6\x5d\x1d\xa1\x9f\x9d\x91\x0b\x42\x5e\x8a\xfa\x6f\xca\x5c\xdb\x09\x5e\x38\xe0\x95\xa6\x85\xdd\x05\x96\xc9\xae\x83\x60\x96\x2f\xb0\xcf\xdb\x6e\x58\xe5\x92\xad\x81\x31\x63\x7c\x5e\x23\xe2\xef\xd4\x7f\x74\x4b\x96\x87\x04\x7f\x80\x72\x2e\x06\xd1\x1c\xc4\x1c\x7d\x19\xfd\x0f\xb3\x59\x26\xe0\xdc\x01\xb5\xdb\xf2\x1a\xd6\x59\xac\x19\x10\x38\x3b\x4d\x3c\x3a\x9a\xd2\x24\x01\x61\xea\x08\x0d\xa0\x1a\x1a\xd4\xb9\xd2\xf2\x84\x0b\xac\xa2\x33\xc6\x57\xc5\x72\xb4\x10\x53\x14\x10\xd3\x6d\x3b\x31\x49\xa0\xa6\x22\x5d\x67\x37\x14\xb5\x83\xd4\x4d\xcd\x9c\x71\x1d\xa4\xaf\x7b\xc2\xe6\x1a\x76\x8a\xd7\x88\x8b\xaa\x0d\x37\xf8\xf0\x5f\xcd\x43\xff\x98\x63\x81\x99\x82\x68\x1f\xab\xbe\x08\x12\x44\x9d\x92\xcf\x10\x4f\xc7\x8c\xcd\x1b\x7e\x0a\x37\xd7\x45\x37\xcc\xe8\x23\x61\x88\xc6\x07\x88\x1e\x91\xa3\x03\x5b\xd8\x5c\xe6\x93\xe2\xcd\xb9\x16\xbf\x46\xac\x96\x86\x78\x84\x06\x89\xe4\xf6\x0b\xc2\xa2\x04\xaa\x0f\x06\x81\x49\x9e\xf2\xad\x07\x6d\xb2\x00\x25\x0d\xb6\xb2\x68\x9e\xdb\x07\xc1\x87\x23\x86\xa5\x71\xff\x27\x70\xd2\x8b\xdf\x9b\x2a\x8c\x96\x42\x42\x9e\x11\x61\xb6\x76\x0d\x3d\xdb\x26\x99\xd2\x13\xcb\x36\x08\xde\x80\x8d\x29\xd2\x43\x83\x44\x4b\xf4\x15\x56\x28\x21\x58\x2a\xf4\xed\xd7\x6b\x85\xc1\xb8\x09\x16\xdc\xd5\x1e\xdf\x22\x46\xd8\x05\x19\xb6\x15\x4b\x87\xd2\x40\x08\x23\x46\x82\x84\x85\x03\xbd\xcf\x8a\xa3\x47\x2a\x73\x28\xe8\x18\xa4\x35\x98\x92\x7c\x26\x01\x07\xe2\x34\x8d\xde\xd9\xc2\x47\x1c\xa4\x98\xf5\x14\x17\xf5\xbd\xab\x94\x65\x35\x50\x6a\x74\x5c\xc8\xbc\x2f\xc2\xfd\xe6\x58\x8d\x98\xe5\xac\x2e\x42\x26\x28\xbe\x35\x48\x92\x72\x88\x1d\x86\x28\x52\xa6\x27\x0c\xe5\x28\x8f\xfc\x02\x5d\x82\x0e\xeb\xa3\xb2\xca\x05\xea\xfd\x61\xd1\xea\xee\x88\xf9\xb4\xe6\xb0\xed\x46\x71\xb1\xc9\x94\xfe\x62\x9a\x44\x63\xf7\x17\xa6\x2e\x68\x07\x6d\x82\x34\x0d\x79\xc5\xc1\xaa\xbb\x2f\x96\x28\x17\xbb\xee\xa0\xbb\xae\xd1\xec\x0a\x80\x6b\xf6\x89\x37\x78\x16\x5a\x36\x37\x90\x2d\xb6\xb1\x62\xf8\xf0\xc0\x97\x72\x6e\x97\x86\x7e\x1e\x43\xb8\xff\x6a\x2e\x58\x84\xcf\x3b\xd6\x01\x36\x7d\x1a\x07\xd1\xbc\x41\xa8\x23\x44\x7b\x3b\xc6\x67\xdf\x6c\x71\x32\x67\x6f\x7b\xfa\x07\xc5\xfc\xdd\x54\x7c\xbc\x5f\x7d\xe2\xed\xc2\xde\x20\xfe\x1b\x8e\x08\x8b\x16\xa6\x27\x97\x9e\x59\xcf\xbb\x76\x68\x75\x18\xfc\x16\x8d\xe2\xa1\x2d\xf1\x7b\x84\x86\x70\xd1\xb8\x8a\xbf\x78\xea\x7c\x2f\xc1\xcb\x23\xa6\x35\x13\x97\xa6\x19\xb4\x5f\x26\xf1\xa6\x13\x60\x30\x1f\xb6\x72\x5b\xa5\xab\x61\x93\xdb\xb4\x09\x07\x39\x01\x6d\x00\x74\x28\x1a\xce\x4e\x50\xcc\xa3\x07\x22\x8e\x05\x89\xa9\x3c\x81\x30\x02\xd5\xea\xbf\x4c\x31\x6b\xf5\xb5\xec\xbe\xfa\x7e\xbd\x56\x6e\x0a\x65\x6c\x21\xce\xdb\x15\xa8\x3a\x40\x74\x0a\xea\x84\x4b\xf9\x30\x79\x20\x2e\xab\x95\x30\x25\x16\x19\xa7\x4c\x79\x7b\x60\x65\x21\x9c\xa6\xa1\x85\xb6\xb6\xa8\x67\xb1\x8b\x70\xa3\x0d\xa7\x7d\x37\x27\x92\xb8\xd8\x0a\x33\x29\xc5\x91\x71\x28\x19\x76\x91\x61\x35\x97\x90\xb4\x52\x5e\x03\xab\x74\xc1\xa7\x7a\x85\x70\x06\xa1\x19\xc6\xcc\x53\x7c\xe4\x53\x2b\xa4\xa2\x49\x32\x62\x8c\x90\x58\x22\xc8\x2f\x79\xdf\x98\x1c\xa5\x3f\x3d\x40\x38\x8e\xd1\xff\xfc\xea\xc3\xc5\x2f\x77\xc3\xf1\xf9\x25\x18\xee\xcf\x2f\x86\x5f\x1f\xf8\x1f\xaf\xee\xef\xfc\xaf\xc6\x44\xf5\x48\x04\x4a\xf1\x03\xa8\x78\x4c\x1a\xf9\x0f\x12\x10\xc2\x91\xba\xb4\x31\xfd\x44\x12\x17\xd4\x6b\xc5\x14\x8f\x94\x62\xf7\xb0\xb5\xfe\x9c\x31\x9c\xae\xa1\xfc\xde\xf8\x4f\x96\xd3\xa0\x23\x1e\xdf\x85\x13\x03\x53\xc2\x94\xe6\x31\xd6\x64\x5a\xe8\xbe\x05\xc1\x11\x36\xa3\xac\x2d\xf4\x90\xb0\xc7\xe7\x14\xe2\x7f\x24\x8b\x9f\xb4\x7a\x7d\x8d\x69\x77\x70\xea\x21\x7b\xa4\x82\x33\x98\x9a\xb7\x0b\xfa\x13\xa3\xf5\x74\x2c\xab\x87\x4a\x1a\x59\x18\xc2\x51\xb2\xd6\xf0\xd6\x26\xbc\x87\x57\x9f\xae\xcd\xf4\x27\x9f\x95\x70\x09\x8a\x1e\xac\xe0\x11\xd3\x04\x42\x93\xdd\x45\x53\xd0\xe0\x88\xdd\x5d\x9d\x5d\x9d\x20\x92\xe0\x09\x77\xa0\xd7\x73\x80\xb9\x32\x4d\xd8\x05\x83\xca\xef\xbe\xa1\x52\x72\xea\x01\xca\x8a\xe4\xd4\xd0\x88\x76\x64\xda\x58\x55\x18\x96\x8b\x7a\x6a\xe7\x6e\x55\x40\x3b\xd9\x6b\x2e\xba\x5c\xff\xfa\x35\x58\x3a\x9e\x69\x45\xae\xc2\x79\xed\xdd\x3c\x25\xd8\xd4\x64\x34\xbe\x35\xeb\x10\xb1\xb1\xba\x49\x52\x2a\xf1\xa2\x0f\x8e\x3c\xb2\xd1\x06\xc5\x9b\x9c\xa1\x1f\xff\x2c\xd1\x24\x57\x23\x56\x6e\x83\x33\x34\xf8\xf9\x16\x7d\x8f\x55\x34\xff\x7a\xc4\xae\xb4\x9a\xf9\xe3\x9f\x5b\xb2\xe8\xd7\x06\x21\xd1\x6b\x72\x86\x15\xbe\xe0\x38\xa6\x6c\xd6\x84\x40\x52\x98\x7e\x87\x77\x83\x13\x74\x65\x75\x78\x9f\xf8\x5a\xa0\x06\x05\x0d\x01\x43\x86\x89\x38\x2e\x02\xac\x9c\x95\x51\x1a\x8c\x66\x06\x17\xd6\x88\xdd\x19\xe8\x15\xcd\x55\xa9\x42\x19\xb7\x38\xe1\x5a\x2b\x33\xa0\x34\xc6\x17\x60\x2d\x89\x7a\x75\x80\x8c\xfd\x66\x58\x79\x0c\xe4\x99\x3a\xb3\x1f\x31\x50\xd0\x7d\x32\x62\xc2\x23\x9c\x40\xf8\xe1\x61\x60\xd3\xd3\x6a\x3b\xcf\x21\x33\x0c\xe2\x7e\xd8\xa2\x1c\x25\xec\x93\x15\xbd\x50\x16\x6e\x14\x18\x00\x60\x1f\xad\x47\x3a\xe5\x9a\xe3\x1c\x8d\xd8\xf9\xd4\x44\x27\x26\x66\x75\xf4\x87\x84\x81\x53\xde\x2d\x8b\x7e\xea\xf8\x11\xd4\xaa\x35\xbe\x59\x1c\x81\xff\x83\x2d\x20\x52\x1d\xb0\x85\x39\x44\xb9\x14\xdc\xd9\x12\x65\x6d\x17\xfd\x9d\x18\x7c\x36\x62\x26\x28\xb2\xb4\x2f\x61\xe2\x76\xd0\x3b\x67\x10\xb3\x59\x5c\x97\x5e\xc0\xc8\x6c\x0c\xa7\x95\xf5\x33\x41\x0e\x63\xa2\x88\x48\xc1\xde\x13\xae\xa9\xbe\x61\x8f\xd0\x4d\xa8\x5e\xc7\x3c\xca\x53\x07\xa0\x06\x19\x74\x36\xd8\xcf\x5e\xa2\x9e\x42\xcc\xc5\xbe\x8a\xe2\xb1\x88\xe6\x54\x11\x48\x73\xeb\xac\x1f\x1b\x82\x19\x84\x9f\xd6\x25\xf5\x76\xc1\x17\x78\xc7\x76\x01\x7a\xa6\xa1\x71\x56\x6e\xa9\xd4\xda\x6a\xfc\xa7\x15\x60\xfc\x97\x05\xc8\x13\x17\x20\x6c\x91\xcf\x19\x07\x23\xb7\xc9\xa2\xe4\xf1\x7b\x89\xce\xaf\xb5\x04\xa4\x35\x5e\x7f\x06\x73\xa9\x4c\x1c\x9d\x29\xc7\x00\x5f\x9b\xcc\x88\x03\xf4\x8d\x29\x22\x1a\xa1\xcf\xee\x8f\x3f\xfd\xc7\x7f\xfc\xf1\x4f\x9b\xd4\x64\x80\x76\x8b\x35\xf2\x90\xed\x65\x91\x28\xdc\x81\x3a\xa7\xda\x62\x17\xec\x01\x6c\x5b\xfe\x4d\x00\x77\x82\x30\x29\x3c\xb3\x27\x5c\x86\x27\x13\x95\x8e\x66\x11\x8e\x21\x89\x3a\x28\x73\x08\x2f\xec\x5a\x89\xfe\x7f\x2c\xc1\xa9\x18\xeb\xa3\xb2\x59\x38\x17\x4d\xbc\x78\xad\x1b\x41\x5f\x59\xfb\x9f\x02\x0f\xec\xd7\xee\x82\xe3\x49\x4c\x84\x2d\x40\xec\x4c\x76\xde\x90\x08\xcc\x81\x7c\xce\x12\x1e\x3b\x14\x24\x49\x32\x0c\x02\x84\x66\x06\x47\x23\x36\x74\xf5\x68\x6d\x35\x7c\xf8\xc8\x78\x5e\xa6\x38\x32\xe0\x3f\x12\x7d\xf5\xf9\x44\xff\x76\x80\x16\x27\x10\x2f\x7b\x80\xfe\x71\x62\xf3\xe4\xb1\x50\x63\xfd\xd3\xd7\x4e\xd6\xb6\x4d\xc0\xa0\xa9\x44\xef\x8f\x1f\xb1\x30\x65\xec\x8e\xcd\x88\xde\x5b\xce\xea\x6b\x4f\x84\xb2\x79\xc2\xf9\x83\x8d\x25\xae\x7d\x78\xec\x30\x37\x80\xbc\xbd\xdf\xc4\x6c\xbd\x0d\x0b\xd7\x72\xe4\xa1\xad\xa6\x7b\x94\x4d\xd0\xd1\xdf\x24\x67\xe8\x68\x81\xd3\xc4\xfe\xea\x9e\xda\x50\x67\x2c\x91\xab\xa7\xec\x02\x9d\x92\x85\xb1\x94\x7e\x9f\xf0\x09\xcc\xea\x93\x9b\xa9\x09\x16\x86\x81\x16\xb7\x4f\x71\x61\xd9\x89\x58\x49\xca\x20\x07\xa4\x5c\x99\x57\x80\xc7\x35\xcd\xea\xb3\x1f\xd2\x7f\x1b\xc7\x3a\x2c\x8a\xcb\x57\x34\xc6\x61\x1f\xa8\xa7\x1b\xfd\x8c\xbe\xb2\x2c\xe8\x6b\x7d\xc7\xd8\xc8\x6c\xb3\x0c\x4d\x1d\x2c\x7c\x07\xbf\x04\x1d\x50\x86\xac\xcb\xb8\xfd\xcb\x7f\x1c\x1f\x1d\x1d\xf9\xaf\x2f\xf5\x54\xfe\x7f\x44\x95\x24\xc9\xd4\xb4\xe4\x6e\xb0\xc5\x88\x7d\x72\xf8\xaa\xce\x78\x5d\xa0\xf9\x40\x1d\xe4\x88\x27\xe8\xb0\x30\xe8\xc6\x3c\x92\xe8\x77\x5a\xac\x0d\x96\x12\x7e\xd4\x7a\x5c\xf3\x99\xb2\x80\x6e\x2f\x74\xa8\xac\x41\xbc\x7a\xac\x42\x00\x0f\xaf\xd8\x62\x19\x82\xf5\x02\x2d\x68\xca\x39\xb6\x20\x1f\x42\xe8\x97\xc9\x67\x05\x8f\x5a\x30\x54\x1a\xa3\xf6\x9b\x6f\xca\x1a\xbb\x2d\xa0\x54\x0c\x59\xb7\x2c\x80\x45\xba\xb0\x9c\xc1\xcc\xf3\x20\x74\x9f\xe8\xcb\x85\x85\x88\x9f\x32\x4f\x53\x2c\x16\xc7\xc5\x69\xab\x13\x67\x01\xdf\x0d\x3c\x26\x71\x0b\x00\x2e\xdc\xc4\x1e\x2d\x1b\x06\x62\xc5\x4b\x77\xa3\xf9\xb3\x1b\x41\xbd\x10\x08\x4a\x34\xd5\x72\x08\x8b\x78\x6c\xe9\xba\x48\xb4\x2d\x4b\x2c\xfe\x9d\xba\xac\xe2\xc2\x8a\x64\x61\x8c\x63\xca\x64\xdf\xdb\x37\xdc\xc7\x2d\xec\x9b\x8f\xa1\x50\x17\x99\xad\xe1\x1e\x3d\xbf\xba\x75\xdf\x74\xbf\x74\x61\x1d\xca\x22\x3b\x76\x5a\xa2\xb3\x48\x08\xfc\x54\x5c\xbf\x10\x1c\x63\xac\x33\xb9\x4f\x43\x36\xff\x3e\xe5\xd7\x34\xd1\xb7\x16\xd0\xf8\xd1\x88\x95\x7e\x3e\x40\x24\xa1\x29\x65\x3e\x40\xd1\x30\x77\x3e\x35\xd2\xf3\x03\x55\x7a\xcb\x64\xfc\xa0\x39\x98\x43\x74\x08\x54\xaa\x01\x5b\x38\xd2\xf1\x8e\x29\x6b\x81\xc8\xa5\x1e\x57\xa1\xa3\x6b\x61\x56\x37\x71\x68\x05\x52\x1a\x10\x1e\x9c\xdf\x11\xd3\xad\xb9\xb3\x54\x44\x46\x07\xed\x05\xcd\x1d\x3a\xdc\xcb\x80\x03\x40\x1f\xa5\xf0\x66\x2f\xff\x36\x08\x28\x43\x96\xa7\xdb\xe6\xd5\xd8\x48\xe9\xd7\x32\xd3\x5d\x17\x95\xff\x6d\x8e\x16\x61\x79\xea\x0e\xd4\x1a\x14\x37\xb4\xe2\x4f\x4c\xa2\x04\xc3\xdd\x01\x0d\x41\xf8\xe8\x81\x71\x90\x66\x41\x5f\xe6\x7a\x31\xdd\x18\x28\xed\x84\xb0\xaf\xcc\xbf\xbf\xf6\x95\xeb\x0f\xec\x7d\x2e\xa4\x03\xfa\xb3\x7b\x0e\xa5\x58\x48\x6c\x6c\xe8\x00\x48\x37\xc3\x22\x36\xd6\xf2\x50\xab\x30\xc9\xca\x5a\xfe\x5a\xf0\x1c\x3d\x51\x39\x1f\xb1\x3b\xee\x0c\x8e\x88\x71\x0f\xe9\x77\x00\xca\x68\xad\x3f\x2c\x81\x09\xc0\xa8\x9b\x28\x00\x62\x76\xb7\x49\xab\x82\x48\xe0\x31\xe3\x31\x59\x33\x21\xa0\x6e\x6f\x75\x7e\x08\xe7\xbf\x16\xc4\xa4\xbe\xc1\x4d\xd1\x96\x39\x6c\x4a\xf2\x6f\xd1\x31\x2c\x81\x2b\xed\x0f\x65\xb7\x9e\xd8\xa6\x18\x26\xfe\x56\x83\x56\x9c\xc6\x19\x24\x3e\x97\xd6\xde\x03\xe5\x6d\xbb\x09\x51\x39\x2b\x67\xe5\x0a\xf8\xab\xcf\xcc\x3d\x82\x65\xf7\x51\xda\x18\xcd\x04\xcf\x33\x8f\x0e\xe0\x32\x1b\xcd\x36\x58\x99\xe6\x9c\x4d\xf9\x89\xd5\xa9\x2e\x28\x7b\x30\x14\xff\x5c\x7b\x64\xb0\x10\x49\x8c\x82\xdf\xdd\x1d\x66\x56\xfc\x10\x51\x16\x25\x39\x5c\x7c\x52\xe1\xe8\xc1\xe0\x39\xb6\x19\x7d\xf5\x37\xe3\xd5\x79\xa3\x2d\x12\x53\x9e\x24\xb6\xdb\xe2\x02\x2d\x4a\xc5\x3d\x52\x8c\x30\xba\xbf\x39\x6f\xee\xfb\x81\xd6\x9d\x39\xcd\xb7\x67\x99\x40\xe0\x7f\x7e\xa4\x6b\x05\xae\x56\x90\xb3\x49\x89\xd4\xbd\x71\xa9\x0d\x6e\xad\x72\x7b\x6f\xe9\x3d\xd6\xb7\xd0\x38\x6d\xa0\xd4\xe6\xc9\x17\x1d\x9f\xd9\x8f\x3f\xe9\x6f\x9b\x77\xe4\x13\xe4\x6d\x79\xa8\x8c\x14\x33\x3d\x41\xd7\x6b\x8b\x2d\xc6\x5c\x8c\x1b\x0d\xe9\x3e\xdb\x68\x40\xa6\xc7\x8e\x55\x1e\x6c\x57\xae\x95\x27\x63\x8e\xc4\x89\x51\xb7\xd5\x1c\x34\xb1\x02\x1d\x59\x6f\x6c\x59\x23\x33\x48\xca\x09\x16\x33\x23\x27\x4a\xa2\xe4\xd7\x0d\x3b\x5c\xc4\xcf\x6f\xb1\xc3\x1b\x54\xa0\x09\xdd\x3f\x20\x85\x2c\xe3\x00\x7e\x94\x65\x2c\x28\xcf\x9c\x7c\x2d\x27\x7b\x77\x50\x19\x82\xd8\x47\x5c\x08\xc0\x2c\x8c\xb5\x34\xde\x8e\x92\xb1\x65\x25\xb2\x4b\x9c\xfa\x1c\x70\x57\x0f\xc9\xa6\xfa\x98\xc1\x4d\x08\x00\x83\xb5\x8f\x61\xeb\x92\x63\xe1\x10\x6c\x09\x90\xb6\x11\x8c\xd8\xc0\xbd\xe2\xf3\x48\x41\xc4\x15\x46\x0e\x81\x30\x39\x13\x14\x0a\x62\x26\x2e\x56\xdd\x4e\xae\x65\x12\xeb\xa6\xeb\x55\xab\xa6\x69\x31\xd7\x23\x09\x5a\x7c\x64\xab\xef\xac\xc0\xa6\x7e\x5c\xbf\xa8\x64\x33\x14\x47\x54\x2d\xfa\xd7\xd4\xf1\x6a\x91\xd2\x61\x04\xd8\x86\xc2\x3a\x83\x26\x94\x2e\x59\x14\x64\xaa\x57\xdc\xa8\x26\x95\xce\xea\xa7\x55\x6d\xc5\x8d\x29\x4e\xc7\x82\xb7\x83\x77\x77\x58\x26\xd7\x44\x49\xcd\x9d\x1b\x80\xd7\x05\xfa\x7b\x8e\x13\x63\xed\x67\x96\x1c\xdd\xb0\x41\x62\xf8\xee\x4f\x68\x00\xd7\x25\xfa\x04\x7c\x11\xfc\x9c\xd0\x9a\xe2\x88\xa6\x19\x11\x92\x6b\x7d\xac\x65\x93\x1f\xfe\x2c\xc7\x16\x9d\x79\x8c\xa3\x88\xe7\x75\x24\xe6\x35\x66\xd2\xd0\x5a\x38\x29\x8c\x1e\xf2\x09\x11\x8c\x18\xa4\x7e\x78\x0f\xb9\xf7\x3a\x0d\x97\xe3\x5c\xcd\xbf\x1b\x47\x09\xed\x0c\x19\x0d\x59\x2a\x03\xfd\xd9\xa9\xf9\x6a\xd9\x04\x4a\xed\x97\x86\xce\x90\x79\x86\xcc\xb3\x23\xf4\x3d\x8e\x1e\x08\x8b\x51\x96\xe4\x33\x6a\xd3\xc7\xe1\x86\x02\x76\x19\x58\xa9\xca\x13\x33\x2a\xaf\x69\x5f\x5f\x43\x23\x96\xe2\x07\xd0\x90\x3e\xdb\x58\x74\xad\x69\xae\xa5\x6d\x79\x7a\xa8\xe1\x68\xb8\x5c\x67\x5f\x15\xc1\x9c\x0f\x65\xce\x07\xd8\x95\x00\x99\x2e\x67\x08\x03\x14\xc7\x7b\x89\xf2\xcc\x19\x3f\xc0\xe0\x91\x80\xfb\xc9\x4c\x12\xca\x5d\x52\x2d\x0e\xce\xc9\x88\x41\x48\x9f\x6b\x71\xe1\xb9\x4a\xe8\xf1\xf4\x9e\xf7\xa6\xc3\x37\x35\x89\xe8\xdb\x39\x53\x8c\x19\x69\xe7\xe1\x8a\x6a\x4e\x18\xe8\x61\xdd\x5b\x86\x6c\xfe\xee\x9b\x56\x0a\x4d\x34\xb3\x28\x0c\x47\x7e\x09\x73\x46\x2d\x48\xb9\xb5\x15\x06\x51\x43\xce\xa0\x5e\x7c\x4f\x25\x92\x58\x51\x39\xa5\x8d\xfa\x69\x98\xfe\xbf\xcd\xaa\xe3\xf5\x30\x07\x1a\xf0\x06\x2a\x6b\xe1\xc3\x9f\x8f\xd0\x07\x50\xb7\x8b\x29\x29\xee\xb3\xf7\xdb\x58\x82\x9a\x93\x56\x18\xbb\x5d\xc4\x0d\xb8\x19\x74\xb5\xa2\xf8\x50\xf7\x23\x34\x28\xcc\x9c\x06\xbf\xc0\x18\x30\x57\xcc\x88\x24\x92\x6c\x42\x7c\x9d\x2c\x02\xe0\x0a\x04\x02\x42\x20\xab\x48\xfd\x7b\x01\xa9\xe9\x87\xf9\x04\xe9\x78\xf8\x81\xb0\x65\x6a\x5f\xf7\x11\x0e\x4b\x09\xcd\x4d\x43\x1c\x78\x85\x9f\x1b\x9d\x7f\x93\x01\x76\x3f\x76\x05\x64\x04\x9d\x1e\xeb\x25\xd7\x82\x7e\xf4\x60\x63\xd8\x8d\xd9\xc7\x82\x4e\x3c\xcd\xb9\x0c\xcf\x99\xdb\x3f\xd8\x4c\x25\x72\xe2\x62\xd5\x21\x07\xc0\x2f\xb0\x71\xfe\x33\x1e\x62\x52\xc0\xa8\xfd\x21\x35\x26\x2d\xbf\xdf\xc8\xb1\x50\x58\x06\x30\x97\xbb\xa6\xea\xa7\xf9\xc7\x3f\xcb\x2b\x38\xb1\xbb\xc8\xab\x6e\x2e\xf3\xb2\x7d\x38\xee\x86\x86\x48\x1f\x68\x52\xd4\x88\xc1\xb1\x4f\xe4\xcf\x78\x8c\x0a\xf2\x5a\xbf\x20\xcc\xeb\x4f\xab\x52\x48\xa6\xd3\xdc\x56\x51\xf6\xa7\xc0\x5b\x69\x8a\xb8\x1b\xf8\x9a\x40\xe4\xb2\x69\x63\xa0\xfd\xda\xeb\x9f\x4a\x7f\x9f\x34\xd3\xd8\x35\x8f\xb7\x21\xac\xf5\x21\xca\xea\x74\xdd\x21\x98\x51\x36\xd5\x90\x5b\xb2\x12\x19\x6f\x0f\x43\x8b\xc7\xdd\xab\xae\x81\xdf\x71\x92\x4f\x6f\x01\x6e\xb9\x0d\x5f\xc0\x21\x43\xcd\x89\xcf\x75\xd1\xfb\xac\xbb\xf1\x91\xd7\x6d\x9b\x62\xdd\x58\xc5\xf5\x8f\xd1\xff\xbe\xbd\xba\x3c\x4c\xb1\x90\x73\x0c\xa9\x87\xae\xad\x03\x57\x14\xc0\x28\xa0\xce\xbc\x4e\x19\x1a\xb1\x43\x34\xe3\x07\xc6\x9b\x73\x82\xe6\x4a\x65\xf2\xe4\xf8\x78\x46\xd5\x3c\x9f\x1c\x45\x3c\x3d\x2e\xd6\xe6\x18\x67\xf4\x78\x92\xf0\xc9\xb1\x20\x10\xcf\x77\xf8\xed\xd1\x77\xdf\xc2\xd6\x1c\x3f\x7e\x7b\x0c\x36\xfc\xa3\x19\xff\xdd\xc5\x77\xff\xf9\xc7\x3f\xe9\x86\xb3\x85\x9a\x73\x76\x62\x5d\x45\x4b\xdb\x3e\x34\x82\xef\xb1\xf9\xa4\xd2\xcb\x7f\x1e\x7d\x13\x0e\xc3\xbe\x9a\xf2\x98\x24\xf2\xf8\xf1\xdb\xb1\xdb\x99\xa3\x6c\x1d\xe7\x57\xc1\xf0\xfd\x92\x57\x4a\x0e\xea\xdf\x3d\xc9\xb8\xcc\xa3\x55\xdb\xd2\x70\x56\xc2\x68\xcd\x2d\x4e\xcc\x03\xa9\xf9\x03\xd7\xd0\xc0\xbc\x24\xd5\xa2\xd3\xaf\x8b\xe7\xdc\x2a\xdb\xac\x95\x9c\x06\xde\x37\x1a\x01\x56\xa8\xb1\x41\x64\x98\x36\x45\xf9\x58\x2f\xf3\x36\xeb\xf7\x9c\xa8\xb7\xbb\x86\xbb\xb5\xd3\xdd\x10\xea\x36\x31\x5f\x3b\x9f\x38\x7f\x72\x10\xb7\xbb\x00\x86\xed\x58\x3a\xc5\xe3\x5d\x1a\xe2\x81\xb1\xb8\x71\xb5\x0c\x63\x8e\xe5\x66\xc1\x15\x03\x83\x2a\xe5\xb3\x9e\x7d\xd1\x31\xdb\xa1\xe3\x95\x2e\x7b\x15\xea\x72\x59\xa4\x91\xcc\x14\xb5\x95\x47\xe8\x43\xa5\xb6\x44\x11\x30\x72\xf3\xe1\x14\x7d\xfb\xe7\xff\xfc\xe3\x88\x7d\xd5\xc0\xc5\xc0\x83\xcd\xc5\xcc\xc6\xaf\x00\xef\x4a\xb1\x54\x44\x1c\x8b\x69\x74\x6c\x1c\xe2\xc7\xfa\xfb\x43\xdb\xe9\x21\x9f\x1e\x7a\xd4\xcb\x43\x0b\x00\x78\x94\xc6\xeb\x25\x76\x96\x48\xcf\x84\x8f\xd8\xc0\x53\x09\x41\xaa\x06\x43\x83\x4f\x3d\xbe\xb1\x89\x2f\x36\x50\xe8\x7c\xda\xf0\x07\x94\x02\xfc\xda\xa3\xf7\x60\xe9\xfa\x28\xa0\x34\xda\x8f\xe6\x6e\x00\x70\x1d\x89\x3c\xa7\xde\xe6\x78\x49\x28\x9d\xad\xb3\xf0\xcd\x87\xad\x08\xff\x35\x79\xb0\xb6\x96\x9c\x01\x10\xe5\x8c\xf0\x29\x44\x4f\x80\x60\xe0\xbc\x43\x60\x1c\x62\x5c\x05\x39\xaf\x82\x64\xe6\x82\x09\x6b\xcf\x35\x2c\xf7\x96\x20\xba\xab\xd6\xf9\x39\x40\x74\xb7\x5d\x77\xcb\x50\x5e\x69\xc1\xb7\x0d\xe1\x30\x47\x69\x8d\xeb\x07\xde\x5f\xe9\xb2\xf1\x7c\x00\x7c\x34\x61\xa9\x3d\x03\x92\x03\x41\xdb\xe4\x50\xf1\x43\x00\x0b\x80\x14\x74\x03\x6b\xdd\x56\x3a\x06\x5c\x5d\xeb\x5c\x93\xfa\xfd\x0e\xe3\x34\x81\xfa\x9f\x83\x81\x5a\x99\xc4\x16\x57\xb5\xae\x70\xca\x18\x11\xd6\x88\xbf\xf2\x46\x5d\xd3\x11\x16\x6e\xe5\x72\x4f\x78\x21\x98\x87\x90\xc3\x3e\x0e\x12\x07\x4c\xe0\x08\x41\x34\xfa\x9c\xa7\x5c\x8b\x33\x3c\x97\xc1\x43\x93\xcd\x00\x97\x70\xab\xec\x95\xe2\xcc\xa0\x2b\xbd\xde\x6c\xf4\xd1\xd2\x8f\x8c\x8d\x23\x7c\x69\x2d\x14\xf7\x49\x19\xb7\x7a\xc5\xf8\x3d\xe0\xf0\x72\xba\x01\x37\x6b\x0a\x36\x65\x28\xce\x63\x61\x44\xe9\x3f\xb4\x0a\xa3\x49\xca\x67\x0e\xf8\x9b\xdb\x04\xe4\x1a\x20\xb1\x10\x6a\xb0\x52\x44\xbc\x3a\x7c\xc2\xf2\x74\xcd\x3d\xf0\xc1\x5d\x5d\x36\x00\x33\x13\xee\xe4\xe2\x9c\x0e\x1b\x03\x9d\xda\xce\xa5\x2b\xdc\x13\x8f\x1d\xd8\xdd\x7a\x43\xbd\xf5\x0d\xfc\x5f\xf6\xbe\xac\xb9\x8d\x25\x39\xf7\xdd\xbf\xa2\x22\xee\x83\xa4\x1b\x20\x39\x4b\x38\xc2\xa1\x08\x3f\xe0\x90\xd4\x1c\xcc\x50\x24\x87\x8b\x74\x7c\x0d\x07\x54\xe8\x2e\x00\x65\x36\xaa\xa0\x5e\x48\xc1\x9e\xf9\xef\x37\x2a\x33\x6b\xe9\x15\xdd\x00\xa8\x23\x8f\xcf\x83\x3d\x47\x04\x50\x5d\x5d\x4b\x56\x56\xe6\x97\xdf\x47\xbc\x76\xf5\x7e\x7b\x9a\x0b\x40\xc5\xe1\x18\xa3\x41\xb0\xbe\x45\x4b\x96\x5f\x0d\xdf\x8c\xc0\xe1\x3f\x64\xec\xe0\x21\xb8\x38\x6b\x23\x18\xec\x85\xb6\x01\x1c\x16\x71\xe8\xba\xc0\x37\xc1\x28\x91\x19\xc8\xa3\xa6\x4d\x2f\x6b\x97\x47\xf7\xc3\x67\xaf\xfb\xb5\xdd\x88\x11\x9b\x17\xf0\xf9\xf5\xcd\x43\x98\x1e\x96\xf8\xb6\x27\xd1\x4a\x44\x4f\x50\x40\x85\x47\x1e\x6e\x06\xab\xf9\x36\xdf\x4e\x95\x57\x97\xc9\xb5\xcd\x75\x6e\x1d\xe1\xae\x23\x9d\xd6\x29\x8b\x65\xb6\x49\xf8\x16\xb2\x4a\x0a\xf1\x91\x3e\x23\xe5\x80\xc5\xc6\x14\xec\x0a\x9f\xf5\x9f\x69\x33\x2b\x5e\x51\x79\xf0\x58\xf2\x74\x2e\xf3\x94\x93\x2c\x35\x0e\x66\xdd\x1e\xb0\x4c\xac\xb9\xca\x65\x34\x55\x6b\xc1\x55\x88\xdf\xa5\xac\x9a\x19\xe4\x58\x0b\x22\xbb\x5c\x2c\x44\x94\x7b\xa2\x27\x70\xde\xdd\x48\xed\xda\x83\xc3\xde\xdd\xed\xbc\xce\x57\xff\x59\x2a\x2c\x2b\x94\xeb\x4d\xaa\x9f\xc9\x0c\xdb\xa3\x71\xcf\x58\x36\xa8\x11\xd1\x91\x6b\x2f\x83\xf0\x2f\xbb\xa6\x9c\x14\xaf\x2b\xbc\x68\xf2\xf1\x0f\x66\xa4\x3e\x04\xb4\xd8\xa6\xab\x15\x40\x4f\x70\x83\x85\xe8\x15\x47\xb8\x50\x55\xac\x7f\x43\xa5\x20\x10\xed\x79\x43\x30\xe0\x37\x70\x4c\x9b\xdb\x63\xfa\x2c\xe2\xa9\x2a\xd3\x59\x90\xcf\xe8\x37\x1c\xf3\x5a\x2b\xc7\xb1\x36\x76\x8c\x7b\x85\x36\x2f\xa1\x84\xd7\x93\x77\xb9\x62\x87\x0e\xed\x97\x66\x91\xd7\x57\x90\x15\xe9\x1d\xf3\xf6\x72\x2c\xa4\xa5\x40\xd2\x4b\xa5\xf4\xb2\x5b\x94\xae\x58\x1f\x99\x7c\x1c\x08\x9c\x40\xe1\xb5\xca\xc7\xa6\x36\xa6\xca\x56\xb1\x2d\x8a\x04\xd9\xd9\xda\xd4\x68\x88\xbb\xc3\x22\x6e\x7f\x3d\xe4\xb5\x8b\xab\xb1\x40\xbe\xc6\x65\x81\x6d\xe1\x51\xb4\xf5\xaa\xdb\xb0\x74\x85\xca\x0a\x70\x29\xac\x72\x05\x14\xa2\x2e\x45\x0e\xa7\x79\x5c\x24\x58\x94\x05\xf9\x7d\xe0\x01\xe1\x49\xc2\x64\x9e\x4d\x95\xa3\x2d\x41\x26\x5f\xb0\xb0\xb6\xc4\x36\xa6\x2b\x17\x3c\x02\x9a\x25\xb5\x44\xf0\xc3\x64\x24\xf3\xb0\x47\x90\xb7\xde\x86\x6c\xef\x9b\x8d\xe0\x58\x43\x80\xd3\x36\x55\x35\x81\xf5\x30\x7f\x8b\x80\x7b\xd0\xb0\x3b\x06\xf6\xbd\x7d\xe9\xa2\x86\xe1\xe0\x29\x39\x65\x63\x7c\x3b\x73\xe1\xb2\x42\x6e\xd8\x5b\xab\x8a\x8f\xd0\x2e\x73\xab\xc9\x33\xa7\x45\xed\xee\xad\x1b\x9e\xe6\x32\x2a\x12\x9e\x26\x40\xa8\xbc\x28\x12\x26\x17\x81\x26\x1d\xcc\x01\x92\x56\x98\xe9\x8a\x34\x9c\xd5\x36\x25\x94\xf1\xb5\x08\xea\xe5\x28\xbc\x93\x04\x29\x65\xa4\x32\xc5\x5c\xa5\x69\xeb\xdd\x29\xbb\xa8\x2a\x10\xc2\x9e\x08\xc8\xae\x64\x86\xe6\xcf\xf5\x37\x28\xf5\x40\x25\x43\xb9\x30\x57\xca\x37\xc1\xae\x6b\x53\xc7\xe5\xd9\xd3\xc0\x7c\xb5\xe5\x9d\xee\x86\x29\x36\x96\x7a\x3d\x80\x82\x6a\x29\x8b\xed\x36\x44\x4b\x07\xed\xa9\x30\xb0\x93\x21\x51\xd8\x1e\x1d\xfd\x1c\x48\x94\x56\x3b\xbb\xee\x90\xc0\x83\x79\x1c\xd8\xd5\x40\x50\x62\x78\x47\x83\x95\x13\xa2\x13\x5a\x47\x76\x77\x08\xe7\x73\x49\xda\x81\x99\x7e\x99\xeb\xb3\x40\x3c\x4b\x45\xe5\x1c\xfa\x40\x1a\x10\x40\xd6\xeb\x36\xdb\x5c\xb0\x44\xaa\x27\x5b\x59\x6a\x66\x7e\xc4\xb8\x6f\x1d\x36\x1f\xf6\x1e\x17\x73\x8b\x4b\xd3\x44\x6f\x7d\x80\x97\xd3\xaf\x3e\xa3\xf9\xea\x69\x7b\x32\x88\xc1\xbc\xa6\x05\x1e\xbc\x47\xff\x69\xe9\x44\x50\xba\xcb\x84\x85\x4d\xe2\xf9\x12\x60\xb9\x72\xe9\xd4\xa1\x5b\xc7\xf7\x76\x55\xc6\x06\x0d\xa0\x45\x7e\xbc\xbe\xb8\xfc\x30\xb9\x2e\xeb\x2c\xfc\xf5\xf1\xf2\xb1\xfc\x97\xbb\xc7\xeb\xeb\xc9\xf5\x9f\xc2\x3f\xdd\x3f\x9e\x9f\x5f\x5e\x5e\x94\xbf\xf7\x61\x3c\xb9\xaa\x7c\xcf\xfc\xa9\xfc\xa5\xf1\x4f\x37\x77\x15\x65\x87\xfb\xbf\x4c\x6e\x6f\xcb\x7f\x7a\x98\x7c\xbc\xbc\x98\xdd\x3c\x96\xd8\x97\x2f\xfe\xed\x7a\xfc\x71\x72\x3e\x6b\xe8\xcf\xdd\xe5\xf9\xcd\xa7\xcb\xbb\xcb\x8b\x4e\x7a\x66\xff\xbe\x8d\x43\x7a\x0c\x50\xc7\xde\x4a\x1f\x63\xb6\x48\xa5\x50\x71\xb2\x45\xcc\xa9\xbd\x60\x55\x20\x6e\xe1\x11\x20\xd7\x42\x17\x87\x40\x47\x1f\x56\x82\xe9\x67\x73\xb9\x4f\x18\xb5\x46\x15\x33\x3c\x7b\x6a\xa5\x48\xca\xd3\x7a\x70\xba\x13\x21\x9f\xa7\x5b\x57\x83\xd1\xd5\x1d\x4f\xa0\x40\x0f\x61\x1b\x91\x76\xf5\x05\x0e\xe8\xb4\xd8\xe4\x72\xde\x0e\x06\xee\x49\x2c\x30\xfc\x0a\x88\x74\x3f\xcd\xb5\xd1\xd7\xcd\x86\xb1\x84\x89\x3d\x04\x0e\x08\x2d\xec\x2b\x60\xe3\x7e\x6d\x21\x54\x9b\x62\x9e\xc8\x88\xc9\xb8\x7a\xad\xc7\xd2\x0d\x8c\x5c\x56\x59\xc1\x36\x22\x05\x8f\xc9\x38\xa2\x9b\x54\x9c\xf0\x22\x5f\x59\x6d\x5d\x08\x26\x11\x87\xeb\x54\x65\x22\x4a\x45\x6e\xe5\xfe\x45\x6c\x25\x4d\x82\x27\x41\x67\xa8\x80\x2b\x86\x5a\xf1\xd3\x80\xa1\xb5\x25\x54\x8d\xbf\xc4\xd6\x07\xc4\xea\xf0\xfb\x9d\x43\x43\x3d\x96\x59\x55\xb6\x12\x7c\x43\xfc\xd0\x0a\xa3\x98\xf7\x36\x96\x3a\xb2\x40\x63\x9c\x64\x8b\x59\x6e\x7e\x8d\x5d\x6b\x2c\x5c\x28\x65\x88\x31\xb5\x4e\x1f\x9d\xa7\x02\x0e\x11\xca\x48\xdb\x6b\x34\x20\x28\x08\xe3\x0c\xd0\x66\x73\x63\x98\x8b\x15\x4f\x16\x18\x1c\x33\x53\xe3\xf7\x55\x7d\x89\x3e\xe8\x27\xa1\xee\x70\xc2\x7e\x15\x73\xa8\xd0\x01\xf7\x25\x7d\x2e\x30\xe1\x23\x69\xa6\x8f\x76\x55\xd9\x1a\x0f\x94\x7f\x46\x77\x35\xf8\x18\x81\xd6\x9e\xb0\xcf\x96\x87\x2c\x16\xf2\x9b\x69\x70\xaa\x44\x23\x65\x19\xc0\x56\x2c\xb9\x82\xb3\xcb\x40\xd9\x83\x15\xea\x4f\x42\x81\x26\x0b\x0a\x2b\xee\x5c\xb3\xc3\xc2\xb8\xf5\xb9\xe8\x88\x2b\x43\xe8\x49\x96\xa4\x6a\xc2\x64\x83\x1d\x27\x28\xe6\x7a\x12\xa7\xec\x82\xea\x6e\xcd\x5f\xce\xaf\x26\x97\xd7\x0f\xb3\xf3\xbb\xcb\x8b\xcb\xeb\x87\xc9\xf8\xea\xbe\xef\xf6\x3b\x46\x3d\x40\x65\xf7\x55\x4b\x32\x9c\x85\x38\xa3\x9d\xe7\xcb\xd2\xdc\x4b\xf9\x6d\x07\x53\xb2\xbb\xf7\x32\xde\xcc\x62\x99\x45\xe6\xf8\xdb\xce\x84\x8a\x81\xeb\x71\xaf\xa5\xda\xdc\x54\xf5\x2d\xdc\x37\x98\xfb\x86\xb5\x20\x78\xda\x3d\xdb\x15\xed\x3e\x07\x32\x28\x88\x86\xa5\xc2\x6c\xfe\x78\xaa\x82\xd3\xe6\x74\x37\xc1\xb7\x69\xee\xb0\x77\x2b\x37\x51\x7d\x27\xec\xaf\xcc\xb2\x82\x1b\xfb\x68\xbf\x06\xe5\xde\x2d\xa3\x42\x04\x3c\x21\xe1\xa4\x0c\x74\xe1\x98\xb9\x22\xaf\xb9\x8a\x79\xae\xd3\x6d\xcb\x2b\xf6\x33\x9e\xe1\xb6\x29\x9b\xd0\xf0\xc8\x36\xf7\x7f\x3b\x0b\xf8\x55\xae\xaa\x4b\x09\x69\x29\x1f\x6e\xfe\x72\x79\x7d\x3f\xbb\xbc\xfe\x34\xbb\xbd\xbb\xfc\x30\xf9\xc5\x71\x6b\x6c\x78\x56\x57\x9c\x12\xe6\x50\x34\xd6\xc5\x56\xf9\x36\xda\x17\x94\x7d\xb2\xed\x90\x4a\x85\x5c\x4c\x95\xb5\x2c\xa9\x6f\x7e\x95\xea\x62\xb9\x6a\x6e\xa8\xda\xcb\xdb\xf1\xc3\xcf\x7b\x75\x13\x38\x18\x50\x17\x06\x77\x5b\x9d\xa8\x4c\x2e\xc8\xee\x21\xbb\x59\xa5\x7b\xc0\x24\x02\x5f\x6d\x0a\x76\xb7\x58\xb4\xbd\x6e\x2f\x75\xa3\xd5\xe9\xfc\x37\x7c\xbd\x6d\x01\x3d\x04\x76\xb3\x74\x8c\x00\x36\x14\x65\xc7\x6a\xad\xbd\x6f\xf8\x5b\xe9\x04\xfb\xc3\x49\x22\x96\x4b\x11\xe3\xf2\xaa\x36\x4c\xa1\x20\x32\x81\x91\x3f\xd7\x9b\x46\x91\x04\x80\x0e\x38\x98\x1d\xec\xa8\xbf\x01\xbf\x75\x3f\x69\xb6\x15\xe7\x56\x0e\x34\xd2\x2a\xcb\xb9\x6a\xc9\x67\x3e\xd7\x81\x82\xbd\x4c\xd1\x4d\xca\x5c\x49\x02\x05\x48\x6c\xe4\xda\xef\x83\x7d\x32\x39\x24\x74\xa4\x28\xe2\x11\x08\x20\x05\xfa\xa5\x0d\x93\x50\x91\x98\x7f\xf5\xe0\x46\xe7\xd5\x89\x88\x27\x20\xe2\x88\x42\x09\xc4\x89\x88\xd1\x20\x50\x1f\x69\xc5\xa7\x0e\x9a\x90\xca\x93\x3f\xd1\xd0\xe3\xad\xb5\x1c\xf1\xf4\x72\xfa\x76\x82\x9c\xf3\x36\x3c\xbe\x55\x91\x8f\x0f\x84\xfa\xe3\x22\x22\xf2\x4f\x6c\xd6\x03\x2d\x28\xa0\x65\x0f\xd8\x98\x9d\x98\x69\xa6\x4b\x8a\x88\x4f\x80\x42\x60\xaa\xda\xb2\x1a\xd6\x06\xb4\x84\xb9\x6e\xed\xa9\x75\x18\xfd\xcc\x00\xdc\xac\x1d\xec\x7e\x95\x5d\xcc\x7e\x1d\x9c\xbd\x16\x9c\x0a\xcd\xcb\x9c\x63\xca\xb2\x7c\x1c\xb7\x15\x79\x3b\xab\x3a\x0c\x4e\xd3\x0f\x8d\x50\xe6\x8e\xc1\x23\x72\xc5\x33\xf4\x5c\xf3\x68\x55\xee\x38\xbc\x4d\x99\x1f\xa6\xda\x5d\xe7\x09\x1e\x16\x21\xe8\x95\xb8\x18\xe1\x9d\x5a\x66\xd4\xfb\x50\xeb\xc3\x09\x17\x0d\x5b\xf8\xa1\x73\xe4\x2e\x2f\x68\xf7\xc0\x60\x25\xbc\x50\xd1\x8a\x6d\x12\x8e\xd5\x8c\x2b\x9e\xe1\x92\xb6\xd9\x7b\x3e\x97\x89\xcc\x81\x88\x01\x93\x4a\x95\x11\x36\x37\x1a\x9e\x3e\x59\x0a\x38\xee\x89\xa0\xba\x16\xfd\x81\x28\x49\x2f\x05\xfc\x3d\x71\x92\x7e\xcb\x06\xbf\xe8\x4c\x49\xf9\x65\x49\x18\x49\x3f\x1d\xc6\xe2\xc1\xb2\xf4\xef\x32\x6c\x66\xa9\xc5\xdb\xea\xcf\x4b\xe3\xdd\x70\x50\x0f\xc7\x08\x10\xb7\xe9\x00\x33\x5f\x65\x3e\x6d\xdc\x59\x8b\x44\xf3\x16\xf9\x42\xdb\x36\x12\x99\xb6\xb5\x1d\xeb\x62\xde\x46\x9d\x87\xbd\xea\x6e\xbd\x2b\xee\x6f\xf7\xed\xb1\xe2\x82\xa1\x01\xe4\xb9\xc8\xe5\xb0\xd0\x46\xf0\xd2\x3c\x17\x27\xf0\xf3\xe6\xc6\x89\x30\xae\xf7\x3b\xd7\x16\x9a\xa7\xd3\x76\x04\x7d\x80\xde\xaa\xaf\xae\xbf\x16\x20\xb6\x7f\xb3\xb8\x47\x66\x80\x43\x16\x59\x2e\xeb\x2b\xac\x79\x27\x56\x9f\xfa\x50\x4e\xaa\x84\x6b\xa0\x77\x55\x58\xd3\xdb\xdc\x9b\x5f\xf7\xdf\x90\x65\x9d\xdf\x4d\x2a\x35\xd4\xef\x93\x38\x70\x07\xc7\x50\xe3\x73\x0f\x18\xc9\xaf\x85\x28\x84\x59\xfb\xf3\x22\x5e\xd6\x63\x9b\x03\xbc\x33\xff\x4a\x2b\xfd\xc2\xd6\x45\xb4\x62\xb6\x71\x16\x8b\x84\x6f\x4b\xaf\x06\xfe\x52\xae\x13\x60\xed\xdb\x93\x42\x2c\x2a\xb2\x5c\xaf\x01\xdd\xe8\xdb\x4d\x0b\x05\x0b\x9e\xf1\x3c\x4f\xe5\xbc\xc8\x1b\x91\x50\x25\x2e\x9d\x3d\x13\x5a\xf7\xb7\x97\xe7\x93\x0f\x93\x4a\x36\x69\x7c\xff\x97\xf0\xdf\x9f\x6f\xee\xfe\xf2\xe1\xea\xe6\x73\xf8\xb7\xab\xf1\xe3\xf5\xf9\xcf\xb3\xdb\xab\xf1\x75\x29\xe7\x34\x7e\x18\xdf\x5f\x3e\xec\x48\x2b\xd5\x9f\xda\x3e\x11\x3c\xa0\xfa\xb1\x78\x4b\x4b\xfd\x68\x6f\x97\xf4\xd4\xf7\x6c\x6c\x89\x8f\x42\xdd\x41\x6e\x53\x83\x90\xd2\x46\x21\x44\xca\x20\x5e\xf0\x9c\x93\x3a\xef\x29\x1b\x33\xab\xb2\x0c\x28\xe3\xcc\x38\x0b\xc4\x0a\x63\x66\x07\x9b\x30\x1e\x43\xe4\x6f\x6e\x5e\xdb\x46\x2f\x88\x8f\x29\x11\x21\x0b\xaa\x2d\xa9\x99\xaa\xcb\x67\xa1\xf2\x02\x28\x1a\x79\x92\x58\x35\x6c\xfb\x85\xa0\x7a\xd2\xf6\x32\x93\x6b\x99\xf0\xd4\xcb\x90\xdc\x50\x5b\xe0\xb0\xdb\xbe\x3a\xb2\x8c\x3a\x37\xbd\xbd\x3c\x3c\x4e\x18\xf4\xfb\xfc\x6a\x02\x2e\x50\x94\x5b\x8e\x6d\xfb\xf0\xa9\x42\xbe\x1f\x7a\xe2\x9a\x03\xf2\x3d\xd7\x14\x4f\xc3\xc7\xd3\x97\xdb\x17\x62\xa3\x12\x7e\x7f\x42\x29\x8c\x3c\xbf\x16\xba\xc6\x75\xd2\xfe\xc7\xa5\xca\xd3\x6d\x6f\xbf\xe6\x01\x48\x1a\x33\xf0\x4d\x09\x48\x53\x96\x26\xc1\x70\x07\xb3\xad\x5f\x83\xb3\x63\x51\x5e\x14\x8d\x77\x41\x77\x01\x44\x90\x2d\xfe\x77\x62\x0e\xa1\x1f\x75\x1c\x42\x72\x02\x18\x85\xb9\x2e\x54\x9c\x11\xe4\x67\x2d\xd5\xd9\x9a\x7f\x7b\x67\xdf\x14\x8b\x7d\x1d\x41\x30\x10\xb9\x88\xc4\xdc\x44\xb6\xc6\xc8\x75\x0f\xd7\x54\x75\x8c\xd7\x6e\x6f\xd1\x5a\x56\xb8\xf6\xf8\x3b\x2a\x82\x97\x9e\xc5\xb6\x69\xfe\x6a\x24\xef\x08\x90\xa2\x0d\x0f\x8d\x6c\x52\x61\xbe\xe8\x90\x51\x09\x02\xde\xdc\xbf\x01\x01\x5d\x12\xa2\x69\xb6\xdd\x61\x96\xf7\xa0\x6d\xd3\x98\x5f\x7e\x05\x96\x7e\x7a\x92\x99\x33\xcc\x36\xdb\x40\x27\x21\xbe\x29\x8d\x66\x26\xeb\x3f\xf5\x9c\x2d\xa0\xfc\x81\x84\x26\x53\x01\x81\x6d\x98\x0a\x4b\x2b\x09\x74\x1f\xb5\x14\xb6\x5d\x02\x89\xc8\x20\xdc\xab\xcc\x75\x4b\x7c\x2d\x28\x63\xf7\xfb\xdf\x0d\x3b\x67\xf3\x74\xcb\x2c\x85\x71\x58\x7e\x41\xd5\x47\x74\xe6\x42\xbf\x0a\x25\x9b\x38\x80\xee\x0a\x65\x8e\xe2\x63\x80\x1d\xfa\x67\xb3\x2a\x0f\xa5\x7f\xee\xac\x50\xb0\x81\xd8\x14\xbf\xff\x6a\xa4\x69\x9f\x2a\x5c\x69\xf4\x38\xc0\xc3\x52\xeb\xe1\x81\x36\xe7\xd1\xd3\x0b\x4f\x63\x8c\x15\x02\xfa\xe0\x94\xfd\xac\x5f\xc4\xb3\x48\x47\x2c\x12\x69\xce\x89\x46\x25\x83\xf4\x2b\x6c\x28\x6a\x67\xaa\x00\x1e\x8e\x9c\x34\x0a\x34\x3a\x73\xb9\x5c\x99\xfb\x64\x90\x3c\xd7\xa9\x31\x47\x39\x72\x54\x6d\x44\x44\xc4\x15\x2d\x03\xb0\x48\xf8\x73\x9d\x17\x66\x9f\x12\x73\x36\x71\x35\x6e\x36\x3b\x65\xa9\x7a\xbb\xe0\x0e\x34\x60\x64\x34\x91\x69\x60\xc4\x96\x3a\xe1\x6a\x79\x7a\x7a\xca\x44\x1e\x9d\xbe\x1b\xb4\xd0\xa9\xc1\x30\xdf\xe5\xb0\x9d\x89\xd6\x99\x48\xb6\x8e\x6c\xc1\xa1\xef\x41\x1c\xfd\x5b\x2e\x54\x26\x31\xe4\xd1\xb0\xfc\xef\xab\xa5\xea\xdf\x37\x74\xde\x7c\x53\x1d\x5c\xdb\xd5\xd2\x0e\x30\xff\x0f\x68\x09\xbf\xdf\x7c\xf3\x1a\x50\xab\x68\x65\x7a\x7c\xcd\x62\x0b\xaf\xa2\x56\x43\x0b\xf1\x3e\xe9\x36\x3d\xcb\xbd\xb8\x90\x1a\x5b\x22\xa6\x84\xbd\x8a\x97\xda\x22\x17\x95\x7a\xb2\x03\x4a\xc9\x3a\xaa\xc2\x06\x16\x84\x35\xec\xbf\x86\xed\xe1\x4a\x4e\x0f\xc1\x27\xe9\xa4\x58\xb7\x93\x00\x1d\xea\xf2\xf9\x4e\xe2\x7f\x9d\xc3\xe3\x7a\xbb\x7c\x5e\x63\xd4\xb2\x98\x53\x7f\x31\x70\x4b\x45\x79\xc6\xb6\xa7\x32\x03\xba\xaa\x7d\x2a\x84\x5c\x33\xd8\x34\xe4\x97\xb6\x1b\x0c\x18\x62\xed\x50\xb2\xc5\x1a\x34\x9b\x8f\xa0\x9f\x64\xe8\x97\x41\x52\xaa\xdd\x8c\x55\x51\x4f\x83\xe7\x08\x38\xb2\xf7\xca\xc4\x81\xa3\x13\xd0\xb4\x12\x2c\x03\x1a\xa4\xdc\x71\xae\xd9\xc2\xd6\x9c\x3c\x89\x40\xd5\x2b\x06\x02\xd7\x17\xa4\x84\xf8\xcb\xbf\x64\x36\xcb\x4c\x40\x00\x7f\xc6\xe6\xfe\x21\x18\xcd\x7e\xfe\xbd\xc5\x7f\xe0\x1b\x62\x13\x20\x94\x11\x73\x95\x37\x36\xe0\xe1\x51\xd0\x16\xfe\xe4\x93\xb9\xb7\x37\x7e\x9d\xda\x87\xaf\x22\x27\xfe\xf8\xf3\x3d\xc3\xa1\x26\xaa\xcf\xb4\xab\xa3\x41\x23\xbb\x11\x28\x30\x5c\xb3\x3d\x7c\x97\xd2\x3c\xe0\xa0\x5b\xae\x57\x33\xec\x22\x8f\x56\xfe\xac\x2c\x8b\xdb\x91\xe0\x09\xbd\xe7\xda\x93\x97\x22\xb8\x2f\x44\x49\xc9\xa5\xd2\xa9\xf0\x68\x2b\xad\x04\xa4\x15\x78\xce\x62\x1d\x36\xcb\x64\xbe\x1b\x8a\x32\x90\x60\x67\xd7\x52\xcb\x35\x42\x0c\xe8\x3d\x4b\xd9\x21\x70\x82\x25\xd2\x72\x58\x1c\x1f\x7a\xf1\xa4\x9f\x51\xa5\xdc\x2c\x17\x3a\x4f\x55\xf9\x51\xb5\x41\xb2\x58\x11\x99\x0a\x64\xca\xcb\x8c\xbf\x91\xcb\x67\xb3\x51\xeb\xcb\xda\x2d\x50\xb0\x00\xf5\xb5\x37\x55\xd8\xed\x80\x6e\xef\x49\x6c\xb3\x50\xac\x83\x56\x14\x6b\x5b\x90\xd2\xbc\x0f\xcd\xd7\xee\xa9\x80\x81\x9b\x05\xe2\xa3\xfd\x4e\x11\x7c\xe8\x47\xf3\xe3\x0e\x10\x5a\xad\x71\xb3\x06\x7d\x51\x8f\x8f\x82\x91\x99\xf0\xe3\x4c\x73\xe8\x71\x26\x0d\xc2\xb4\x3e\xa0\x08\x57\x35\x73\x23\x9b\x2a\x62\xe4\x0c\xf2\xb7\xc6\xe0\xd4\xa7\x8d\x2a\x0d\x91\x07\x70\x5b\x62\x49\x00\xb6\x54\xab\xa0\xd8\xac\x07\x6c\xb5\x9e\x48\x07\x1f\x6b\xb1\x6c\xd4\xa9\xf1\x81\x7b\x82\x97\x68\x72\x5b\x01\x4b\xde\xe9\xa6\x81\x23\xa2\x2c\x54\x7d\x41\x7f\x3d\x12\x66\xf8\xc6\xaa\x11\x2b\x64\x91\x42\xf7\x97\xe7\x77\x97\x0f\xdf\x0d\xd0\x64\xd1\x44\x83\x11\x4d\xb6\x9f\x17\x97\x1f\xc6\x8f\x57\x0f\xb3\x8b\xc9\xdd\x6b\x40\x9a\xe8\xa3\x3d\x30\x4d\xf7\x44\xf4\x7b\xae\x55\x2e\xbe\x1d\x74\x26\xa7\x85\x9a\xf1\x01\xd8\x7a\x47\xa6\xdd\xe5\xee\x60\xa3\x75\xa2\x62\xc7\x22\x4c\x34\x6d\x78\xa2\x39\x5e\xe2\x40\xe0\x79\x21\x93\x04\x2a\xde\x5c\x40\x98\xca\x58\xcc\xa0\x82\xfd\xb1\x4a\x95\x64\x53\xa7\x6a\x5e\x62\x6a\x86\x20\xd5\xca\x5c\xdb\xb0\xd6\x6d\x63\x06\x20\x95\x50\xf0\xd4\xc5\x65\xbc\x94\x4a\xf8\x6e\xa0\x42\x5b\xa1\x58\x2b\x01\x25\x4d\xe2\x6b\x16\x34\x92\xe3\xd5\xd7\xd7\xb4\x2b\xae\xb4\x3e\xad\xfb\x69\x3f\x74\x6f\x88\x9b\x58\x2a\x74\x4c\x4b\xbb\xf9\xbe\x79\xe9\x9e\xf9\x2d\x00\xe3\x6e\x66\x92\x43\xd4\x1c\x44\xd0\xfc\x44\xd2\x44\xa0\x8a\x80\x0f\xa7\x3f\x49\xc4\x7d\xe8\x45\x65\x9c\x8d\x29\x34\x63\x2d\x21\xb6\xce\xa9\x88\x3f\x4a\x8a\x2c\x17\x29\x5d\xf4\xc7\x9f\xef\xa7\x0a\x95\x72\xe9\x14\x22\xa6\x79\x7c\x04\xa2\x0e\x74\xe9\xf9\xd6\x43\x09\x2d\xd8\x5b\x8c\xaa\xae\x05\x57\x19\x0a\x54\x26\x89\x48\xfd\xca\xc0\xfe\x08\x11\x93\x48\x09\xa8\x98\xfa\xdf\x93\x46\xa1\x86\x5d\x6b\xfa\x4b\x9f\x92\x4a\x5f\x75\x3d\xb5\x15\x54\x02\xa4\xf1\x35\x57\x4e\x03\xb2\xbe\xef\x2a\x22\x34\x68\xe3\x22\x2a\xe3\xdc\x7b\xad\xa5\x07\x6c\xee\xb7\xa5\x74\xc4\xa5\xd4\xe3\x5c\x0f\x4f\x09\xb6\xd2\xc6\x80\x3a\x92\x78\x9f\x18\x75\x05\xdd\x09\x20\x76\xcc\x30\x36\x9e\x3a\x9e\xc3\x6a\xaf\x54\xe9\xf5\xcd\xf5\x65\x98\xe8\x9c\x5c\x3f\x5c\xfe\xe9\xf2\xae\x54\xbc\x77\x75\x33\x2e\x15\xe0\xdd\x3f\xdc\x55\xea\xee\x7e\xba\xb9\xb9\xba\xac\x65\x4c\x2f\x1f\x26\x1f\x4b\x8d\x5f\x3c\xde\x8d\x1f\x26\x37\xa5\xef\xfd\x34\xb9\x1e\xdf\xfd\x5b\xf8\x97\xcb\xbb\xbb\x9b\xbb\xca\xf3\x1e\xcf\xbb\x73\xaf\xa5\xd7\x68\xbe\x8a\xfb\xd4\x4e\x40\xe7\xd5\x38\xa4\x5f\x0f\x23\xc1\xcc\x79\xde\xe8\x50\xf7\xbe\xe9\x90\x48\xe2\xd7\x42\xa4\x5b\xe2\x10\x40\x2f\x14\xff\x12\x71\x85\x00\xae\x9c\x44\xde\xe3\x10\x79\x34\x55\x9f\x51\x06\x1e\x92\x9b\x6f\x32\xf6\x27\x08\xbf\xda\x2f\x7b\x31\x51\xd8\xac\x7f\xc5\x67\xb8\xcf\x4e\xa7\xaa\x24\xc2\x18\xfc\xaa\xa4\x20\x7d\x3a\x55\x96\xa7\x31\xd6\x51\x76\x0a\x7b\xf9\x54\xa7\xcb\x33\x92\x54\x31\xb6\x4e\x3f\xcd\xb5\x7e\x3a\x13\xea\x0c\xbc\x8d\xfc\x8c\x17\xb9\x3e\x83\xd4\x0d\x42\x5b\xb2\x33\xab\xbc\x60\xa5\x2b\xb2\xb3\x95\x7c\x16\xf0\xff\x4e\x57\xf9\x3a\xf9\x3f\xd9\x66\xf5\xed\x64\x99\xa4\x27\xe6\xb7\x27\xe1\x6f\x4f\xec\x6f\x4f\xec\x6f\x4f\xcc\xcf\xf0\xff\x6d\xb6\x78\x71\x17\xa4\x80\x3b\x55\x52\x65\x22\xcd\xa1\xce\xf1\x25\x95\xb9\xd7\xe7\xde\xb2\x37\xff\xfd\xdf\xec\x34\xe5\x2f\x08\xe5\xbd\xe0\x39\xbf\x45\xcf\xf1\xef\x7f\x7f\xc3\xb2\x5c\x93\x8e\xcc\x86\xa7\x5f\x0b\x91\x1b\x1f\x36\x11\x51\xce\xfe\xef\x54\x81\xf4\xd4\x7a\x3b\xcb\xd1\xa3\x46\xef\x32\xce\xd8\xbf\x62\x9b\x13\xe4\xd3\x88\x33\xd3\x52\x0b\xca\x47\xf2\xa4\x41\xac\xa7\xe5\xf2\xf5\x35\xb9\xa0\xef\x0f\xb0\x38\x5f\x93\x12\x6a\xc0\x31\xc2\x66\x5f\x13\x20\x6d\x49\x34\xb7\x89\x23\xe6\x16\x2f\x58\x40\xea\x5c\xd3\x1e\xa9\x85\x27\x0f\xd8\x31\xfb\xea\x97\xdd\x23\xa7\x97\xbd\x93\xd5\xa4\x68\xe0\x16\xe8\x6f\x98\x40\xe5\x22\xcd\x0e\xb9\x47\x1f\x17\xf5\x61\xe1\xcd\xc1\xf6\xe7\x3a\xe5\x4b\xaf\xe7\x4b\x47\x52\xf6\xc7\xf7\x67\x67\x23\xb6\xcc\xe0\x7f\xe6\x5f\xe1\x7f\x20\x93\x71\x2c\x5a\x9a\xda\x60\xba\xa4\x5c\x9f\x48\x6d\xeb\x8f\x0f\xb2\x61\xaf\xcf\x84\x56\x59\xa6\x3f\x15\x2a\x4e\x84\x47\x26\x97\x2e\xbb\x89\xb6\x62\x61\xe8\xf2\x54\x39\x67\x61\x8e\xe7\x22\xe2\xc6\xf0\xd5\x9e\x8d\x89\x6e\xbd\xc8\x85\x42\x3f\x27\xf5\x0c\xdd\x1c\x7d\x12\xc8\x32\x41\x5a\x16\xb4\x6f\xd7\x1b\x10\xc2\x95\x10\x00\x7c\x40\x6a\xb1\x51\xf5\x23\x90\xb2\x44\x96\x2c\xe0\x7e\x41\xc5\x4d\x61\x6f\xe2\x58\xd1\x55\xa4\xc6\xd5\xd9\x70\x15\xf3\x0c\x56\xe0\x22\x85\x38\x56\xca\x78\xbd\xa3\x23\x84\x06\x98\x9b\x3d\x57\x5b\x8a\x19\x87\x23\x81\x34\x66\x41\x9f\x47\x41\x27\xf0\x4c\x40\xf1\xde\xea\x0f\x4f\xa7\xca\xc9\xc0\x62\x5e\xce\xca\x8a\x6f\xb6\x54\x2c\x59\x1d\x74\x69\x7d\x22\x1a\xee\x91\x17\xda\xab\x7e\x17\x04\xc6\xc3\xa0\x09\x30\xa6\x85\x2a\x38\x56\xa9\xe7\x2d\x08\xf3\x8a\x34\x7b\x67\xb6\x21\xf0\x88\xe6\x9e\x8f\x4c\x66\x7e\x32\x9c\x6a\x2c\xf9\x81\xa6\x79\x47\x2d\x6c\x46\xa7\xc4\xb1\xd5\xe4\x82\xed\xde\x2a\x3f\x7a\x7e\xa3\xa9\xbf\xf4\x9f\xdf\x35\xd7\x11\xe6\x98\x1b\x85\xac\x07\x91\x0d\xe0\x96\x0d\x2d\x2e\x36\x4a\x22\xb3\xe8\x9c\x58\xc9\x11\x69\x8e\xac\xdc\xdc\x00\xf2\xa9\xa2\x13\x78\xc4\x16\x82\xe7\x2b\x48\xb2\x67\xcf\x68\x8c\xf1\xb8\xcf\x5f\xb4\xcf\xae\x58\x82\x56\x48\xcc\x97\x1a\xf7\xee\x3f\x7e\x0d\x62\xc5\x3c\xca\x31\x74\xdc\x46\x5d\xe9\x5c\x15\x18\xac\x46\x83\xb8\xc7\x38\x58\xbe\xcf\x2a\xb7\x76\x48\x37\x0b\x23\xb1\xc5\x10\x20\xab\xf6\x03\x3f\x30\x86\x07\xdf\x0e\x03\xfc\x81\x71\x84\xca\x26\xca\xeb\xe3\x3e\xf3\xd1\xb9\x90\x74\x0d\x22\x2f\x6d\x9b\xaa\x63\x20\xa0\x03\xfb\x41\xa0\xcd\x4f\x77\x52\x53\x64\x22\xb5\x64\xa4\xf8\xae\xc8\x4d\xb1\x92\x69\x7c\xb2\xe1\x69\xbe\xb5\xcb\x37\x91\x73\xe0\x30\x4c\xe4\x93\x60\xe3\x34\xd5\x2f\xc7\x1e\x85\x56\xd3\xf2\xc0\xb3\xa7\x23\x53\xdd\x00\xb5\xd3\x10\xaa\x9a\x46\x66\x9a\x52\xda\x3d\x16\xb3\xfd\x58\x70\xda\x98\x7c\x1a\x9f\x93\x8a\x3c\xdd\xce\xcc\x42\x5c\x6f\x5a\x2d\x45\x2f\x00\x57\x7f\x27\x77\x18\xc1\x0e\x9c\xcf\x3d\x08\x76\x4a\xb3\xfa\xe3\x10\xec\x34\x70\xe7\xd4\x09\x76\x26\xd7\x93\x87\xc9\xf8\x6a\xf2\xff\x2a\x2d\x7e\x1e\x4f\x1e\x26\xd7\x7f\x9a\x7d\xb8\xb9\x9b\xdd\x5d\xde\xdf\x3c\xde\x9d\x5f\x76\x57\xcc\xd6\x7b\xef\x5d\xf0\x13\x16\x3e\xe7\x3d\x7b\x08\x42\xf0\x08\x7c\x22\xff\x9b\x44\x3c\x60\x55\x99\xcd\x2c\xd5\x72\x04\x1b\xf5\x3d\xbb\x4c\xd3\xc9\x9a\x2f\xc5\x6d\x91\x24\x90\x28\x43\x94\xe1\x79\x2a\xe0\xe2\x39\x62\xb7\x3a\x9e\x04\xbf\x03\x68\x74\xe3\x6b\xc0\xf3\x79\x1c\xa7\x22\xcb\xf0\xf1\x23\x7a\x7e\x90\x16\x72\xb0\x6b\x4a\x8b\xf2\x67\x2e\x13\x73\x7f\x7b\x0f\xba\x82\x7a\x41\x0a\xd1\x23\x07\xe2\x64\x5f\x0b\x9d\x73\x26\xbe\x45\x50\x25\xde\xbc\x4e\xae\xf4\xf2\x75\xef\x40\xcd\x7b\x7a\x37\xb1\x46\xcb\x25\x05\xc8\xda\x67\xcd\xc7\x79\xb3\x21\xa0\xb7\xfc\x88\x3f\xfd\x80\xbf\x6c\x6c\x3d\xcf\x93\x23\x54\xad\x5c\xe9\x65\x33\x75\x2e\x78\xd7\xc4\xf7\xeb\x05\x74\xa1\x06\x4e\x2f\x59\x26\xd5\xd3\x54\x7d\x5e\x09\xc5\x74\x91\xe2\x9f\xe0\x9a\x6f\xdc\xcc\xa4\xc8\x56\x22\x66\xba\xc8\x47\xec\x45\xb0\x35\xdf\xa2\xdb\x0c\x77\x02\xc7\xf7\x09\x4b\x06\x4e\x11\xf3\xeb\x44\x2a\x63\x2d\x36\xd2\x62\xa4\xaa\x53\x7f\x8c\x1b\x97\xe5\x48\xe0\x87\x53\x18\xf5\x2b\x04\x79\x59\x09\xc0\xc0\xfb\x8c\xb8\x4d\xfd\x90\xe5\x06\x39\x11\xad\x9f\x8a\x8d\x67\x53\x79\x63\x29\x0b\x61\xb8\x9f\xb5\x8c\x59\x5c\x6c\x12\x19\x39\xbb\xfb\xa2\xd3\x56\xca\x28\x04\xf3\x0d\xa0\x8c\xaa\x40\x54\xbb\x5e\xac\x01\x29\x18\xe4\x48\x3b\xc8\xa3\x5e\x99\x3e\x2b\x90\x73\x2f\x32\x91\x9e\xe4\xa9\x5c\x2e\xc1\x01\xb7\xb8\xe3\x1f\x9f\x5f\xcb\xf3\x77\x1c\x0e\xb1\x0d\x0b\x60\x12\xbd\x94\x11\x4f\x42\xd8\x8a\x8f\x77\x3b\x02\x1f\xbb\xed\x49\x46\xc6\xf4\xdb\x75\xa8\xb5\x30\x79\x93\x0a\xe0\x90\x9a\xa1\x42\xfe\xe1\xca\xfd\x93\x05\x33\x17\x74\x2b\x31\xeb\x2b\xc4\xac\x4a\xb7\x3d\xe1\xfc\xb3\x2d\x97\x38\x8a\x09\x2a\x00\x63\xeb\x17\x25\x52\xf0\x60\x21\xa0\x6f\xde\x54\x69\xf0\x4d\x1c\xbf\xb8\x43\x9e\x58\x7e\xfd\x85\x83\xd8\x20\x8a\x7f\x29\x9f\x85\xfa\xfe\x7c\x68\xc1\x03\x22\x1e\xad\xc4\xcc\xfa\xe5\xc7\x36\x59\xee\x00\x18\x68\xac\x2c\xd1\x67\x68\x4a\x99\x04\x0e\x8a\x08\xaf\x4e\xd8\xe3\xba\xed\x42\xf2\xea\x5e\x87\x12\x50\xa0\x96\xe3\x73\xd5\xe3\xe0\x50\x26\x6f\x07\x92\xdb\xd7\xfb\xef\x0e\x04\x2c\x13\x3d\x87\x6a\xad\x3a\xc7\x77\x78\xc2\xb6\x51\x06\x3f\x8b\x34\x95\xf1\x10\xcb\x64\xc7\xe4\xc6\xfd\xb4\xab\x83\x4e\xa8\xd1\x3d\x09\x8c\x82\xc4\x58\x5d\xc5\x73\xaf\x56\x03\xec\xba\x26\x40\x6e\x23\x73\xc9\x0d\xe7\x48\x58\xae\x3e\x08\x4c\xe8\x0e\xe5\xcf\xfa\xbb\x1c\x34\xd1\xf5\xfa\xb2\x1d\x63\xe9\x4b\xd2\xba\x27\xf9\x80\x22\x21\xac\x68\x72\x95\x42\x43\x08\x97\xec\xd4\x61\xe2\x19\x54\x55\xdd\x24\x96\x10\x41\xbd\x66\xb4\x3a\xee\x0f\x94\xee\x3a\xa8\x02\xfe\x15\x76\x54\x91\x6b\x1f\xad\x84\xf7\x99\x00\x0d\x49\x88\x35\x04\xb3\x31\x89\x1b\xd5\xf2\xfd\xf1\x61\xb7\x66\x9b\xab\x72\x58\xc4\x69\xcc\x36\xa9\xb0\x71\xef\xad\xc8\x5d\x8d\x44\x62\x99\x9d\x21\xac\xeb\xde\xba\x5c\x24\x66\xeb\x40\x5c\x61\x2f\x04\x61\xb5\xd5\xc1\x5e\x6f\xb4\x12\x8a\xd0\x01\x4a\x4f\x15\x35\x6e\xf5\x79\x5c\x64\xb8\x04\xc2\x1c\xd1\x85\x1c\x21\x3d\x22\xd3\xc9\x33\xa5\x00\x02\xfe\x3e\x60\xf6\x36\x1d\x3c\x37\xbe\x8d\xf1\xe4\x21\x37\x45\x88\x3c\xc0\x28\x54\x44\x6a\x52\xb1\x94\x59\x2e\x42\xdc\x6a\xf8\xfb\xa3\xe9\x09\x94\x9c\xff\xae\xa1\x6f\xd5\x13\xd8\x75\x8a\x9b\x5d\x3b\xa0\x3f\xdb\x8d\x88\x27\xee\x77\xdd\x8b\xa1\x04\x3e\x8f\x03\x23\x51\x3a\x05\x70\x0d\xa0\xf7\x92\x61\xd9\x6c\xe6\x98\xf7\xdc\x24\x51\x41\x23\x77\x22\x10\x30\x45\xcb\x82\xa7\x5c\xe5\x42\x64\x53\x45\x89\x13\x2c\xff\x0e\x2b\x9c\x16\x25\xf1\x08\x7f\x36\x47\x3a\xcb\xb1\x9a\x12\x7e\xb2\xe0\x32\x29\xd2\x56\x77\x19\x57\xe5\x5e\xa5\x1b\x5d\xa3\x74\x0e\xcd\xb2\xa6\x49\x73\xd0\xea\x60\x17\xb9\x0a\xa4\x6a\xda\xa3\x8c\x3c\x6e\x79\x05\x6b\x72\xfb\xcf\xb7\x8b\x95\xb4\xa0\xad\xff\x25\x9b\x6d\xf4\x00\x8b\x47\x9a\xc3\x8d\x8d\x65\x5f\x6b\x77\xfa\x8e\xf4\xdf\xd7\x36\x2e\x42\x9e\x3d\x41\xe4\x7c\xd7\x55\x62\x77\x7c\xf0\x8f\x7f\xd8\x1d\x5f\x6f\xb5\x5d\xb0\x6a\x57\x5c\xc5\x09\xe8\x13\xe7\x95\x13\xc8\xed\x01\x10\x00\xc8\xad\x71\x6c\x87\x1b\x02\x7a\x67\x16\xd5\xa0\x9f\xbb\xc6\xa9\x82\x19\xdd\x01\x21\x2c\x3d\xa5\x8c\xe4\x6c\x42\x10\xf9\x93\x9d\x84\x28\xdc\x86\x6d\x5f\x82\x0b\xb9\x3c\x3e\x11\x4f\x5f\x65\x0e\xe7\x65\x7f\xac\x5b\xca\x88\xb6\x22\x9d\x5f\x4e\x8c\xe3\xc0\xcd\x08\xc8\x2f\x63\xcc\x42\xba\xa3\xa9\x22\x9d\x1a\x4c\x1a\x41\xb6\x00\x4b\x7a\x33\xf6\x7b\x07\x07\xfe\xfd\x3f\xdb\x82\xce\x2d\x5b\xc0\x58\x43\xd5\xb4\x8e\xa2\x22\x85\x8c\x0e\xdd\x3a\x99\xc0\xb3\x69\x08\x2b\xdd\x18\x4f\x64\x97\x87\x47\xf7\xa9\xc9\x7b\x70\x61\x86\xd2\x4b\x3d\xc0\xed\x12\x15\x77\xdc\x59\x48\x0c\xb6\x69\x96\xb3\x2c\x17\x9b\x46\xab\x54\x72\xba\xca\xa2\x52\x07\xb8\x5d\x1d\x8a\xf0\x07\xdb\xe8\x71\xa0\x5e\xf5\xe7\xfb\x9b\x6b\xb6\xe1\x5b\x80\xb4\xe4\x9a\xd4\xc0\x80\xd3\xa2\xba\x7f\x77\xcd\x40\xf9\xe5\xcb\x9b\x0d\xc7\x34\xe5\xde\x5e\xd4\xc3\x4e\xdc\xa9\xfd\x55\xec\x10\xac\x19\x5a\x92\x66\x2b\xa7\x3a\x39\xd9\x24\x5c\x09\xe4\x1f\xc4\x02\x5f\x56\x79\x7c\x98\xa6\x72\x01\x6b\x02\x02\x40\x07\x42\xb1\xec\xb4\x50\x4d\xb8\xb6\xb2\x4e\xd6\x41\x99\xa9\x56\x1b\xd1\x89\xd7\xf9\x88\xac\x84\x3c\x32\xdb\x04\xcb\x5d\x6c\xb6\xcd\x25\x6c\x79\x06\x58\xaa\x01\x13\xd5\x2d\xea\x35\x55\x56\xb3\x45\xbf\x64\x2c\xc6\x82\xa0\x42\x66\xa8\x85\x89\xb1\x4c\xc0\x35\x90\x7d\xc1\xa4\x6b\xca\x55\x66\x26\x14\xc2\x31\xe2\x59\x28\x56\x2f\x2f\x99\x5c\x5c\xb9\xd4\x24\x4e\x12\xf1\x99\xb7\x0c\x7d\xe0\x98\x1d\x44\xe1\xd5\xa4\x32\xb5\x9b\x2a\xf0\x23\xdf\xb4\x5c\xe8\x51\x82\xe6\xd0\x16\x77\xcd\x92\x2b\x87\xac\x7a\x9d\xa0\x7f\x03\x14\xc7\xa4\xdd\x53\x1f\xbd\x47\x75\xa0\xf9\x69\xe4\x0e\x1b\xa0\xa2\xbb\x3f\x75\x77\x28\x20\x3a\xc0\xf6\x04\xb5\xf4\x0e\x16\xe0\xfc\x65\xb3\xcb\x81\x40\x16\xd5\x1a\x49\x9d\xfa\x5e\x08\xf6\xc5\x09\x3e\x7e\x21\x82\x72\xaf\xb5\xdd\x36\xae\x13\xb5\xd0\x87\x19\x83\x74\x59\x43\xd2\x1c\x34\x2a\xcd\xfd\x3c\x14\xab\x03\x15\x45\xea\x75\x8b\x42\x1a\xdf\x6b\x07\x32\xe7\xd6\xdf\xc9\x09\x9e\x6c\x7b\x6a\xce\x67\x98\xe2\xfd\x84\x09\x4b\x8b\x24\x07\x0d\x4c\x20\x7f\x7a\x52\xfa\x45\xa1\x2f\x40\x4f\x62\x6f\xcd\xfe\x83\x03\x0c\x58\x9c\x08\x9c\x53\xa0\x35\x7c\x07\x6c\x54\x63\xf7\x6f\x76\x8f\x61\x6e\xec\x33\xd0\xad\x66\xe0\xfc\x10\x51\x2a\x58\xf3\xb7\xe3\x11\xfb\x69\xc4\xce\x47\xec\xf4\xf4\xf4\xdd\x88\x09\x1e\xad\x6c\x8f\xf0\x27\x08\x7a\xc9\xf9\xd2\xb4\xed\x74\x72\xfd\x03\x80\x3d\xd8\x1c\x56\xe6\xc8\x34\x06\x9a\x07\x6a\xba\x3e\xf2\x60\x5f\x01\xc1\xdc\xa8\x50\x61\x53\x82\xd1\x4a\x4b\xdf\x29\x40\x97\x89\x48\xa7\x16\x9f\x96\xe5\x3a\xb5\x58\x9b\x67\x9e\x72\xa9\xa0\xde\x80\xd7\x91\x86\xf4\xe4\x80\x23\x4b\x7c\xe3\x6b\x78\x7f\xa9\x1c\x4d\x88\x19\xa6\x07\xd7\xff\x7c\xbb\x91\x11\x8c\xe7\x4b\x2a\xf3\xdc\x9c\xce\xd9\x54\xdd\xb3\xf7\xff\xca\xc6\x9b\x4d\x22\xd8\x98\xfd\x8d\xfd\xc4\x15\x57\x9c\xfd\xc4\xfe\xc6\xce\xb9\xca\x79\xa2\x8b\x8d\x60\xe7\xec\x6f\x66\xd8\x4c\x7b\xd7\xda\x1c\x87\xdb\x11\xe3\x4c\x15\x09\x9e\xfa\x6f\x2d\x8e\xe5\x9d\x7b\x2f\xee\x67\xc7\x8a\x4d\x66\x7a\x4d\x47\xe1\x2f\x58\xcd\x60\x46\x46\xaa\x65\x22\x72\x2b\xf1\x5a\x42\x1c\xe1\x03\x4e\xe0\x4d\xdf\x4f\x95\x8b\xe5\xfd\x62\x7a\xfc\x0b\xfb\x1b\xbb\x2e\x92\xc4\x74\xc9\x18\x1a\xb3\x90\xde\x33\x8b\x00\x17\xea\xf4\x45\x3e\xc9\x8d\x88\x25\x07\x0c\xb8\xf9\xd7\xd9\x03\xcc\xf6\xac\xf0\x94\x03\xe1\x9e\x76\x14\xb6\xdf\x85\x77\x66\x88\x96\xb3\x63\x32\xb6\x93\xdf\x71\xf3\x2b\xff\x74\xb8\x47\xe4\x09\x57\x68\x3f\x90\xc3\x8a\xf4\xc3\x21\x63\xf2\x5e\x26\xa0\x72\xd8\xda\xb6\x1a\x8e\x82\xf0\x50\x3f\xd4\xc8\x02\x01\xf7\xd1\xef\x90\x3d\xd8\x90\xfb\x9a\xdc\x1a\x97\xeb\x73\x48\x5e\x0d\xbe\xa4\xaf\x3f\xed\x95\x15\x72\x1c\xae\x9f\xca\x0c\xe4\xa5\x21\xd6\xb2\x17\x55\x7b\xa5\xb3\x8f\x14\xbb\x88\x85\xd2\xb9\xb9\xc8\x28\x99\x9c\x99\xad\x7a\x76\xad\x95\xb9\xb6\x66\x72\x89\x35\xb3\x80\x80\xc8\x80\xd7\xc6\x3a\x05\x0f\x65\x97\x35\xd8\x02\xe0\x1f\x98\x2e\x21\x2a\x27\x37\x56\xc0\x4c\x41\xb2\x9d\x2a\xf3\x0b\x3a\x91\x00\xa1\x2b\x1d\x19\x10\x3e\xcd\x8a\xc2\xd1\xb3\xc8\x20\x07\x8d\x37\x2c\xb0\x2e\x1d\xb5\x83\x48\x78\xa0\xda\xe4\x80\xa8\xf8\x75\x40\x2b\x40\xad\xd9\x9a\x33\x04\xff\xcc\x45\xa2\xd5\xd2\xac\x8a\x36\x23\xa0\xd7\x5c\x1e\x92\x13\x0f\xbb\x80\x8d\xb5\xf6\xc0\x1c\x96\xf4\x15\x9a\x92\x40\xcc\x9a\xc4\x6c\x40\x10\xd3\x45\x64\xdd\x69\x48\x2f\xd7\xf2\x12\x43\x15\x7a\xea\xab\x14\xb4\xaf\x29\x39\xeb\xa2\xfd\x78\x70\xda\x68\x9a\x7d\xa3\x7e\x9b\xaa\x13\xd3\xd7\x1c\x0a\xa1\x6c\x82\x0d\x26\xbb\xa0\x5e\x8f\xf5\xf8\x6b\xc2\xfb\x5e\x53\x55\xaf\x51\x42\x0f\xbe\x67\x5a\xa3\x3f\x0d\x95\xc9\xb3\xa3\x77\x0c\xe4\xd3\x57\x64\xcd\x9d\xe9\x85\x2d\x02\xeb\x7f\xa6\xd7\x78\x8b\xfb\x41\x4f\x42\xae\xb2\x90\xdf\xb7\xbe\x70\xda\xf2\x0d\x5a\xcd\x28\x23\xd1\xaf\xb3\xd5\x01\xbb\x51\x1f\xf0\xe7\xb7\x3a\x91\x51\x37\x5e\xc7\x1e\x57\x20\xe2\x5c\x03\x40\x80\x9e\xba\x8b\xff\x50\xa7\xd0\x43\xcf\x45\x94\xfb\x8c\x5b\xfd\xe5\x06\x85\xc3\x28\xc0\xea\x5a\x01\x29\x09\x97\xd2\x82\xa3\x06\x48\x50\x80\xad\x0e\x43\x8f\x50\x15\x03\xa9\xde\x88\x53\x44\xb6\xd4\x11\xb0\x57\x2f\x2b\x9d\x98\xab\x89\x8a\x89\x50\x66\xaa\x36\x22\x8d\x74\xc2\x73\x63\x0d\x5f\x88\x34\x40\x26\xb1\xa7\x84\x7d\x0b\xd8\x3c\x40\xd0\xbc\x23\xde\x7b\xe1\x52\xae\x4e\x87\x7c\xf7\xb2\xb5\xda\x57\x87\x05\x64\x8e\x07\xb6\xe9\x5a\x05\x9f\x09\x02\x83\x43\x41\xf2\xc1\x95\xe4\x99\x19\xf4\x52\x7f\x86\xcd\xb0\x70\x6c\x9f\x91\xbf\x47\xe4\x95\x79\xa5\xab\x44\x75\x28\x81\x18\x08\xeb\x3a\x10\x4f\x91\x09\xe8\xce\x5a\x70\x74\x4d\x3c\x4d\x07\x4d\xea\x54\xf9\x74\xe1\x9b\x2c\x74\x53\x1a\xe7\x19\x79\x6f\x2c\x9c\x67\xc4\xde\x94\x5e\xf4\x0d\x10\xc7\x28\x0d\xcf\xa3\x94\x4e\x69\x68\x60\xb9\x8e\x98\xcc\xa7\x4a\x66\xb8\x32\x53\x91\x88\x67\xd3\xbb\x30\x76\x4a\xd0\x0f\x7b\x95\xb4\xaf\x0d\x88\x50\x6e\x0b\x09\x9d\x64\x1a\x94\x68\xa7\x21\x01\x09\x87\x38\x2d\x68\x4a\x17\x0a\xc8\x3e\xc5\x37\x14\xee\x4e\xb6\x16\x0d\x11\x0b\x65\xfb\x07\x20\x09\x54\x65\x99\xaa\xc9\x02\xaa\xb9\xa0\x86\x2c\x8e\xf1\x52\x66\xe9\x1f\x5d\x35\xb8\xa4\x58\xa9\xa6\x2b\xaa\x53\xe4\x45\xd9\x06\xdc\x49\xe2\x59\xa4\xdb\x1c\x62\x9c\x30\xae\x4a\xf0\x7c\xc5\x64\x3e\x82\x32\x7e\x6b\x38\xa6\x8a\xc7\xa4\x7a\x45\xcd\x99\xa1\x81\x75\xdf\x31\xcf\xf4\xf9\x5c\x3f\x77\xf9\x79\x87\x82\xa0\x70\x57\x6f\x12\xae\x66\x68\x50\x7f\x05\x18\x54\xa0\xa8\xd1\x96\xf9\x2b\xe6\x33\xa7\x70\x7d\x94\x7e\x3a\xef\xe7\xae\xa4\x73\x63\xdc\x3a\xfb\xa0\x11\x2e\x06\x4f\x3d\x66\xbd\x75\x17\xb6\xa0\x64\x7b\xca\x6c\x42\xb2\xbf\x15\xf0\x08\x29\x5e\x49\xcc\xdb\xd5\xba\x0b\x22\x65\x57\xc0\x8f\x0a\xd7\xe9\x33\xf3\x95\x33\xa4\x3a\xed\xc3\x91\x22\x35\x87\x69\x2f\xb4\xc8\x8e\x6e\xbd\x2e\x62\xa4\x35\xac\x50\x47\x8e\xd8\xb7\x0d\xb2\x5f\x08\x83\x16\x18\x96\x72\x51\x8f\x66\xc5\x94\xf0\x5a\xa2\x1b\xa0\x86\xc7\x0c\xd9\x96\x75\x95\x7b\x57\x51\x42\xbf\x4e\xd9\x44\x31\x1b\xbd\x18\xb1\x37\xb8\xb0\xb2\x37\x14\x91\x23\xd9\x1d\x4a\x25\xc7\xb4\x7b\xa8\xee\xac\x8a\x4c\x40\xf4\xaf\xdf\x6e\x98\x18\x69\xf3\x3e\x9b\x73\x36\xc7\x1c\x97\x9f\x24\xa0\x8f\xf7\x29\x30\xc5\xa4\xda\x1c\x1b\xa0\x43\x12\x6f\xa1\x5b\xf4\x61\xb5\x0f\xee\xfa\x17\xb6\xe9\x1f\xf6\x93\xfd\xa1\x19\xa2\x4d\x41\xe7\xa9\xfd\x9c\xe9\x74\xaa\x6c\x6b\x14\xa1\xcb\x90\xa1\xb9\xda\x94\xbd\xfa\x7a\x17\x38\x58\xa9\x90\xd3\xb7\xa4\xdc\xc0\xf5\xee\x39\x72\xaa\x56\x00\x30\x02\x73\xe1\x05\xc3\x4e\xd9\xd8\x3f\xcd\x38\x1e\x66\x81\xaf\xf1\x98\x27\x4e\x38\xa1\xa2\x2d\xd0\xdc\x24\x89\x19\x14\x99\x67\xe4\xb3\x05\x40\xe5\xac\x00\xf2\x99\x45\x61\x8c\x51\xc0\xd0\x33\x55\x66\xf0\xd8\x42\x02\x0c\x96\xc6\x65\xaa\x3e\xea\xcc\xd6\xc5\x66\x7e\x3c\x2c\xa4\x92\x86\xed\x8d\xe3\x26\xa7\x3f\x5c\xc0\xa1\x4d\x21\xf0\x8a\x58\x1d\x20\xd4\xa9\xb8\x7d\xab\x8b\xd4\xbf\x54\xc4\xd5\x54\xfd\xa7\x19\x1e\x94\x8a\x72\x3a\x6b\x7a\x81\x5b\xd8\x8a\xfb\xb1\xb7\x5f\xb0\xd1\xb7\xff\xfc\xee\xcb\x3b\xac\x4f\x2f\x32\x90\x83\x18\x95\x0f\x10\x47\xd6\x56\x24\x09\x24\x66\xed\x1b\xb8\xb2\x72\xff\x88\x4e\xe9\x71\xba\xe3\xcc\x54\xd9\xc5\xe8\xb3\xd1\xbb\x56\xb0\x8f\xc5\x8e\x59\xc4\xf3\x68\x75\x62\x7d\x39\x32\x63\xf6\xf4\xa3\xe9\x43\x5e\x78\xe3\x69\x35\xf3\x95\x99\xfb\x57\xba\x76\x72\x6b\xa5\xf5\x62\x5e\x01\x70\x26\x0f\xa5\x55\x19\x8a\x1a\xe2\xe2\xf4\x4a\x67\xde\xcf\x73\x5f\xb7\x64\xef\x3e\x80\x4a\x41\x63\xc5\xd7\x22\x66\x6f\xa0\xf6\xe1\x8d\x9d\xfc\xa9\xda\xcc\x4f\x93\xed\x22\x27\xb2\x16\x33\x28\xa7\x40\x87\xbc\xe3\x94\x9b\xc5\xf5\x6b\xd2\x8e\xc1\x6e\xbd\x68\x35\xfb\x3a\x6e\x6c\xdc\x93\xfa\x3b\x2c\x18\xf2\x71\xa3\x73\x5f\x46\xcc\x94\xd9\xee\x78\xf6\x34\x62\xf3\x94\x2b\xe0\x07\x8d\x43\xa7\xca\xef\x4e\x54\x33\x07\x26\x14\x4a\xe0\x70\xc5\x93\x2d\x40\xa9\x47\x53\x85\xb4\x31\xc0\x1c\xb5\x8d\x12\x19\xa1\xb2\x62\xc5\x0f\x12\xcf\x42\xe5\x97\x54\x27\x6d\x31\xdb\x87\x66\x5a\x5d\xdd\xf5\x41\x12\x91\x93\xb2\xb7\xc3\x7d\x41\xb9\x0f\x38\x46\xa9\x00\x2c\xf3\x7c\x1b\x60\x3c\xdd\x02\x1f\x11\xc1\x3a\x30\xeb\xb0\xbf\x16\x73\x9d\x58\x6a\xa2\xc9\x05\xd3\x29\xf0\x3d\xe6\x9a\xfe\x24\xe3\xb6\x53\x4c\xaa\x58\x7c\x3b\xa8\x3e\xb8\xfb\x40\xb2\xee\x9d\x79\x4c\x40\x2b\x58\x7d\x59\xd8\x45\xa9\x30\x87\x45\x6e\x6f\x70\xb5\x6f\x65\x55\xc0\xd9\x38\xc9\x57\x80\x02\x43\xfc\xb1\x1f\xd4\x35\xdf\xb2\x68\xc5\xd5\x32\xb8\x42\x03\x28\x47\x6c\x74\x8a\x4c\xfe\xcf\x40\xc4\xa3\x53\x5b\x7f\x45\x55\x45\x04\x82\x76\xf1\x5f\xc4\x1e\x6a\x5b\x3a\xc4\x97\xcb\x54\x2c\xa1\x24\xb6\x24\x00\x8d\xf6\xd3\x51\x32\xe2\x73\xba\xca\xca\x8e\x53\x9b\xdd\x76\x6b\xc9\xd3\xad\x2b\xca\x21\x19\x0c\x37\x74\xb5\x61\x1d\x31\x29\x4e\x47\xec\x0f\x1e\x6f\x29\x22\xad\x5c\x55\x4f\xf3\x3b\x6c\x2a\x91\xda\x1d\xb6\xa8\xa1\x88\xbb\xb9\xef\xf0\x59\x4d\x4c\xa3\x71\xd1\x74\x96\x45\xe5\x3c\x2f\x06\xd8\x4a\x12\x4c\x3a\x37\x3f\xbe\xc7\xdf\x76\x42\x92\xf9\xc6\x98\x37\x4b\xa0\x61\xbe\x6f\x2c\xbc\x79\x36\x71\x7b\xb5\x8c\x75\x73\xdc\x2f\xe8\x7e\xa2\x97\xaf\xea\x52\xda\x2a\xe9\x56\x97\xd2\xcd\x44\xd2\x52\xf9\xdb\xf1\x4e\x43\x43\x99\x16\x9b\x49\xa8\xeb\xac\x7a\xdd\x6a\xb0\x00\x4e\x62\x56\xa7\xe8\xb7\x23\x90\xc1\x15\x20\x97\x8c\x64\xd3\x81\x50\x62\x51\x00\xd9\xac\xef\x75\x37\x6e\xe3\x6f\x68\x1e\xfe\xc7\x96\x7b\xb1\xf5\x4c\x9a\x06\x3d\xdc\x9f\x38\x4e\xe9\xc0\x73\xca\x8b\xcd\x03\x29\xad\x0d\x6e\xea\x54\x2e\xa5\xe2\xb9\x4e\xd9\xdb\x5b\xcb\xe4\xf8\xce\xb1\x0f\xc3\x28\x1e\xc3\x4c\x94\x86\x08\xcd\x44\xf3\xdd\x0b\xe0\xbd\x22\x9e\x0d\x63\xc1\x69\x92\x7d\xdc\x09\x5f\x37\xdf\xca\x72\xbe\xde\x84\x04\x6e\x4e\x8d\x88\x46\x26\xc1\x41\x60\xb6\x63\x10\xe3\x93\x99\x2f\x49\x9a\x2a\x8a\x8c\xe3\xbc\xe9\xb4\x41\xcf\xb8\xfa\x96\xe0\x47\xce\xf6\x24\x25\x40\x3f\xbe\xc7\xaf\x3b\x33\x8a\x77\x57\x36\x61\xe0\xef\x05\x25\x47\x1b\x5e\x14\xf9\xa4\x32\x38\xb5\xf1\x8a\xe7\xcc\x86\x39\x25\x6d\xed\xf5\x79\xa2\x8b\x98\x91\xd1\xa0\xec\x64\x7a\x8a\xa7\x0f\x10\xbc\x9d\x9e\xb6\xb1\xdd\x0c\xd4\x17\x71\xfb\x1b\x7e\xd7\xbc\xc2\xe1\xb3\x16\x0b\xd7\xb9\xb5\x68\x64\x87\xc5\x9e\x28\x31\xff\x91\x6f\xba\x2b\xe8\xb9\xbd\x39\x63\xbd\x4b\xa8\xa8\xdd\xb0\xf7\x5b\x86\xcb\x45\x43\x81\x6d\x66\x58\xa0\xcc\xea\xc7\xc0\x7a\x0e\x03\xc9\x0d\x7c\x78\x21\x22\x93\x67\x4f\x07\x3f\xce\x16\x76\x76\x3f\x6a\xc3\x53\xa1\xf2\x19\x3c\x71\xd8\xc3\xe0\x21\xb7\xf0\xf3\x92\x43\xd2\x2b\x20\xf8\xef\x0f\x1a\xe3\xbc\xb6\xb4\xfc\x3f\xd8\x3d\xc5\x36\x32\xab\x45\x67\x4e\x9f\xb7\x12\xa0\x18\x41\x4e\xcc\x4d\x5c\xcb\x74\xd1\x0b\xed\x31\x7a\xc1\x0b\x95\x4c\x67\xaf\x17\xf2\xbd\x47\x66\x76\xd3\x0a\x85\x79\xa8\xa0\xd0\x98\x32\xfb\x37\xbf\xe6\xb0\x48\xd7\x67\x67\x19\xcf\x99\x99\xbf\x84\xfd\x97\x48\xb5\x47\xc9\x93\xbe\x75\xd0\x70\xa7\x3f\xbc\xbf\x06\x0a\xfa\xbb\xa8\xbe\x11\xd2\xcf\xc3\x5f\xa8\x7a\x1f\x6f\x96\xf3\xad\x75\xf7\x5b\x52\x09\x1b\x11\xe1\x3c\xec\x79\x6c\x06\x17\xbb\xc0\xbe\xdb\xd0\x97\x3b\x2c\xec\x06\x3d\x83\x7b\x2b\xf1\x63\xad\xf9\x86\x60\x4f\x84\xb0\xac\x06\xf1\x4f\xe1\x25\xfe\xfd\x97\xff\x38\x6d\xd3\x61\x82\xae\x0f\x45\x91\xb8\xce\x7f\x48\xa5\x50\x31\x24\xe5\x78\xec\xa0\x58\xce\x2c\xaa\x52\x94\xb6\x64\x9e\xcd\x32\x3c\x4a\x31\x59\xf3\x39\x98\xcd\x70\x11\x7d\x87\xcc\xae\x37\xb2\x6e\xfb\x96\xf2\x3e\x6d\x47\x75\x36\x8b\xb7\x8a\xaf\xeb\xca\x55\xaf\xda\xc7\xad\x14\x49\x0c\x5d\xa4\xa7\xef\xca\x4e\xc4\x22\x7a\x1a\xea\x13\xec\x4d\xf5\x2a\xa2\x27\xf6\xf3\xc3\xc7\x2b\xd4\x6c\x90\xd9\x54\x5d\xf3\x5c\x3e\x8b\xc7\x34\x71\x61\x61\x34\x3e\x45\x9a\xd8\x3d\x52\xa6\x1e\xc4\x62\xb8\x02\x84\x51\x89\xa7\xd0\x3a\x0e\x21\x33\xec\x7a\x7b\x32\x2f\xa2\x27\x91\x9f\xa5\x5c\xc5\x7a\x8d\xaf\x71\x96\x15\x8b\x85\xfc\x76\x9a\xf3\xf4\xdd\x2e\x88\xfb\x4e\x4b\x7a\xc0\x25\xe1\x10\x83\x52\xbf\x06\x38\x25\x0d\x6f\x9b\x65\x1c\xaa\xbf\x3a\xcb\xec\x79\xf7\x9c\x49\x81\x78\x63\xcb\x45\xe4\x94\xfa\xd9\xf0\x84\x01\xa3\xd7\x7c\xb0\x7e\xa7\x2b\x56\x1b\x03\x60\x9f\xee\xdb\x08\xe1\xad\xd6\xc9\xa1\x51\x42\x9e\xd8\x4d\x32\x03\x49\x80\x43\x5c\x70\x5c\x00\xee\xb2\x3d\xb9\x70\xf9\x2a\x47\xa9\x47\xb1\x06\x27\xc8\x03\x50\x0a\xea\x02\x00\x18\xa0\x13\x1d\xa0\xc3\x6c\xd3\x90\xb0\x1c\x08\x9e\x84\x36\x10\xe9\xe0\xa4\x79\x6b\x61\xcb\xa0\x1c\x96\xfb\x3e\x02\xed\x50\xa5\x87\x83\x02\x08\x48\xe0\x5f\x79\x94\x0b\x26\x84\xf4\x64\x6e\x1c\x83\x67\xdb\xf1\x44\xd9\x20\x63\x73\xc8\xf3\x99\xaa\xc0\xcb\x41\x62\x0e\x8b\x4e\x75\xa3\xd6\x14\x63\x28\x2d\xc3\x83\x63\x0c\x87\x70\x50\x76\x06\xa1\x2f\x42\x79\x08\xc8\xa3\x46\x7a\x3d\x37\xf7\x7c\xac\x76\xa4\xc0\x1b\xb8\x67\x63\x4b\xf1\xe3\x82\xa4\xd6\xcd\x42\x8e\xe1\xca\xd8\xbb\xa3\x21\x64\x4b\x0a\x4d\xd6\xae\x2b\x4c\xe8\x13\x1f\x97\x2e\xb3\xd9\xce\x8e\xab\x6f\x00\x32\xed\x2f\x7c\x9b\x81\x96\x86\x30\x56\x71\x81\xc1\xa6\x72\xff\x47\x3e\x04\xe2\xe8\xa3\x48\x98\xaa\x20\x89\x1d\x7a\x17\x89\x25\xe0\x22\xb1\xaa\x21\x9e\x5a\xe3\x4d\xd6\x3c\x38\xbf\x4e\xfc\x38\xed\x8c\x1f\x63\x02\xe7\x7f\x46\xc8\xb8\x23\x30\x75\x60\x7c\x2c\x38\x26\x53\x1d\x91\x9e\x74\xce\x40\x62\x0b\xcd\xb1\x79\xf6\x88\xad\xb9\x54\xb4\x0d\xf2\xd4\x18\xc8\x58\xcc\x8b\xe5\xb2\x35\x6c\xf3\xe3\xc7\x7f\xcb\xfb\xe4\x1f\x3e\x3e\xd7\x49\x0e\x73\x8c\x08\xdb\xc4\x3e\x09\xd3\xc6\xc6\x57\xfe\x3e\x41\xb5\x23\x45\x08\x27\x7d\x22\x84\x16\x77\x00\xd5\x10\xe4\xe2\xdb\xdc\xf0\x6f\xa1\xc3\xef\x13\x3a\x6c\xcc\x8d\x54\x7b\x88\x15\xf8\x33\x59\x76\x80\x3b\x7a\xb8\x27\x91\x8f\x63\x7c\x83\x5e\x91\x8a\x54\x26\x54\x9c\x81\xa2\xfb\xf1\x99\x7d\xe0\xf4\x39\x3c\x46\xb1\x23\xe1\x7d\xaf\xd7\x82\xc1\xa3\x32\x64\x56\x66\x54\x70\x32\x02\x24\x95\x79\x41\x9f\x25\xa6\x1c\x34\x1c\x57\x98\xad\x8e\xbd\xd3\xfa\x56\x89\x17\x66\x4e\x83\x51\x08\x2d\x09\xa6\x07\x28\xf7\xdf\x91\x0c\xac\xc7\xa1\xba\xea\xda\x54\x2c\x79\x1a\x03\xfa\x99\xb6\x64\xc2\xa3\x27\xf3\xdf\xd0\x3f\x7a\x22\xc1\x5f\x2c\xfb\x27\x42\xb2\x7c\x6b\x52\x45\x28\xc9\x49\x48\x1b\xdf\x3f\xfc\x79\xc6\x78\x94\xea\x0c\x6f\xf1\x71\x91\xfa\xfa\x78\x05\x0e\xe2\xb3\x8c\x0b\x9e\xe0\x13\x5b\xa3\x7f\x3c\x3b\x88\xcd\x74\x1c\x90\xca\x8b\x6f\x9b\x84\xab\xf2\x9e\xc4\xd7\x05\x3a\x09\xd9\xb1\xf2\x1d\x2b\xd2\x77\x65\x77\x0b\xa5\x1d\xfd\xb6\x42\xef\x33\x15\x3c\xde\x86\xdc\x31\x52\x91\x5e\x1b\x8f\xd7\x52\x99\xa9\xb7\x9a\x21\xce\xbe\x42\xd3\x11\x4f\x10\x04\x06\xd4\xda\x49\x52\xd9\xfa\x19\x53\xc2\xb8\x2c\x3c\x95\xc9\x16\xbc\xd4\x4d\x2a\x4e\x82\xe7\x04\xfb\x9b\x30\xe8\x32\x9b\x2a\x5b\xe7\x5c\x64\x62\x51\x24\xe8\xcb\xc2\x6d\xcf\xbd\x00\xed\xc3\xc7\xc9\xc8\x1c\x63\x39\x11\xda\x06\x0f\x46\x99\x88\x63\xe0\x79\xeb\xf7\xac\x5e\x31\x6f\xcf\x69\x94\x02\xdc\x70\xa5\x5f\x6c\xd1\xc1\x0b\xf7\xa8\xb2\xb6\xb3\xe4\x68\x71\xce\x6e\xaf\xc6\xde\x27\xec\xae\xc4\x41\x2f\x6b\xab\xd2\x67\x22\x76\x3b\x51\x2a\x78\x1d\x52\x58\x22\x0c\x8a\x88\x59\x91\x61\xed\x82\x99\x43\xb0\xd6\xf6\xda\x8c\xd5\x1c\x56\x9d\x8b\xb9\xb7\x93\x99\x56\x6c\x5a\xfc\xee\x77\x7f\x14\xec\x77\xa4\xdf\x07\x56\x06\x23\xd4\xc0\x6a\x84\xad\x83\x81\x72\x0f\x10\x48\x79\x54\x9b\x11\xd6\x04\xc2\xb2\x85\x84\x00\x63\xe2\xd1\x8a\x65\xc5\x1c\x31\x3a\x9c\x82\x9c\x5c\x39\xd2\xc0\x2b\x0d\x70\x1b\x3c\xc7\x6c\xef\x07\x04\x0b\x6e\xe9\x7c\xb1\x81\x80\x00\x27\x08\x03\x1d\x8a\xf4\xc0\xa0\xe0\x4b\x82\x01\xbf\x05\xa5\x9e\x11\xfb\x59\x3e\x8b\x11\xbb\xdf\xf0\xf4\x69\xc4\x2e\x30\xdc\xfa\x67\x3d\xdf\x79\xff\x3f\x46\x0c\xcc\xb9\xa9\x83\x83\xfb\x8d\xd1\xa4\x51\x40\x95\x19\x84\xf8\xeb\xd1\x1a\x8b\xb0\x00\xed\x13\x54\x91\xdd\xa5\x47\xd2\xca\xa7\x7a\xac\x5b\x4c\x3b\xac\xaf\xf5\x4e\x53\xb5\xd2\xfe\x3c\xa5\xaa\xa9\x26\xa4\x89\x39\xc7\x60\x25\x9a\x17\x3f\x01\xcf\x44\xa7\x6c\x93\xf0\xdc\xac\x95\x8c\xc2\xcf\xb8\x2a\x10\x7f\x87\x27\x72\xa5\x16\xae\xaf\xe3\x65\x1f\x3c\xdb\x68\x9d\x34\xfa\x5f\x47\x1d\xc0\x5a\xb4\xb3\xef\xe0\x4d\xb0\x86\x20\x0b\xbd\x12\x3b\x8a\x3e\x72\xe6\xe3\x6c\x81\x16\x37\xac\xa6\xb8\x80\x24\x82\x1f\x8e\x50\x1e\xc6\x98\x15\x44\x3d\xa2\x23\x62\xd5\xc4\xb8\xf5\x10\x8d\x13\x45\x21\xc4\x10\x6d\x57\x8b\xe9\x65\xf5\xe7\xb4\xb8\x85\xd0\xee\x4c\x36\x15\xc2\x0f\xdd\x5c\x0f\xab\xc6\x40\x3d\xf6\xdc\x1a\x70\x8b\x3b\xdf\x45\x03\x68\x8b\xec\x66\x51\xc2\xb3\x9e\x48\xb6\x46\xbb\x33\xa1\x86\xce\xa1\x9d\xfe\x36\xf3\x67\x88\xa9\xae\x7b\x1e\x98\x53\x35\x76\x34\x78\xde\xd5\x72\xee\x21\x9a\x59\x74\x8c\x6b\x53\x83\x60\x76\xcf\x99\x38\x62\x59\x11\xad\x00\xae\x5f\xb6\x53\xa1\xdd\xaa\xef\xd8\xd1\x54\x19\x67\x05\x55\x24\x38\x24\x84\x5f\x80\x70\x5c\xfe\x97\x70\xde\x10\xa1\x42\x43\x07\x68\xce\xcd\xd4\x90\x7c\x7c\xd5\x59\xb4\x95\x13\x3c\x7d\x12\x71\x10\xea\x2b\x36\x31\xcf\x8d\xf7\xec\x0e\x39\x58\xbf\x8e\x3f\xd4\x7a\x9f\x59\xf8\x62\xa1\xb3\x5c\xb1\xb4\x89\x5c\x88\x68\x1b\xd5\x78\x41\x4a\x30\x8c\xe3\xc5\x94\xf7\x0b\xa9\x76\xf1\x47\x34\xdf\x94\x3f\xd7\xea\x9d\x59\x5b\xee\xfa\x7f\x26\x62\xad\x85\xc2\xe0\x1f\x3d\x2a\xb6\x23\xcd\xfc\x1b\xf8\xec\x1f\x32\x82\xd4\x8f\xbd\xa0\x64\xbf\x2c\xbe\x0b\x6e\xac\xe4\x35\x37\xa2\xca\x7e\xac\x02\x55\x19\x87\xfb\x06\x49\x27\x5b\x12\xf1\x3b\xb6\x02\x95\x01\xc7\xae\x44\x79\x00\x28\x9d\x7e\x6a\xc7\xeb\x3c\xd1\x59\x91\x76\x6f\xfe\xbb\x72\xaf\xed\xd3\x1b\x18\x0c\x61\xb1\xad\xe7\x02\xaa\xcf\xbb\xe0\x23\xbb\x1c\x05\x73\x5f\xaa\xfe\x9e\xf0\x56\x2f\x82\x45\x08\x95\x6f\xd1\x04\xaa\xfd\x2e\x88\x81\xc0\xc9\xbb\x14\xa1\x17\x50\x39\x1c\x4b\x8b\xab\x94\xef\xfb\xa1\x30\xdd\x8d\x77\xb0\x0a\x6b\x4e\x29\x5c\xd6\x2b\x43\x7a\x8c\xec\xc3\x2d\xcf\x57\x18\xc8\x01\x4d\x7d\xcc\x96\xe7\xc6\x81\x42\x18\x0f\xa6\x24\xe6\x89\x9e\x83\xcc\x17\xa8\x70\xb7\xad\x73\x5a\x9c\xbd\x86\xae\x3e\x61\x7d\xd6\xb6\xd9\x0f\x50\xf3\x97\x8a\x0c\xa8\x1f\xea\x39\xbf\xbe\x08\xd9\x61\xc1\xa6\x7a\x77\x8d\xd9\xba\xa8\x05\x9b\xea\xd4\xd9\xc6\xaa\x03\x5c\xf2\x72\x8f\x1a\x89\xcb\xb0\x6e\xce\x1c\x6f\xc4\x22\x4a\x49\x75\x24\x12\xac\xbc\xaf\xd5\x51\x9c\xaa\x31\x7e\x52\x52\x1d\x77\x12\x11\x0e\x91\x48\x92\x59\x6e\xff\x61\x21\x1d\x1b\x87\x18\x38\xf2\xeb\x47\xfe\xc6\x05\xe1\x91\x11\xd4\xad\xa9\x5c\xa6\xc6\x9f\xce\xc0\x5d\xc8\x8a\xf9\x89\xa7\x48\xd0\x29\x38\x18\xc0\xa0\xb1\xe1\x29\xe8\x11\xae\x64\x12\x9f\x34\x1c\x24\x18\x87\xf6\x54\xef\x96\x59\x8b\x27\x64\xbe\xe0\x5e\x88\x35\xba\xee\xdd\x5d\x3b\xc6\xbd\x87\x28\x92\xad\x0f\x45\x73\xdd\x65\x2f\x4a\x97\xa5\x5f\x1b\xa0\xd4\x03\x01\xd4\x22\x11\xf4\x8f\x6f\x27\x4a\x63\xd6\xc7\x4e\x3c\x94\xaf\x56\x76\xd7\x98\xcb\x21\x59\x8e\x76\x14\xe7\xf7\x05\x9a\xc2\x04\x66\x1b\xfe\xa2\x88\x9a\xa0\x9b\xea\x70\x2f\xfb\xd0\xac\xb3\x6a\xec\x43\x0d\x9a\xe5\x2d\x85\x22\x92\x9f\x5c\x3a\x3d\x9d\x51\xa0\xa2\xc7\x93\x24\x64\x8d\xf6\xa1\xa0\xa9\xf2\x01\x03\x73\xfc\x27\x89\xf9\xdf\xa8\x6a\xb8\x89\x88\x02\xd4\xff\x73\x31\xb2\x75\xf4\xc4\x40\x45\x69\xa4\x13\xbc\x98\xfb\xeb\xf3\xae\xdd\x7c\x2c\x7f\xf2\x07\x2b\x21\xdc\x91\xb0\xc5\xc7\xce\x9e\xc4\x76\x70\x5f\x9b\x53\x26\x5e\x66\x0d\x54\xc9\x5d\x2d\x77\xc4\xd3\xd4\x02\x76\xe9\xa9\x8c\xa7\xb9\x5c\xf0\xa8\x14\x41\x6f\xe9\xe7\x4a\x44\x4f\x1b\x2d\xd5\x60\x5b\x14\xf4\xc7\x9c\x48\xb9\xc8\x72\xe6\x5b\x73\x70\xe4\x5e\x74\x86\xa5\x83\x19\x5f\x24\x03\x54\x82\x45\x2c\x7a\x7e\x1d\xce\x9c\x8e\x5c\xfb\xb2\x3b\xf6\x55\x46\xf8\xb3\xe1\x15\xc2\x32\xdd\xf1\x4a\xb4\x1a\xf5\xa3\xb9\x14\xd0\xe6\xb5\x42\x8e\x9e\x83\xcd\x59\x89\x95\xaa\x71\x48\x41\x8d\x05\x64\xc4\x0f\x19\xc3\x3d\x0b\xe6\x86\x11\x19\x63\x37\x07\x52\xca\xd7\xf4\x9e\x48\x33\x1d\x6e\x3a\x31\x51\xfb\xe4\x55\x36\x0a\x18\x42\x2c\x5b\x79\xb6\x3c\xdc\x15\x19\x04\x8b\x8d\x5f\x8b\x58\x16\x55\x15\x91\x52\x89\xd5\x6f\x57\xf0\xff\x7d\x57\x70\x40\x9d\xbc\xe6\xfd\xbb\xb9\x78\xef\xb7\x13\xf8\xc7\x3a\x81\x91\x03\x0b\xab\x12\x86\x0c\x2d\x75\xf5\xce\xff\xfc\xb0\xc1\x15\x2c\xe8\x49\x36\x60\x9c\xbf\xa3\x07\x11\x3c\x96\xb6\xc8\x40\xe3\xd1\xdb\xe8\x76\xe7\x5a\xbd\x8f\xe2\xef\x0b\x41\x61\x5a\x6d\xfb\x86\x01\xb7\x3c\x5c\x3a\xe6\x9a\xd6\x3b\x58\xdb\x5e\xfb\xfb\x43\xa5\x9c\xfa\xf8\x20\xc6\x32\xba\x24\xd4\xb5\xb5\x88\x4a\x60\x32\xb6\xc3\x32\x06\x9c\x8b\x3c\x7f\x93\xb9\x51\x2f\x5b\x40\x8b\x7e\xbc\x92\x59\xfe\xa9\x22\x70\xb3\x9f\x42\xce\xab\xe1\x26\x6c\x57\xb1\x9b\xc1\x2f\x3a\xd3\xfd\x77\xe5\x84\xbc\x71\x47\x70\xcd\x01\x29\x93\x95\x34\x30\xfd\x1e\x72\x5e\x7d\x71\xe3\xf5\x05\x5d\xed\x97\x94\x6f\x36\x22\xb5\x59\xe6\x1a\x10\x00\xf4\x01\xe0\x29\x20\xf0\xb1\x12\xa8\x32\x56\x39\x52\x8d\x29\xa9\x34\x0d\x5f\x83\xa1\x3b\x6d\x9e\xb9\xeb\x22\x49\x5a\x67\x6e\x37\xed\xf8\xf5\xe3\xd5\xd5\xec\xd3\xf8\xea\xf1\xb2\x93\xc6\x3b\xf8\x5a\xeb\x98\xb8\x9e\xd0\x98\x78\xa1\x10\xf3\x58\x61\x95\xce\xb4\x7f\x6b\xbc\xaf\x14\x49\x52\xa6\x78\x9f\xaa\x2f\xd4\x0e\x40\xf6\x50\xbe\xc6\x8c\x1b\xeb\x1c\xb8\xf2\xf3\xe1\x6b\x5f\x4c\xe3\x5f\xf0\xb7\x27\xcc\xbf\xc4\x7b\x10\x22\x21\x81\x83\xe6\x71\x25\x3c\xf0\x01\xdb\x01\x01\x62\x6d\xdb\xe1\xd8\x22\x16\xfb\x6d\x8f\x47\x05\x7c\x81\x22\xb6\xda\x13\x47\xd9\x1d\x38\x76\x5f\xca\xb1\x5b\x67\xcb\x63\xbc\x11\x40\xbb\x23\x94\x1e\x00\x41\x35\xcf\xce\x3f\x55\x78\x9d\x35\x7d\xca\x75\x7b\x9f\xd8\x84\xb0\x17\x09\x57\xcb\x82\x2f\x45\x36\x62\xf6\xe1\x53\xb5\x96\xcb\x15\x30\x33\x92\xf2\xbd\xbb\x00\x42\x11\x6f\x65\x09\x55\xb0\x84\x52\x4d\x15\xbd\x93\x5a\xfa\xe6\x11\x51\xf7\xe7\x7b\xf7\x3a\x04\x54\xc4\x86\x48\x3d\x41\x4d\x15\x4e\x2e\xd2\x3f\xdb\xa0\x16\xf8\xcb\x3c\xaf\x2e\x5d\x0e\xea\x5a\xa8\x30\x68\x6c\xfa\x12\xc2\x6b\x53\xe5\x8a\x80\x10\xf2\x18\xaa\xf7\x23\x16\x1a\xbb\xb4\xdb\x9e\xd8\xc9\xb0\x7b\x82\xfa\xd6\xbc\xea\x0f\x3e\x03\xcc\x86\x9b\x0d\x90\x4a\xab\x9b\xb1\x9e\x57\x13\x1e\x18\x8e\xb6\xca\x50\xa8\xfc\x6a\xee\x8d\x7d\x2f\xfc\x4e\x2b\x60\x41\x17\xf3\x64\x40\x97\xf0\xfb\x9d\x9d\x42\x93\xdc\xdd\xa9\x1e\x11\xed\xbb\xca\xd6\x32\xcb\xb4\xeb\xb1\x73\xad\x5b\xe6\xe5\x88\xb1\xe1\x52\xa7\xe8\x07\xbb\x06\xa3\x88\xf2\x7d\xd6\x4b\x8f\x72\x8d\xea\x10\x59\xeb\xd3\xd5\xa1\x44\x66\x7b\x75\xc7\xfb\x4f\xbd\x7b\xe4\x3c\x04\x3a\xec\x06\x59\x58\x3a\xe7\x4a\x06\xb6\xc5\x4c\x52\x68\xd0\x6a\x8e\x49\x34\x2f\x66\xf3\xa0\x20\x98\x59\xff\x23\xb7\x88\x46\x7e\xe6\x46\xd0\xc9\xa8\x48\x33\x63\x2e\xc9\xde\x91\xd5\xd6\x29\xe3\x53\x65\xd9\x7a\xad\x39\x1e\x5b\xc8\x45\xea\xfe\x8a\x25\x30\x1b\x64\xbb\x04\x8f\x35\x67\x5a\x09\x6b\x0d\xa7\xca\x0a\xd5\x8d\x18\x9f\x67\x56\xff\x8d\xab\xad\x13\x65\x93\x4e\x71\x83\x2b\x06\x58\x96\xdd\x36\xaf\xe2\x06\x94\xce\xf9\x7f\x32\xff\xf7\xf7\x7f\xfa\xff\x01\x00\x00\xff\xff\xc0\x37\xe5\x2a\xaf\x55\x04\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x79\x73\x24\xb7\x95\x2f\x0c\xff\x3f\x9f\x02\xb7\x7d\x23\x5a\xb2\xb9\x48\xf2\x8c\x5f\x0f\x27\x6e\xbc\x4f\x89\xac\x6e\xf1\x8a\x4d\xd2\x5c\xa4\xd1\x33\xe5\x28\xa1\x32\x51\x55\x30\x33\x81\x34\x80\x24\xbb\xec\xf0\x77\x7f\x02\x07\x4b\x22\xb7\xaa\xac\x85\x64\xb1\x95\x33\x11\x16\xbb\x32\x13\xeb\xc1\xc1\x59\x7f\xe7\x9f\xff\x86\xd0\x3b\xf9\x84\x67\x33\x22\xde\x9d\xa0\x77\xdf\x1d\x7d\xf3\xee\x40\xff\x46\xd9\x94\xbf\x3b\x41\xfa\x39\x42\xef\x14\x55\x09\xd1\xcf\xa7\xc9\x42\x11\x1a\x27\xc7\x92\x88\x47\x1a\x91\x63\x1c\xa7\x94\x1d\x65\x82\x2b\x0e\x1f\x22\xf4\xee\x91\x08\x49\x39\xd3\xaf\xdb\x3f\x11\xe3\x0a\x49\xa2\xde\xfd\x1b\x42\xff\x82\xe6\x65\x34\x27\x29\x91\xef\x4e\xd0\xff\x98\x8f\xe6\x4a\x65\xae\x01\xfd\xb7\xd4\xef\xfe\x15\xde\x8d\x38\x93\x79\xe9\x65\x9c\x65\x09\x8d\xb0\xa2\x9c\x1d\xff\x4d\x72\x56\xbc\x9b\x09\x1e\xe7\x51\xc7\x77\xb1\x9a\xcb\x62\x8e\xc7\x38\xa3\xc7\x8f\xdf\x1e\xe3\x48\xd1\x47\x32\x4e\x70\xce\xa2\xf9\x38\x4b\x30\x93\xc7\xff\xa4\xb1\x9e\xe3\xdf\x48\xa4\xfe\x05\xff\x88\x79\x8a\x29\x33\x7f\x33\x9c\x92\x7f\xf9\x76\x10\x7a\x37\x23\x2a\xf8\xa7\x9e\x6d\x9e\xa6\x58\x2c\xf4\x8a\x7c\x20\x2a\x9a\x23\x35\x27\xc8\xf4\x83\xdc\x12\xf1\x29\xc2\xe8\x44\x90\xe9\xc9\xaf\x82\x4c\xc7\x6e\xa1\x8f\xcc\x02\x5f\xc0\x68\xae\x13\xcc\x7e\x3d\xb2\xcb\x04\x2d\xc7\x44\x46\x82\x66\xca\xae\xf7\x0d\x51\x82\x92\x47\x12\x76\x60\x26\x82\xf4\x44\x7c\x67\x32\x23\x11\x9d\x52\x12\xa3\xc9\x02\x51\x96\xe5\x0a\x09\xf2\xf7\x9c\x48\x85\xa6\x34\x51\x44\xc8\x52\x2f\x3c\x23\x02\x56\xf0\x3c\xd6\xbd\x7c\x24\x6a\x00\x6d\x17\xa3\x0a\xdf\x16\x44\x66\x9c\x49\x22\x4b\x8b\x80\xd0\xbb\xef\xbe\xf9\xa6\xf2\x53\x7d\x06\x03\x24\xf3\x28\x22\x52\x4e\xf3\x04\xb9\x96\xc2\xc1\x98\x05\xd5\xe4\x83\x6b\x8d\x21\xf4\xee\x7f\x0b\x32\xd5\xed\xfc\xee\x38\x26\x53\xca\xa8\x6e\x57\x1a\x2a\x0d\x46\x5b\xfa\xea\x5f\xff\xd6\xf4\xf7\xbf\x82\x19\x65\x58\xe0\x94\xe8\x65\xf1\x74\x65\xfe\xaf\x32\x17\x4d\x09\xba\xf3\x82\x5a\xaa\x03\xaf\xcc\xf6\x12\xa7\x44\xef\xbc\xde\x2e\xfb\x05\xfc\x2d\x88\xe4\xb9\x88\x08\x9a\x90\x84\xb3\x99\x44\x8a\xd7\xd6\x80\x42\x0b\x9a\x88\xab\x4f\xf4\x56\x52\x41\xf4\x5e\x29\x91\x93\xca\x53\xb5\xc8\x60\x90\x52\x09\xca\x66\xe1\x52\xfc\xeb\xa0\xd3\xd4\x0c\xed\xaf\x31\x33\xf3\x41\xeb\xc4\x46\x6c\xe0\x5e\x89\x30\x43\x13\x82\xf4\x89\xa7\x31\x11\x24\x46\x58\x22\x8c\x64\x3e\x91\x44\xa1\x27\xaa\xe6\x94\xe9\x7f\x1b\xf2\x8d\xdc\x9a\xed\xcf\xda\xc0\x9f\xcb\x57\xe6\x5e\x12\xa1\x07\xfe\x48\x63\x12\xa3\x47\x9c\xe4\x04\x4d\xb9\x28\x2d\xcf\xd1\x88\xdd\xcd\xf5\x3a\xa4\x13\xca\xe0\xe4\xe9\xb5\x74\x14\xf2\x07\xb7\x5c\x7f\x40\xba\x3f\x94\x33\xfa\xf7\x9c\x24\x0b\x44\x63\xc2\x94\x3e\xd7\xb2\xda\xda\x1f\x38\xf4\x8f\x13\x74\x88\xf4\x3a\x13\xa1\x60\xbd\x39\x53\xe4\xb3\x92\xe8\x10\x25\xf4\x81\xa0\xf7\x17\x54\x2a\x34\xb8\x3e\x7f\x7f\x80\xde\x5f\x14\x8c\x43\xbe\x7f\x81\x15\xf6\x7f\xff\x35\x38\x7a\x0a\xcf\xaa\x87\xee\xdd\x40\x9f\xe6\x5b\x73\x01\x15\x2d\xfc\xf5\xdf\xc2\x76\xec\x7e\x2d\xe7\xea\x05\x4b\xb7\xfc\xbc\x2b\x17\x87\x65\x2a\x33\x70\xa9\x77\x68\x5b\xfe\x5d\xbb\x1d\x1a\x98\xb7\xdc\x92\x7b\xeb\xb1\x57\xd9\xb7\x7c\x5b\xfc\x5b\x4f\xe1\xb9\x79\xf8\x36\x0c\x1c\x2b\x38\x59\x98\x32\x73\x10\xfd\xb9\x14\x52\x9f\x45\x77\x42\xf6\x84\x6d\x6d\xc3\xcf\x83\x99\x05\x2c\xdd\x71\xea\x60\x55\xf6\x70\xde\x09\x4d\xe9\xaa\xfd\x3d\x67\xb1\x16\x1e\x2d\x43\x65\x79\x3a\x21\x42\x2f\x83\x63\xad\x30\xdb\x89\x66\xb5\x2a\x17\x8c\xc4\x1d\xa6\xf9\xf7\x9c\x88\xc5\x92\x79\x4e\x71\x22\xdb\x26\x4a\x99\x22\x5a\x52\xaf\x3c\x9e\x72\x91\x62\x65\x5f\xf8\xd3\xbf\xaf\xbb\x10\x8a\x3f\x90\x55\xfb\x7f\x6e\x76\x33\xc2\x12\xc8\x20\xcd\x13\x45\xb3\x84\xa0\x0c\xcf\x88\xb4\x2b\x92\x27\x4a\x1e\xc0\x6b\x5a\x3b\x20\xe2\xd0\xdf\x72\xd0\x83\xbb\xdd\x73\x09\xbf\xa0\xa9\x67\x76\x8c\x7c\x56\xd0\xd2\x88\xc1\xfd\x0e\x4b\x14\xde\x5a\xcf\xb0\x94\x9b\xd1\x8c\xe4\x42\x8d\x27\x8b\xa3\x07\x52\xeb\xb7\x95\x72\x30\x43\x58\x29\x41\x27\xb9\x22\x7a\xde\xba\x0d\x77\x3f\x03\x7b\x34\x42\x40\x17\xd6\xf0\x7a\x13\x8e\xa9\x20\x11\xcc\x6d\x9d\x03\xe3\xbf\xd2\xf3\xd6\x9a\xd8\xc2\xcc\xfe\x81\x2c\x40\xe6\x69\x58\x01\xbf\xe5\x23\x36\x62\xe8\x10\x9d\x0d\x6f\x4f\x87\x97\x67\xe7\x97\x1f\x4f\xd0\xf7\x0b\x14\x93\x29\xce\x13\x75\x80\xa6\x94\x24\xb1\x44\x58\x10\x68\x92\xc4\x5a\xae\xd1\x83\x21\x2c\xa6\x6c\x86\xb8\x88\x89\x78\xbe\x65\xac\x3c\x25\x2c\x4f\x2b\xf7\x0a\xfc\x5e\x8c\xbe\xf2\x85\x16\x63\xfc\xa3\xd2\x93\xbf\xd6\x16\x18\x66\xac\xfb\x0e\x5a\x7b\x31\xc1\x29\x9a\xd3\x24\x16\x84\x1d\x2b\x2c\x1f\xc6\xe4\x33\x89\x72\x73\x27\xff\xb3\xfc\xc3\x58\x4b\xbf\x3c\x26\xe5\x5f\x4a\xff\x28\xc4\xad\xb5\x3f\xf5\xfa\xf6\xda\x5f\x82\x76\xde\xed\x3b\xf8\x85\xc6\x8d\x6f\xc3\x2f\x2b\xe6\xe0\xde\x59\x32\x58\xf7\x4a\xeb\xa8\xdc\x0b\x56\xd8\x6b\x7c\x47\x10\x25\x16\x63\xac\x14\x49\x33\xb5\xa6\xe5\x01\xa3\x44\xcb\xae\xcb\x64\xd5\x4b\x1e\x93\xa1\xeb\xef\x57\x2b\x82\x1a\x61\xd3\x70\xad\x29\x11\x84\x45\xa4\xbd\x85\x3b\x2c\x1f\x8a\x16\x56\x0b\xbc\x40\x63\x48\x2f\x3f\x2a\x08\xac\xd6\x71\x21\xf6\xea\x25\x29\xde\x5c\x25\xec\x96\xe6\x23\x3f\x70\xa1\x87\xf7\x16\x04\xde\xd2\xc0\x5f\x42\xe6\xdd\xf4\x44\x7f\x71\x56\x8e\x0d\xf9\x53\x6f\x13\xd9\x7e\x25\xbb\x5a\x50\xb8\x40\x72\x21\x15\x49\x57\xda\x52\xde\xce\x42\xd8\x0b\x68\x5f\x07\x5c\xb9\x03\x7f\x03\xa7\xbe\x7c\xa3\xf7\xc7\x7b\x8d\x25\xdb\x95\x25\x74\xdf\xe7\xe9\xbc\x5d\xcb\xa7\x7a\xeb\xb6\x2f\x70\xf7\xbc\x89\x69\x96\x64\xcd\x5d\x0f\xf2\x99\xcc\x19\xad\x7b\xe5\x56\x7b\x0c\x03\x58\xa1\xc8\x96\x6d\xe9\xfe\xfc\xe9\x4f\x43\x0b\x90\x31\xf7\xa9\x39\x95\x81\x31\x0c\x45\x5c\x18\x59\x30\xb6\xe7\xdd\xe8\xb2\x83\xbb\xc1\xed\xf0\xee\x04\x0d\x50\x8c\x15\xd6\x07\x5c\x90\x4c\x10\x49\x98\x02\x3b\x81\xfe\x5e\x2d\x50\xca\x63\x92\x18\x8d\xf6\x83\x96\xac\xd1\x19\x56\xf8\x14\x2b\x9c\xf0\xd9\x11\x1a\xc0\x3f\xf5\xc7\x54\x22\x9c\x48\x8e\xb0\x23\x2b\x12\xbb\x26\x30\x8b\x1d\x6b\xc1\x28\xe2\x69\x46\x13\xef\x47\xf0\xc6\x1b\xca\x62\xfa\x48\xe3\x1c\x27\x88\x4f\x34\x57\xd1\x1a\xf8\xf0\x91\x30\x95\xe3\x24\x59\x20\x9c\x24\xc8\x76\xeb\x5e\x40\x72\xce\xf3\x24\xd6\xed\xba\x51\x4a\x9a\xd2\x04\x0b\xad\xe2\x9b\xd1\x5e\xd9\xb6\xd0\xdd\x9c\xf8\xb1\xc2\xb8\xf4\x6a\xa6\xf8\x81\x48\x44\x15\xca\xb8\x94\x74\x92\x14\x67\xfe\xfe\x1c\xc1\xb8\x4f\x2f\xce\xc1\x5e\x10\x29\xc4\x0d\x0f\x75\x9d\x5b\xfb\x90\xeb\x31\xc5\x8c\x11\xe8\x98\xab\x39\x11\xb6\x7b\xfb\xf2\x6b\xab\xfe\xf7\x97\xb7\xd7\xc3\xd3\xf3\x0f\xe7\xc3\xb3\xba\xee\x7f\x37\xb8\xfd\xb1\xfe\xeb\xcf\x57\x37\x3f\x7e\xb8\xb8\xfa\xb9\xfe\xe4\x62\x70\x7f\x79\xfa\xc3\xf8\xfa\x62\x70\x59\x7f\x68\xc9\xaa\xb3\x19\x21\x1c\xd9\x9a\x67\xab\xb7\x99\x3e\x97\xcd\xf4\xe0\xcb\x35\x9a\x5a\xa7\x54\x77\x83\xa9\xb7\x51\xd8\x2f\x51\x86\xa5\x34\x92\x91\x19\xc1\xd1\x88\x7d\xe2\x42\x33\xb0\x29\xd7\x3c\x42\x4b\x4f\x4a\xe4\x91\xa2\x6c\xe6\x3f\x3a\x41\xa3\xfc\x9b\x6f\xfe\x18\x5d\x50\xf6\x00\x7f\x91\x7d\x5c\x9c\xde\xa2\xdc\x5b\x94\x7f\x5b\x16\x65\x2d\xfa\x1c\x87\x86\xe4\xdd\x06\x57\x69\xe1\x02\x7c\xe2\x5a\x94\xe0\xb9\xd2\x7f\xea\x2e\x81\x3c\x96\x84\x58\x75\x33\x58\xfa\x08\xab\x96\x3e\x04\x4f\x41\x90\xfb\x4c\x25\x30\xa3\x27\x2e\x1e\xa6\x09\x7f\xea\x66\xae\xfc\x48\x94\x1f\x86\x16\x9c\xde\x82\x95\xf2\x67\x3b\x43\x3f\xf0\x8f\x44\xe9\xb1\xdf\xd8\x5e\xfa\x60\xab\x3e\xd8\xea\x75\x83\xad\xf6\xca\x54\xf8\xfc\xac\xb5\x6c\x57\x34\xfc\xb5\xc5\x0f\xd7\xea\x66\x6b\xf1\xa2\x05\x4e\xb2\x17\xe1\xc9\x65\x57\xd4\x2e\xf9\x72\xd9\xd9\xb4\x82\x27\x97\x86\xf1\x56\xf8\x72\x69\xd0\x2f\xcf\x93\x7f\x13\x7e\xa2\xde\x0d\xb4\xe1\x42\xbd\x49\xd6\xdd\xf1\x56\x7a\x31\x27\xce\xf3\x5f\x25\xb5\x98\x8f\x75\x82\x3c\xd6\x88\xea\xe8\x1c\xc6\xb1\x22\x6e\xa3\x31\x50\xa3\x29\x32\xa3\x1e\x8a\xd1\x18\x7b\xb1\x5d\xb0\xc5\xa6\xb7\x5e\xf7\xf0\x89\x75\x6f\xbd\xee\x81\x13\x1f\x89\x2a\x0d\xe3\xad\xdc\x7a\xa5\x41\xbf\xfc\xad\xf7\x1b\x8d\x97\xe8\x03\x24\x9e\x71\xe9\xbe\xf4\xbb\x72\x7f\x43\x20\x7e\x03\x31\x0f\x7d\x90\xc3\x5a\x6b\xf4\x65\x45\x35\x7c\xa9\x61\x0c\x6f\x33\x6e\xa1\x0f\x54\xe8\x03\x15\x5e\xc3\xa3\xf4\xf6\x02\x15\x9e\x55\xf1\x25\x9a\xac\x24\x58\x51\x43\xe5\xe6\x5d\xc6\x65\xbb\xbe\x17\x3a\xaf\x1b\xf4\x3a\x68\xb3\x6c\xcd\x04\xea\xfd\x15\xcd\xb1\x44\x3c\x8a\x72\x51\x71\xd1\x56\x4f\xf9\xa9\x20\x58\xe9\x23\x52\x36\x5c\x22\x68\x19\x09\x12\x71\x01\x4e\x4a\x8c\xb2\x39\x96\x04\x29\x81\x99\xa4\xab\xb4\x3c\xd3\x2a\x8c\x4b\xb7\xf3\x16\x14\xbc\xfa\x22\xbe\x94\x7a\x37\xe1\x71\xed\x40\x9a\xb3\xda\xf4\x64\xf9\x4d\xb2\xb3\xa9\x43\xda\x6f\x97\x99\x3f\xe3\x51\xd1\xb7\xd6\x8e\x8f\x4a\x49\x8d\xdf\xf4\xa8\x94\xad\x1d\x3b\x39\x2a\x30\xae\xb7\x72\x54\xea\x8b\xf8\x9b\x39\x2a\x4d\x53\xdf\x87\xa3\xe2\xc2\x01\x76\x7c\x5c\x6a\x3e\xf8\x4d\x8f\x4c\x3d\x5c\x61\x27\xc7\xc6\x8f\xef\xad\x1c\x9d\xe6\x05\xfd\xcd\x1c\x9f\xb6\xe9\xbf\xee\x11\xf2\x7e\x88\xce\x87\xe7\x4e\xd0\xd9\x8c\x08\xa3\x19\x45\x9a\x14\x57\x43\x2d\x15\x96\xf7\xcd\x0e\xcc\xea\xd3\xe0\x7b\x78\x0b\x27\xc1\x0f\xd6\x8c\xfd\x37\x73\x04\x6a\xf3\xde\x13\xda\x3f\xd6\x9c\xf8\x11\xd0\xda\xba\x9d\x81\x1b\x02\x84\x0f\x17\x48\x26\xc8\x23\xe5\xb9\x4c\x16\x87\x22\x67\x4d\xdc\x1e\x8c\x04\x4f\x34\x49\x10\x67\xc9\x02\x49\x85\x85\x72\x8f\xd9\xcc\x78\x94\xf4\x61\x4a\xb0\x54\xe8\x81\xf1\x27\x86\xa6\x98\x26\xb9\x20\x28\xe3\x94\xa9\xa3\x11\x3b\x67\xe8\xc6\x8c\x11\x34\xef\x03\x94\x4b\x7d\x04\x23\xcc\x18\x57\x28\x9a\x63\x36\x23\x08\x33\x07\x5d\x53\x50\x06\xe2\x02\xe5\x59\xac\x0f\x96\xee\xa2\x62\x63\x2a\x0e\xd8\x88\xdd\x81\x15\x43\x22\xf2\x59\x09\x92\x92\x64\xa1\xfb\xd0\xb4\xaf\x38\xb2\xeb\x63\x86\x6a\x0d\xe2\x44\x08\x2e\x24\xe8\xec\x93\xc5\x3f\x30\x53\x94\x11\x04\x6a\xa6\x34\xc0\x47\x87\xe8\x82\x4b\x88\xc9\xfe\xf1\xcf\x12\x45\x49\x2e\x15\x11\x07\x68\x92\xcf\x24\xa2\x0c\x65\x09\x56\x53\x2e\x52\x3d\x42\xca\xa4\xc2\x13\x9a\x50\xb5\x38\x40\x29\x8e\xe6\xa6\x2d\x58\x03\x79\x30\x62\x31\x7f\x62\x52\x09\x82\x7d\xef\xee\x21\xfa\x2a\x7c\x66\x08\x40\x7e\x7d\x00\x86\x7b\x9a\x66\xc9\x22\x1c\x7e\x90\x08\x0d\x7b\xa2\x1b\x21\x31\x9a\x90\x08\xe7\xd2\x1a\x76\x94\x58\x20\xf2\x79\x8e\x73\x09\x7b\xa7\xa7\x67\xad\x1e\x11\x4f\xb3\x84\x28\x82\xe8\x14\x29\x41\x49\x8c\xf0\x0c\x53\xbd\x74\xb7\x64\x49\xe2\xb6\x27\x7a\xbb\x81\x96\xea\x7f\x05\xcb\x47\xca\x05\x41\x31\x51\x98\x26\x72\xb9\x53\xf2\x45\x09\x0e\x3d\x3b\xbd\xa1\xfd\x25\x37\xb4\xd7\xd4\xb6\xe4\x26\xb4\x3b\xd6\x5f\x85\x6f\xe9\x2a\x2c\x73\x85\xbd\xb8\x0b\x0d\x48\xc4\x0e\x04\x42\x66\xad\xe2\x11\x4e\xb6\x94\x0d\x6f\xec\xa0\xd6\x96\x0e\xdd\x87\xfd\xa1\x78\x5b\x87\xc2\xec\xda\xfe\x9c\x8a\xb6\x84\x8a\x9d\x23\xc5\xac\x83\xf1\xb2\x24\x23\x42\xa2\x14\x2b\x7d\xb1\xcd\xec\x15\xdd\x11\xc5\xb0\x00\x75\x79\x53\x07\xe5\x25\x90\x5c\xbe\xec\x88\x85\x3e\x52\xe1\x37\x88\x40\xbb\x37\x09\x8c\x7d\x0e\xf4\x33\xe5\x40\x53\xd9\xe7\x40\xf7\x39\xd0\x5d\x17\xa8\xcf\x81\xee\x73\xa0\xdf\x6c\x0e\xf4\xb3\xa6\x3f\xef\x2e\xc9\x79\x37\x99\xcc\x6f\x4a\x3a\xef\x25\xf3\x5e\x32\xef\xd3\x95\xfd\xd4\x76\xc5\x05\xdd\xd7\xef\x62\x92\x10\x45\xda\x0d\x74\x44\xa4\x5a\xe1\x30\x37\x3c\x65\x5a\x14\x9c\x09\x22\xe5\xb6\x3c\xcd\x37\x1c\x96\x57\x68\xf0\x47\x14\x28\xb3\x9e\x2c\xc1\xae\xb3\x8c\xd9\xf9\xb6\xdf\x26\xcb\xf3\xc3\xef\x21\x1b\x7a\x1e\xd8\xf3\xc0\x4d\xa6\xb6\x3f\xe6\xe8\xe0\x30\xbf\x94\x3d\xda\xf3\xf6\x2c\x6f\x17\x4e\xef\x8d\xa3\xb5\x60\xb4\x86\xc2\x21\x2b\x95\xfb\xc3\x6d\xe9\x7c\x4b\x5e\xbf\x4e\x5f\xcb\xf8\xba\x69\xe7\x6d\x32\x75\x33\xf6\x9e\xa3\xf7\x1c\xbd\xe7\xe8\x6f\x9b\xa3\xbb\x93\xfc\xaa\xee\xc5\xa0\x70\xda\x98\xc6\xdb\xd4\x4e\xeb\x5e\x87\x02\xa7\x24\x1e\x42\x96\x98\xcf\x71\x13\xbf\xea\x4f\xc2\xaa\x68\x2e\x1f\xac\xbb\x03\x32\xfc\xba\x58\xf5\x52\x29\xab\xcd\xfc\x91\x45\x81\xb2\xf3\xf8\x4d\xb8\x24\x1b\x57\xf8\x0b\x29\xae\xb6\x1f\x5c\xe4\xc5\x6b\xab\xed\xc7\xb4\x7b\x17\x59\x5f\x5a\xad\x77\x02\x75\x9c\x70\xef\x04\xda\x5f\x27\x50\x87\x6d\x7c\x16\xcf\xee\x0b\x1f\xcf\x97\x12\x1d\xbb\x67\xee\xb8\x04\x1b\x16\xa3\x3c\x4b\x38\x8e\x3b\x56\x47\x0f\x24\xba\x0e\xe9\x3b\x2c\x46\x82\xcc\xa8\x54\x44\xe8\x7d\x69\x14\x0c\x57\xe7\xf3\xbc\xd5\x32\xe8\x9d\x23\x36\xc3\x6e\xdf\xfd\x7b\x87\xe1\xdf\xd8\x3b\x1b\x38\xd1\x04\xc7\xbe\x3e\x31\x88\x6f\x29\x5e\xa0\x39\x7e\x24\x2e\xca\xfc\x11\x27\x34\xc6\xd5\xb5\xae\xcc\x70\xd9\x80\xfe\x73\xbd\x01\xe1\xf2\x70\x7c\x41\x3b\x59\x8e\x02\xb6\x00\x15\xf0\xce\x5c\x6b\xe5\x89\x20\x38\x5e\xa0\x09\x21\xcc\x93\x4d\xc3\x7d\xd2\x32\xe6\x9d\x08\xce\xaf\xae\x95\xd6\xa9\x67\x5f\xd4\xd2\x17\x8c\x7b\x6d\xe6\x37\xdb\xeb\xa0\xdb\x2b\x9e\xf2\xbb\xb7\xc5\x82\xfa\x58\xd8\xde\x36\xf9\xfa\xb6\xc9\x3e\x16\xb6\x57\xf4\xf7\x4c\xd1\xef\x63\x61\xfb\x58\xd8\xde\x0c\xb2\x7c\xda\xbd\x19\xe4\x8b\x88\x85\xed\x24\xc3\x6f\x18\x0d\xfb\xc6\xa5\xf9\x5e\x98\x77\xef\xf5\xc2\x7c\x2f\xcc\x7f\xa1\xc2\xfc\x7e\xac\x70\x2f\xc9\xf7\x92\x7c\x2f\xc9\xf7\x92\x7c\x2f\xc9\xef\x7c\x19\x7b\x49\xbe\x59\x92\x87\xbf\x5c\xb1\x9d\x75\xc5\xfa\x35\xc5\xf9\xb5\xd3\xdd\xd6\x77\x06\x7e\x24\xea\xad\x7a\x02\x7b\xa9\xbd\x97\xda\xf7\x5b\x6a\xdf\x9b\x09\x7d\x79\x85\x32\xfa\x52\x13\x7d\xa9\x89\xbe\xd4\xc4\x33\x97\x9a\x70\x5f\x77\xc8\x91\xb2\x87\x4b\x61\x95\x4b\x83\x55\x5c\x04\x9b\x74\x12\x7b\x3a\xa4\x46\x55\x7a\x58\x2d\xf7\xa0\x81\x42\x29\xd7\xba\x1b\x23\xa5\x77\x1c\x83\x33\x81\x35\x33\xfa\x48\x18\x72\xc9\x01\x07\xf6\x1a\x3b\x00\x63\xca\xbf\xfc\xe1\x33\xc9\xb7\x58\x21\x8c\x14\x4d\xc9\x11\x3a\x9f\x1a\x6e\x11\xe9\xd3\x25\x89\x92\x95\x68\x2c\x43\xf9\xf0\x11\x8b\x8b\xb1\xba\xbe\x69\x11\x9c\x63\x5e\x3b\x70\xcc\x36\x4f\x94\x61\xbd\xae\x71\x40\x1a\x9d\x78\x0e\x05\x07\x2d\x25\x22\x71\x5f\x96\xba\x75\x2f\xa7\x38\xd6\x8c\x21\x18\x42\x91\x25\x1c\xbe\x0f\x77\x3a\x95\x3e\xbc\xa8\xf4\xbd\xf9\x1a\xe0\x4a\x01\x5e\x14\x60\xd5\x3b\x0d\x63\x0e\xd1\x6f\x5a\xc4\x8b\xf3\x84\x20\x2c\x25\x8f\x28\x06\x35\xc6\xc8\x00\x88\x2a\x67\x69\x70\x2f\xb9\xae\x63\x2a\xf1\x24\x21\xb1\x5d\x63\x52\x44\x3b\x2d\x1d\x39\x95\x68\x42\xf4\x12\x6b\x36\x55\x5e\xfd\xb9\x91\x40\x1a\x46\x13\x0c\x85\xd4\x47\x42\x98\x19\xc8\x12\x09\xda\x10\xe7\x5b\x15\xa2\xfb\x8c\x3b\xff\xb4\x17\xa9\x7b\x91\xfa\x37\x2a\x52\xef\x51\x84\xe6\x5e\x24\x0e\x82\x0f\x54\x73\xfe\xb1\x37\x6c\xca\xae\xb6\x9e\x0b\x2a\x95\x44\x51\x2e\x15\x4f\xdb\x25\x9f\x4f\xae\x87\x81\xef\xe0\x94\xb3\x29\x9d\xe5\xe6\x6e\xf9\xd5\xca\x26\xfe\x44\x17\x6a\xca\x22\x23\xdd\x0c\x43\xde\x6e\xbd\xaa\xb3\xc6\x7c\xc4\x06\x27\x6f\x43\x3b\x6f\xe2\xb6\x6b\x1e\xfa\x4b\x5d\x7a\xeb\x28\xab\x85\x7d\xdc\x6a\x9a\x5a\xbf\x18\xdf\x0c\x6f\xaf\xee\x6f\x4e\x87\x27\x68\x90\x65\x09\x35\x2e\x2b\x43\x61\xf4\x1f\x7a\x52\xa6\x6a\x94\x27\x11\x2b\x10\x19\x30\x77\xf0\x91\x69\x7d\x10\x1d\xa2\xd3\x8b\xfb\xdb\xbb\xe1\x4d\x4b\x83\x96\x24\x00\x71\x80\xa4\x59\x02\xf2\xd1\x43\x3e\x21\x82\x11\x2d\xe1\x5b\xc8\xf7\xc2\x73\x66\x1a\x1d\xfe\xf7\xf0\xf4\xfe\xee\xfc\xea\x72\xfc\x97\xfb\xe1\xfd\xf0\x04\x39\xda\xd2\xcd\xea\x71\xe9\x51\xc4\x0b\x86\x53\xad\x75\x97\xcb\x5b\xfd\x3d\x27\x39\x88\x63\x74\xc6\x52\x02\x95\x18\x4a\x2d\xba\x01\x5f\x0c\xbe\x1f\x5e\x94\x5b\x9e\x93\x10\x87\x1e\x25\x78\x42\x12\xeb\xca\x03\xef\x94\x3e\x3f\x01\x62\xbf\xf1\xf1\xe5\x66\x55\xff\x72\x3f\xb8\x38\xbf\xfb\x65\x7c\xf5\x61\x7c\x3b\xbc\xf9\xe9\xfc\x74\x38\xb6\x9a\xd4\xe9\x40\xf7\x5b\xea\xc9\x2a\x5c\xe8\xef\x39\x4e\xb4\x46\xce\xa7\x0e\x99\x1e\x3d\xcd\x09\x43\x39\x03\x8a\x33\x6a\x3e\x68\x25\x21\x2c\x8f\x99\xd1\xf5\xc5\xfd\xc7\xf3\xcb\xf1\xd5\x4f\xc3\x9b\x9b\xf3\xb3\xe1\x09\xba\x25\x09\x28\xc2\x6e\xd1\x61\x17\xb3\x24\x9f\x51\x86\x68\x9a\x25\x44\xaf\x06\xb6\x38\x10\x73\xfc\x48\xb9\x28\x69\x2b\xb0\x8e\xc0\x0a\xa0\x7d\xa7\x70\x8e\x83\xa5\xbb\xba\xfc\x70\xfe\xf1\x04\x0d\xe2\xd8\xcf\x41\x42\x1b\x25\xca\x71\x68\x42\x87\x35\x34\xa1\x08\x9b\x80\x10\x28\xd0\xfe\x48\x84\xa0\x31\xa9\xd0\xd1\xe0\xf6\xf6\xfc\xe3\xe5\xa7\xe1\xe5\x1d\xac\x98\x12\x3c\x91\x68\xce\x9f\xc0\x0b\x04\x33\x04\xe7\xd0\x23\xa6\x09\x74\xe6\x36\x8b\x33\xf4\x34\xa7\xe0\x39\x84\x0a\x05\xbe\x67\x63\x93\x10\x79\x3d\xa9\xe2\xa5\xb5\xfe\xd2\xc1\xab\xab\xea\xd5\x93\x54\x7f\xa3\x72\x2c\x96\xbd\x50\xa2\xf2\xfa\x8b\xab\xa8\xb5\xfe\x45\x85\xdc\xda\x0d\x14\x35\x7a\x69\x9f\x69\xb1\xd7\x9d\xed\x13\xe5\x35\x7c\xb1\xdb\x5b\x33\xde\x78\xec\xec\x54\xc7\xff\x2c\x31\xe0\x7f\xed\x30\x5a\xcb\x24\xe8\x2c\xc5\x2e\x0c\xb2\xd5\x7f\xb5\xd7\x6c\xc7\xcb\x3b\xf8\xb2\xe9\xc3\xba\x1f\x27\xf8\xe0\x2d\xdc\xca\xe1\x70\xf7\xe8\x06\xbe\x09\xe5\x2c\x27\xae\xa7\x44\xe1\x18\x2b\xac\xf9\xda\x8c\xa8\x23\x74\xc5\xe0\xd9\x1d\x96\x0f\x07\xc8\x15\x1e\x43\x5c\xa0\x42\x90\x7d\x81\x04\xf7\x37\x62\xc0\x5c\x5f\xb9\xea\x8d\x04\xbd\x91\xa0\x79\x65\xfa\x68\xb9\x96\x15\xde\xd5\x8d\xba\x96\xcd\x7f\x77\x17\x5f\x60\xe2\x77\x81\x2f\x15\x1b\x6d\xe9\x46\x5c\x69\x8f\x7d\xbb\x97\xe1\xcb\x5a\x64\x77\x7a\x35\x9a\xba\x64\xfd\xbd\x67\xfe\xaf\xbf\xf7\xfa\x7b\xaf\xbf\xf7\xf6\x60\x85\x5f\xdd\xba\xdd\xc0\xdd\x5f\xd5\xbc\xbd\x4a\x41\xde\x18\x26\xaf\x50\x88\xd7\x01\xca\xfb\xb5\x0b\x1e\x5e\x83\x59\xbb\xae\x21\x4b\x24\xe7\x58\x98\x82\xdf\x11\x4f\x53\xce\xca\x76\xf3\x03\xe4\x9d\xfc\x60\x94\x5c\x09\xa6\xaa\x29\xbb\xe8\x86\xbe\x0d\x7b\x77\xb0\x2e\x2f\x91\xdd\xb4\x53\x11\xc2\xa4\x0d\xf4\xfa\xf5\x33\xca\x19\x3d\x8e\xe1\x4e\x71\x0c\xf7\x63\xae\xcf\x92\x09\xb5\x7b\x1b\xfc\xdb\xc8\x7e\xea\x01\x0b\xfb\xfc\x9e\x3e\xbf\x07\x7e\xef\x01\x0b\x77\x47\xad\xcf\x2b\xd3\xf3\x98\x8c\x2b\x15\xba\xfc\x3f\xc7\x55\x97\x57\xe9\x49\xe8\xff\x2a\x3d\x28\x12\x9e\xa0\x75\x1a\xef\xb2\xaa\xd7\x25\x8f\xc9\x16\x95\xbd\xf4\x88\x3a\x57\xf5\x2a\xf5\xb5\xe7\x22\xbc\x5b\x26\x23\xca\x97\x06\xfe\xcc\x82\x7c\x0b\xc5\x7c\x89\xd6\xa8\x06\xfa\xef\x4d\x53\x2b\x17\xea\x4b\x2d\x9b\x50\x30\xb8\x37\xe4\xa8\xe9\x76\x0b\xb8\xf0\x9e\x71\xcb\x5d\xd0\xfc\xdc\xdf\x08\xcd\x8f\x9f\x07\xd2\xa6\xfb\x85\x50\x41\xb2\x29\x5f\x05\x9b\x22\xd8\x94\xba\x7f\x1b\x76\x9e\x70\xc4\x2f\x61\xe9\x59\x4a\x4c\x5f\xdc\x35\xb1\xec\x68\xf4\x97\x45\xc7\xe5\xfa\x52\xaf\x8c\x1e\x79\x66\x99\xed\xa5\x87\x76\xe9\x4d\x3f\xfb\x33\xe1\xde\xf4\xf3\xa6\x4d\x3f\xc6\x51\x3d\xce\xb0\x20\x4c\x35\xc8\xe8\xd5\xeb\x04\x5e\x0f\x73\xf8\x9d\xd4\x01\x0d\x18\x69\xd1\x5e\xc8\xfe\xaa\xfa\xb2\x6c\x41\x56\x30\x08\x92\x97\x8e\xff\x59\xfc\xed\xa5\xff\x52\x5d\x8b\x25\xd1\x5e\x06\x34\x5f\xea\x3b\x3a\xb7\x81\x5f\xdb\xa7\x37\xd9\x14\x62\x27\x0a\x26\xe4\x91\x24\xdd\xe2\xc3\x5c\xfa\x02\x89\x0b\x81\xaa\x98\x5d\x43\xdc\x58\x5d\x40\x6d\x8e\x19\xbb\x36\xef\xbd\xad\xe4\xa6\xda\xa0\x5f\x36\x7e\xac\x4e\x56\xdd\x8e\xa7\xdb\x77\x6a\x12\x75\x82\x6c\x10\x2d\xeb\xf2\x69\xb8\xa3\x2e\x19\x1b\x43\xae\x52\xdb\xfd\xf2\x9b\x8b\x2a\x69\xdd\xf9\x57\x8d\x2d\x69\xe2\x3d\x4d\x0c\xa7\x8b\xf5\x78\x57\x49\x94\x8e\xd8\x5a\x62\x3e\xda\xcc\xcd\xcf\xc4\x6c\x3e\x12\xf5\x65\x70\x9a\x8f\x44\xbd\x14\x9b\xd9\x94\xb7\x2c\xe5\x2b\x45\x0d\x9d\xfd\x8b\x5d\x58\x27\xa8\xe6\x67\x33\x49\x1b\x51\xe3\x73\x97\xc3\xa9\x2a\x6e\xb5\xcc\x92\xa0\xde\xe7\x98\xf6\x39\xa6\x7d\x8e\x69\xf5\xa8\xf7\x39\xa6\x7d\x8e\x69\x63\x46\x4c\x4c\x12\xa2\x48\xab\xd4\x72\x06\x8f\x5f\x4b\x6a\x31\xbd\x3f\x97\xcc\x62\x5a\xff\x32\xc4\x16\x33\x97\x5e\x72\xf9\xcd\xe8\x45\x6e\xc3\xf7\x42\x2f\x32\x27\x79\x95\x69\xa6\xf4\x63\x43\x10\xfe\x8b\x9b\x6b\x36\x61\x49\x3b\xb0\xd9\x1c\x3a\xd7\x58\x91\xd3\xd2\xd5\x8c\x73\x06\x5f\xbe\x49\x5e\x55\x1d\x7a\x6f\xd2\x41\xc1\xd6\x3d\x1f\xeb\xaa\x9d\xb9\x6e\x13\xb7\x34\xfa\x76\xe7\xbd\x2f\x2c\xbb\x8d\xee\xf7\x95\x71\x6f\x9c\x27\xf5\x05\x18\xb8\xd6\xe3\xcc\x85\xcd\xeb\x0b\x62\xcb\xbd\xfd\xeb\x95\x73\x77\x6a\xfc\xf7\xcd\x4e\xb7\x37\xf7\xf5\xe6\xbe\xde\xdc\xd7\x9b\xfb\x7a\x73\x1f\xea\xcd\x7d\x2f\x64\xee\x5b\x4f\x82\x2b\x59\x00\xbf\x20\x21\xae\xb7\x06\xf6\x72\xdc\xee\xa6\xbb\xaf\x9a\xf4\x3e\x99\x40\x3b\x23\x69\x17\x49\x84\x2b\x73\x47\xec\xb4\x7f\x5d\x99\x34\x12\x54\x25\x71\xc3\x59\x95\x18\x72\xed\x86\xfd\x76\x98\x9c\x7c\x6e\x3e\xb6\x4d\xf8\xbb\x5b\xf7\x2f\x36\xfa\xbd\xaf\xbb\xda\xb8\x56\x7d\x70\xfe\x92\xc5\xe9\x83\xf3\xfb\xe0\xfc\xbd\x0b\xce\xdf\xb9\x4a\x95\x71\xb9\x0c\x3c\xcc\x5c\xcd\x4b\x51\x03\xdc\x45\x6f\x74\x19\x4d\x0a\xa6\x56\x5c\x4c\xb2\x84\x2f\xc0\xde\xb3\xd4\xf2\x6d\xba\x28\x94\xa0\x65\x97\xbf\x7b\xfb\xba\x1e\x1e\xb1\xe7\xf7\xbf\x1b\xf9\x4b\xa9\x35\xfb\x22\xf6\x16\xf3\xde\x0b\x41\xf7\xf8\x9f\x15\xc8\x8c\x4e\x98\xba\x01\xc8\xc5\xea\x63\x30\x62\xcd\x4f\x82\xf2\x8e\xf6\xd6\x9c\xe4\x2a\xc8\x47\x95\xfa\x00\x64\x44\xa8\x45\xf0\x26\x49\x33\xb5\xf8\xaf\x11\xa3\x45\x15\x38\x3a\x63\x5c\x18\x1e\xa8\x3f\x9e\x63\x16\x27\xfa\xfc\x48\xdf\x4e\x84\x19\xe3\x0a\x84\x13\x98\x41\x8c\x1e\x29\x36\xa2\xcc\xe0\xfa\xbc\x43\x7c\x40\xa7\xb3\x58\x72\xed\xbf\xa1\x93\xf8\xd2\xf5\xd5\x56\xdc\xa2\x1f\x13\x3e\x81\x8a\xa0\x79\xd9\xc4\xa0\x1b\xe8\x9d\xd1\xa5\x9d\x7b\x2d\xe6\xa1\xb0\x7c\xa8\x02\xf9\x94\x61\x1d\xc6\x4b\xa1\x7d\x56\xbc\x5b\x2a\x76\xb1\xfc\xd5\x0a\xfc\x4f\xf9\x99\x05\x04\x82\xc7\x30\xe4\xea\x38\xdc\x8f\x61\x87\xee\xb7\xa2\x65\xf7\x8b\xab\xa8\x0e\x3f\x0a\xa2\xc4\x62\x8c\x95\xd2\x0c\x69\x97\x98\x43\x77\x58\x3e\x6c\x81\x39\x54\xf6\x34\xad\xc0\x1c\x2a\xf5\xb5\xe7\x1c\xab\x84\x39\x54\x1e\xf8\xb3\x73\xac\x8e\xc4\xbd\x82\xb1\xbd\x3d\x78\x89\xae\x47\x75\x8d\x89\xff\x56\xa0\x26\xba\xb1\xae\x55\x46\xe7\xb7\x08\x3b\xb1\x8c\x17\xef\xcd\x08\x2b\xd7\xc1\x97\x78\x72\xcb\x97\x5b\x7f\x44\x97\xad\xd1\x17\x57\xfa\xb5\x22\xb3\xac\x98\xdb\x1b\x29\x01\x5b\x15\xbb\x76\x3d\xaa\xe7\xb1\xbf\x07\xbb\xb1\x4e\x08\xd5\x79\xb9\xe4\x81\x3f\x43\x2e\xa8\xaa\x00\x8d\x37\xa5\xce\xa9\x0c\xf1\x24\x22\x2e\x8c\xe4\x15\xdb\x33\x6b\xec\x89\x06\x9b\xfb\x04\x0d\x50\x8c\x15\xd6\x87\x54\x90\x4c\x10\x49\x98\x32\x5a\xbd\x41\xaa\x4f\x79\x4c\x12\xa3\x51\x1b\xd3\xd5\x19\x56\xf8\x14\x2b\x9c\xf0\xd9\x11\x1a\xc0\x3f\xf5\xc7\x50\x1f\x5e\x72\x84\x1d\xe1\x90\xd8\x35\x81\x59\xec\xcb\xd2\xa3\x88\xa7\x19\x4d\x7c\xb9\x07\xef\x5e\xa0\x2c\xa6\x8f\x34\xce\x71\xe2\xe1\xf5\x47\x6c\xf8\x48\x98\xca\x41\x03\xc4\x49\x82\x6c\xb7\x01\x7a\xbe\x33\x05\xb8\x51\x4a\x9a\xd2\x04\x0b\xa4\xb8\x1d\xed\x95\x6d\x0b\xdd\xcd\x89\x1f\xab\x2b\x25\x80\x52\xfc\x40\x24\xa2\x0a\x65\x5c\x4a\x3a\x49\x8a\x63\x7c\x7f\x8e\x60\xdc\xa7\x17\xe7\xb6\x36\x3b\xe2\x86\x0f\xba\xce\xad\x03\xc3\xf5\x98\x62\xc6\x08\x74\xcc\xd5\x9c\x08\xdb\xbd\x7d\xf9\xb5\xcd\xaf\xaf\x0d\xf9\xde\x6e\xca\x0d\x47\xf6\x7a\x3a\x6b\x67\x85\xb5\xab\xb6\xda\x4d\x55\x6d\xd7\x53\x9f\xc1\xe7\xdc\x5d\x99\xac\xe0\x15\x96\xd5\xc8\x4d\xf1\x0a\x4b\xdd\xbf\x09\xe7\x74\x69\xc4\x2f\x81\x57\xf8\x1b\xd5\x2c\x7b\xb5\xf2\x59\xd6\xed\x4b\xd5\x29\xf7\x5c\xa1\xec\x91\x16\xfb\x2a\x17\x7d\xa8\xc9\x0e\x17\xa7\x0f\x35\xe9\x43\x4d\xbe\xd8\x50\x93\x76\xf5\x84\xc6\x5b\x67\x6c\xae\x59\xd7\xce\x5b\x19\xc4\xaf\x20\x4a\x69\xb1\xbf\x43\xa5\xbb\x26\x6d\xa1\x90\xa5\x4b\x95\xa9\x36\xd7\x1c\xce\xe3\x37\xa1\x32\x34\xae\xe6\x4b\xa8\x0e\x7d\x91\xb4\x9d\x16\x49\xdb\xbb\x69\xf7\x52\x65\x2f\x55\xf6\x82\x53\xc7\x09\xf7\x82\xd3\xfe\x0a\x4e\xaf\xa5\x0d\x7d\x49\x78\xd9\x5a\xc4\x2a\x65\x25\x2d\x8d\x53\x36\xf8\x4a\xe0\xcc\xc8\xb3\x84\xe3\x78\x55\xc4\xd1\xaf\x81\xf8\xb6\x44\xee\x0b\xda\x15\x45\x9c\x72\x45\xfc\x5b\x26\xdb\x99\x06\x74\x8f\x6f\x41\xb4\xd3\xe3\x34\x23\xee\x10\x1d\x19\x76\xf8\xee\xdf\x3b\x0c\xfc\xc6\xde\xc9\xc0\x69\x26\x38\x76\x00\x06\x46\x3c\x4b\xf1\x02\xcd\xf1\x23\x41\x53\x4c\x13\x63\x9f\xa3\x31\xae\xae\x6f\x65\x6e\xcb\x06\xf4\x9f\xeb\x0d\x08\x97\x87\x53\x64\x34\xea\xfb\xc2\x48\x55\x11\x4e\x9c\xbb\x0f\xde\x99\x63\x89\x70\x22\x08\x8e\x17\x68\x42\x08\x0b\x32\xd9\xba\x8e\x79\x27\x82\xf1\xab\x87\x67\x86\x74\xf3\xaa\x51\xde\xc0\x35\x20\x5e\xb1\x14\xf7\xf8\x5c\x8a\x65\x95\x93\x6c\xa1\x43\x6e\xa3\x38\xca\xef\xde\x0a\x73\x79\x09\x35\xf1\x0b\xf6\x22\xf5\x9e\xa2\xe5\x61\x78\x3b\x8a\x6a\x1a\xb1\x3b\xad\x5a\x15\x18\x0c\x41\x8a\x2c\xfa\x83\x5b\xae\x3f\x40\x84\xbe\x8d\xda\x4f\x16\x85\xe6\x2d\xab\xad\x79\xb9\x0c\x1d\x6a\xa1\x38\x22\x42\x19\x90\x07\xa6\xc8\x67\x25\xd1\x21\x4a\xe8\x03\x41\xef\xf5\xe9\x40\x83\xeb\xf3\xf7\x07\xe8\xbd\x29\xaa\x8f\xb2\x04\x33\xf9\x7e\x6f\xb4\x8f\x5e\x45\xef\x93\x8c\x7b\xcf\x4f\x6f\xc0\xe8\x0d\x18\x3b\x5f\xc6\x7d\x32\x60\xbc\xa2\x8c\x6e\x72\x9b\x9e\xa5\x98\xed\xbe\x48\xeb\xbd\xb0\xde\x0b\xeb\xbd\xb0\xfe\xc5\x0a\xeb\xfb\xb1\xc2\xbd\xa4\xde\x4b\xea\xbd\xa4\xde\x4b\xea\xbd\xa4\xbe\xf3\x65\xec\x25\xf5\x8a\xa4\x0e\x7f\x39\xb4\x80\x75\xc5\xf6\xce\xe2\xfa\x66\xd0\x00\xdd\xdc\x74\x16\x1b\xe0\xad\x48\xe6\xbd\x54\xde\x4b\xe5\xfb\x2d\x95\xef\xcd\x84\xbe\xbc\x84\xe0\x3e\xa5\xb6\x4f\xa9\xed\x53\x6a\x5f\x23\xa5\xd6\xf1\x92\x65\x12\xce\xb2\xba\x3e\x3f\x59\xe6\xf2\x15\x65\x51\x92\x83\xa8\xaa\x7f\xfe\x3e\xa7\x49\x8c\x40\x45\xd2\x9a\x2e\xe5\xec\x6b\xa0\x27\x20\x05\x18\xa7\xab\x44\xb1\x5c\x82\xf9\xa9\xc6\xea\xf6\x56\x88\x29\x46\xbb\x29\x0c\xdb\xae\xf6\xd4\x15\xc6\xd8\xa4\xfa\x5f\xe9\x37\xd7\xd0\x1e\xd5\x04\x3c\x70\x62\x89\xe6\x48\x6e\x7c\xcf\x5c\x1d\xb0\xb1\xcf\xb5\x6a\x05\xfe\x6c\x3f\x7a\x5b\xa5\x0c\xea\xa3\xee\x2b\x04\xa2\x60\xd7\xfa\x0a\x81\xcf\x38\x6f\x77\xce\x56\xcc\xdc\xd1\xa8\xb1\x85\xbf\xd1\x69\xbf\x7a\xb0\x63\xfb\x49\x7f\xd5\xd0\xc7\xc6\x8b\xac\x96\x5b\x77\xfc\xcf\xc6\x7b\xea\x15\x0a\x23\xae\x7d\x39\xed\xa4\x44\xe2\x36\xd7\xd3\x47\xa2\xbe\x94\xbb\xa9\x2f\x93\xd8\x97\xd7\xd9\xd1\x74\x37\xba\x7b\xde\xec\x6c\xfb\xa2\x90\x7d\x51\xc8\xbe\x28\x64\x5f\x14\xb2\x2f\x0a\x89\x7e\xe3\x45\x21\xd7\x96\x5f\x77\x50\x1e\x72\x1b\xe9\xd5\x74\xff\xa5\x08\xb0\x7d\x89\xc8\x5e\x86\xdd\xdd\x74\x7f\x5b\x32\xec\x1e\x5a\x50\xf6\xa2\x16\xa6\xb7\xa0\xbc\x3a\x2c\x91\x67\xed\x9d\xa1\x89\xc2\xb8\x17\xff\xf5\x4e\x11\x8a\xdc\xa6\xf5\x28\x45\xf6\xff\x7a\x94\xa2\x1e\xa5\xa8\x65\xd6\x7d\x60\x75\x8f\x52\x84\xfa\xd0\xe1\x3e\x74\x78\x9f\x43\x87\x3b\x6c\x63\x8f\x52\xd4\x51\x64\x7c\x26\xa4\x22\x27\x73\x6d\x85\x56\xd4\x20\x0e\xae\x46\x2c\xfa\xb9\xae\x11\xed\xad\xa8\xe7\xc6\xda\x23\x17\xf5\xc8\x45\xdb\xd2\xce\x5e\x28\xa0\x2f\x88\x60\xd4\xc4\x61\xd6\xc9\x8b\x6e\x60\x2e\xdb\x2a\x98\x6f\x03\xcd\xc8\x8d\xb6\x4f\x92\xee\xd3\x31\xf6\x3f\x1d\x63\xef\x92\xa4\xf7\x46\x53\xe9\xd5\xf9\x3e\x4f\xba\xcf\x93\xee\x8d\x1d\xbd\xb1\x63\xe7\xcb\xb8\x4f\xc6\x8e\x57\x96\xdb\x9f\x11\xd5\x68\x1f\x25\xf8\x5e\x80\x37\xef\xf5\x02\x7c\x2f\xc0\x7f\xa1\x02\xfc\x7e\xac\x70\x2f\xbd\xf7\xd2\x7b\x2f\xbd\xf7\xd2\x7b\x2f\xbd\xef\x7c\x19\x7b\xe9\xfd\xc5\x90\x8e\x9a\x44\xf8\xb5\xd1\x8e\xd6\x74\xf3\x05\xc9\x6c\x6f\x49\x5a\xef\x25\xf5\x5e\x52\xdf\x6f\x49\x7d\x6f\x26\xd4\x23\x1f\xf5\xc8\x47\x3d\xf2\x51\x8f\x7c\xb4\x91\x8c\xf4\x6f\xf6\x58\xbe\x0b\x6e\x62\x7f\x65\xbf\xfb\x3e\xe1\x93\xbb\x45\x46\xf4\x7f\xcf\x68\x4a\x98\x04\x89\x96\xaa\x45\x28\x13\xb5\xac\x7c\x7d\xcd\xdf\xdd\x9e\x5f\x7e\xbc\x08\x53\xd5\xde\x7d\xba\xbf\xb8\x3b\xbf\x1e\xdc\xf8\x75\xf1\xb3\x0a\xd7\xc2\x7e\x57\x12\xeb\x2c\xc9\xdf\x10\xad\xbf\xc2\xa9\xb9\x55\x58\xe5\x72\xb3\x91\xdd\x0c\x6f\x87\x37\x3f\x41\xaa\xdd\xf8\xec\xfc\x76\xf0\xfd\x45\x89\x20\x4a\xcf\x07\xa7\x7f\xb9\x3f\xbf\x69\x7f\x3e\xfc\xef\xf3\xdb\xbb\xdb\xb6\xa7\x37\xc3\x8b\xe1\xe0\xb6\xfd\xeb\x0f\x83\xf3\x8b\xfb\x9b\xe1\xd2\xf5\x58\x3a\xda\xe5\x8a\x8c\x84\x45\x82\x2c\x16\x14\x59\xae\x21\x8a\x35\x44\x5e\x7c\x74\xec\xb0\xa9\xaf\x13\x74\x6f\xed\x02\xd4\x36\xee\x42\x92\x7c\x43\x46\xa1\x89\xa9\xc4\x93\x84\xc4\xb5\x96\xdc\x1a\xb6\xb5\x84\x4b\x83\x7a\xd2\x1a\xb8\x17\x39\x35\xcf\x8b\x0c\x2f\x40\x90\x00\xac\x08\x8b\x1b\xfa\x30\xfb\xd0\xda\x03\xd3\xbc\x8b\x3e\x92\x52\x4f\x51\x2e\x04\x61\x2a\x59\x18\x81\x5b\xd6\x1a\x75\xdb\xd7\xd6\xac\xbd\x53\x7d\x83\x73\x2c\x4d\xe4\x55\x69\xfc\x82\x24\x04\xcb\x86\x31\xdb\xdd\xef\xb6\x2c\x7e\xaf\xac\x45\xc7\x5c\x46\x53\x4c\x93\x5c\x90\xca\x69\xe1\x69\x86\x05\x95\x9c\x0d\x3f\xeb\xbb\x4c\x1f\xe4\x2b\xf8\x9c\x8b\xcd\x4e\xcc\xf0\x2f\x21\x05\x5f\x96\xff\xf9\xf1\xae\xfc\xaf\xd2\x99\xbf\xb8\x2b\xff\x6b\x39\xad\x07\x0d\x57\x29\xfb\x10\x7d\xbc\x3b\x41\x1f\x21\xa4\x4b\xa0\xbb\x39\x36\x14\x7b\x71\x77\x82\x2e\x88\x94\xf0\x4b\xf1\xb1\xa2\x2a\x81\xb9\x7d\x4f\x19\x16\x0b\xe4\xa6\x6f\xb2\xc8\x31\xf8\x4a\xdc\xd2\x54\x17\x8f\xfd\x2d\x67\xa0\xfe\x17\xab\x77\xc1\x67\x34\xc2\xc9\x76\x8b\x38\xb8\x2c\xf1\x81\xab\x9b\xa5\x4b\x11\xbe\x5d\x5f\x8b\xc1\xe5\x19\x64\x68\xbb\xa1\x36\xcc\xfc\x92\x48\x4d\x24\x11\x67\xb1\xf5\x1f\xe9\xdb\x7f\x11\x08\xf5\x7f\xe3\x90\xe5\x9e\x4b\xad\x6a\x0e\x2e\xcf\xd0\x31\xba\xba\x19\xb1\x2b\x11\x1b\x63\x2a\xd1\xd2\xb0\xa1\x39\x2a\x11\xe3\x0a\xd1\x34\xe3\x42\x61\xa6\xb4\x22\x00\x62\x80\x5d\x11\xc3\x01\x4e\x79\x9a\xe6\x0a\xeb\x83\x56\x5b\x54\x66\x4c\x2a\xb7\x44\x9d\xc7\xe0\x9e\x69\x58\x43\x23\x27\x14\x73\xc9\x84\x6e\x5f\xcb\x28\x65\x3d\x9c\xc6\x35\x55\xd6\x35\x81\x85\xc0\x65\x69\xe2\x1d\x55\x24\xad\xbe\xdf\x31\xbc\xf8\x5f\x8d\x46\x86\x53\x93\xce\x43\xc4\x40\x44\x73\xaa\x48\xa4\xf4\x11\xdc\x88\x26\xee\x2f\x7f\xbc\xbc\xfa\x39\x94\x20\xde\x0d\x3e\x9d\xfd\xe9\xdf\x4b\x3f\xdc\x7c\xaa\xfd\x30\xfe\xe9\x4f\xb5\x5f\xfe\x7f\x4b\xe9\xa9\xda\x53\x4d\xcf\x0f\xe6\x72\x08\x22\x35\xd8\x95\xdd\x54\x11\x4d\xf1\x8c\x20\x99\x67\x9a\x02\xe4\x51\x79\x7f\xb5\x48\x79\xc1\x71\x4c\xd9\xcc\xa4\x57\x5f\x50\x45\x04\x4e\x3e\xe1\xec\x83\xb3\x81\x6f\xb0\x3a\xff\xf7\xb6\x94\x0c\xff\xee\x97\xc1\xa7\x30\x9d\xfe\xdd\xf5\xcd\xd5\xdd\xd5\xd2\x59\x97\x5a\xa8\x1f\x23\xfd\xf8\x04\xfe\x17\x1d\x23\xdd\xba\x97\x7c\x53\xa2\xb0\xd6\x08\xd0\x57\x26\x25\xd4\xa7\x70\x51\x96\xc0\xa9\xc9\x04\x4d\x29\x5c\x29\xc6\x0a\xf8\xb5\x11\xae\xbd\xf6\xe0\xcf\x8d\xf9\xc0\x24\x7d\xdb\x4b\x99\xc5\x58\xc4\xe8\x6f\xb2\x8a\xcd\x00\xc6\x67\xf3\x03\x89\xd1\x21\x9a\x2b\x95\xc9\x93\xe3\xe3\xa7\xa7\xa7\x23\xfd\xf6\x11\x17\xb3\x63\xfd\xc7\x21\x61\x47\x73\x95\x26\x06\x8b\x42\xaf\xc2\x09\xba\x16\x5c\x5f\x21\xa0\xa0\x13\x41\x71\x02\xa9\xe8\x13\xc3\xff\xf8\x14\xfd\x1a\x71\x41\x8e\x8a\x8d\xb1\x86\x29\x7b\x8f\x58\xe3\xd5\xb1\x7e\xa9\x81\x99\x54\xf7\x13\xc5\x24\xa2\xb1\x15\x33\x08\x8b\x38\x58\x2f\x8d\xbf\x43\xb7\xe7\xf2\x68\x89\x75\x36\xfb\xe5\x0c\x94\x15\x1c\x93\x00\x4a\x42\xf1\x32\xc1\x69\xc5\xe7\xdc\xa8\xad\xb9\x56\xd1\x21\xba\x19\x6e\x55\xf7\x6a\xa6\x27\x1c\xf1\x04\x4d\xf2\xe9\x94\x88\xd0\xd7\x7d\xa0\xb5\x19\x2a\x91\x20\x11\x4f\x53\x90\x18\xf4\x57\xb9\x34\x54\x0d\x2b\x66\x47\x7b\x34\x62\xb0\xff\x5a\xcd\x01\x0a\x88\x39\xb0\x3a\x46\x48\x8c\x30\x5b\x98\x6e\x26\xf9\xb4\xe4\x4b\x07\x8c\x17\x1c\x23\xaa\x46\x6c\x90\x24\x48\x90\x94\x2b\x12\x86\x69\x83\xe3\xad\xb4\xe0\xc0\x22\x05\xc9\x12\x1c\x39\x10\x80\x84\x47\x38\x41\x53\x9a\x10\xb9\x90\x8a\xa4\x61\x03\x5f\x81\xad\x46\xaf\x19\x95\x28\xe6\x4f\x2c\xe1\xd8\xce\xa3\xfa\xd9\xd7\xe5\xd3\x38\x74\xf8\x1b\x43\x21\xb8\x80\xff\xf9\x91\xb2\x78\x67\x1c\xea\xfe\x76\x78\x13\xfe\xfb\xf6\x97\xdb\xbb\xe1\xa7\xf5\xb8\x8f\xa7\x2c\x18\x1e\xe8\xf0\x27\xe8\xd6\x2c\x02\x17\x5a\x22\x12\x2d\x93\xfa\x64\x49\xa9\xf8\x81\xc7\x1b\x72\xdf\x4f\x83\xcb\xfb\x41\x89\xa3\xdc\x9e\xfe\x30\x3c\xbb\xaf\xe8\x03\x76\x7e\x25\x19\xde\xa8\x7f\xe1\x6f\xa7\x3f\x9c\x5f\x9c\x8d\x1b\x14\xc6\x77\x37\xc3\xd3\xab\x9f\x86\x37\x85\x6e\xd7\xb8\x44\x95\xc1\x54\x99\xd5\x9d\x61\x4a\x73\x1e\xa3\xc9\xa2\x19\x6d\x45\x4b\xce\x09\xf8\x73\x0b\xbc\x21\xd3\xea\x09\xf0\x26\x07\x7c\x53\x7c\x91\xf2\x98\x1c\xd8\x77\x00\xa6\xc6\x18\x57\x8c\xc4\xdc\xdc\xb0\xee\x1d\xb3\xc0\x50\x61\x10\x64\xfc\xc2\x9d\xa0\x01\x92\xfa\xc5\x5c\x1f\x6a\x41\x67\x33\x30\x1c\x56\x86\x6a\x5a\xb3\x9f\xc2\xf2\xc2\x77\x66\xff\x33\xc1\xe1\x9c\xeb\x6e\xad\xc5\xd9\x5b\x25\xcc\x87\x06\x65\xb7\xd4\xa2\xc0\x60\x70\x68\x18\x9a\xdb\x2c\xbd\x08\xad\xeb\x65\xce\x63\x91\x58\x01\x6c\x4b\x1a\x7b\x67\x26\xc8\x23\xe5\x79\xf0\xa9\x45\xcd\x29\xed\x78\x63\xf3\xc5\x02\xc0\xb2\x19\xa3\x48\xa5\x19\x4f\x1e\x8d\x2d\x68\x16\xf6\x08\x2d\x4c\x05\x4f\x1b\xda\x28\x1f\x93\xf3\xab\x5b\x25\xb0\x22\xb3\xc5\x99\x65\x19\x9b\x1f\x8f\xb3\xab\x9f\x2f\x2f\xae\x06\x67\xe3\xe1\xe0\x63\xf9\xc4\xfb\x27\xb7\x77\x37\xc3\xc1\xa7\xf2\xa3\xf1\xe5\xd5\xdd\xd8\xbd\xb1\x94\xe4\x5b\x3a\xa8\xdf\xd3\xe5\x17\x4f\x90\x66\xb9\xc0\x1a\x1d\x9c\x65\xc0\x1f\x27\x64\xca\x85\xe1\xf3\xa9\x0b\x7f\xb0\x22\x8c\x5b\x5b\xab\x8b\x55\x66\x71\x02\x96\xb1\xa6\x26\x8d\xd5\x5b\x09\x82\x53\xb8\x27\x30\x43\x43\x16\x1f\x5e\x4d\x0f\x6f\xcd\x8f\x29\x16\x0f\x44\xf8\x4f\x9f\x04\x55\x8a\xb0\x92\x4a\x87\xdd\x90\xbd\x92\x58\x74\x70\x84\x6e\x34\xdf\xd7\xef\xfb\x4b\x4d\x13\x7b\x4c\x14\xa6\x89\xb4\x83\x2d\xad\xeb\x09\xba\xc0\x62\x56\xd8\xe1\xbe\xe2\xd3\xa9\x69\xec\x6b\x33\x0c\x7d\x87\x95\x66\xd1\xc0\x7b\x35\x69\xb8\x7b\x11\xfa\xb3\x2f\x7b\x79\xb8\x4e\x55\xf7\xd9\x76\x34\x75\x7f\x0d\x2b\x6e\x34\xf6\x92\x6e\x68\x9f\x34\xd0\x1a\x4c\xdc\x3c\x5e\x7e\xc9\x34\xb7\x5d\x27\xa7\xf2\x8b\x0d\xe4\x64\xb2\xf8\xf4\xce\x4f\xb5\xb6\xd9\x40\x4b\xe4\x33\xb5\x06\x83\x70\xdc\x15\x12\x2a\x9a\x01\xf3\x2a\xce\x32\x82\x85\x6c\xda\xed\xb2\x18\xd8\xb2\xf7\xa6\xa7\xb0\x0f\xbb\xc9\xae\x9f\x03\xc4\x19\x18\x1c\xbc\x10\x51\xa1\xc8\x0e\x34\x60\xda\xaa\x51\xc0\x35\x40\x99\x5d\x59\xd8\xb0\x4f\x54\x6a\xa5\xd1\xfc\xf8\xbd\xc5\x33\xdb\x8c\x20\x3e\x0c\xce\x2f\x2a\xc2\xc5\xf8\x6c\xf8\x61\x70\x7f\xb1\xdc\x4c\x58\xfa\xae\xba\xc5\xe8\x10\xe9\xe7\x65\xdf\x3b\x9d\x9a\x3b\xc3\xa1\xb2\x19\x95\x96\x30\x30\x5a\xd9\xa4\x3b\x63\xaf\x8e\x49\x96\xf0\x45\x4a\x18\x98\x78\x4a\x37\xa1\x5e\xcf\x29\xa6\xf6\x6a\x09\x06\x0b\x56\x1c\x6b\x76\x83\x6b\xec\xd0\x41\xc1\x91\xd8\xdf\xbc\x65\x24\xb8\x0a\xeb\xbe\x36\xde\x33\xfb\x9f\x5b\x85\xd5\x86\x67\x6c\x70\x7a\x77\xfe\xd3\xb0\xac\x1f\x9e\xfe\x70\xfe\x53\x93\x54\x33\xfe\x38\xbc\x1c\xde\x0c\xee\x56\x08\x27\x95\x26\x9b\x84\x13\xa9\x07\x5c\xf5\x9e\x52\xe9\xa3\x8a\x22\x83\x27\x87\xa8\x92\xe8\x91\x4a\x3a\xa1\x80\xbe\x67\x3d\x91\xf7\xe7\xc0\x59\x21\xcd\x92\xaa\x85\x13\x5f\x4c\xbf\xe5\x7d\xd4\x9c\xd4\xb6\x6f\xcc\x0e\xa1\x7f\x12\xac\x7c\x66\x73\xdc\xa4\x4f\x10\xe8\xb6\x8f\xa0\xb4\x05\x9f\x31\x2d\x48\xb3\x19\x11\x66\x38\xe0\x7d\x09\xc7\x12\x3c\xd7\xa3\x0a\x85\x95\x62\xd5\xbc\xd0\x3a\x23\x8c\x08\x80\xf7\xf2\x9d\x18\x41\x4a\x10\xf6\x5e\xcb\x5c\x59\x42\x23\xaa\x92\x05\x8a\xc0\x86\x05\xe6\xcc\x14\x33\x3c\xb3\xc2\x01\xa8\x39\x15\x92\xf8\x8b\x81\x28\xbc\x9a\x5a\xd3\xfe\x1d\x25\x1b\x1e\xb3\xfb\xcb\xb3\xe1\x87\xf3\xcb\x32\x09\xfc\x70\xfe\xb1\x24\xc2\x7e\x1a\x9e\x9d\xdf\x97\x6e\x73\x2d\xc9\x2e\x97\xeb\xab\xcd\x36\x1c\x45\xff\xd2\x09\x3a\x33\x9f\x9e\xe8\xc5\x6d\xc0\x5f\xf4\xca\x6f\x65\x1d\x6e\x5c\x58\x9f\xfb\x63\xc8\x94\x68\xf4\x4b\x74\x35\x21\x59\x1f\x64\xc9\x86\xd4\x1c\xaa\x50\xeb\xfb\xb2\xea\x54\xae\x87\x72\x58\x47\xa4\xee\xe4\xa8\xb0\x2c\x85\x31\x0c\x60\x34\x68\x33\x62\x35\xb8\xb5\x0a\x86\xfd\x13\xb8\xa8\xd3\x5c\x2a\xe3\x4a\x04\xe2\x44\x0f\x7f\x96\x7a\x41\xc1\xd5\x78\x84\x6e\x09\x19\x31\x67\x3d\x98\x51\x35\xcf\x27\x47\x11\x4f\x8f\x0b\xf0\xcf\x63\x9c\xd1\x14\x6b\x49\x9a\x88\xc5\xf1\x24\xe1\x93\xe3\x14\x4b\x45\xc4\x71\xf6\x30\x83\x28\x1a\xe7\x4e\x3d\xf6\xcd\xce\xf8\xef\x2e\xfe\xf8\xcd\xe1\xc5\x9f\xbf\x79\x57\xb7\x90\xb5\xed\xff\x90\x45\x38\x93\x79\x62\xa3\xee\x44\xb8\x36\xee\xc8\xe7\x64\xd5\x7e\x5f\x96\xb7\x6b\x3b\xfd\xf5\xf4\xfa\xbe\x64\xb1\x2e\xff\xf3\xd3\xf0\xd3\xd5\xcd\x2f\x25\x4e\x79\x77\x75\x33\xf8\x58\x62\xa8\xc3\xeb\x1f\x86\x9f\x86\x37\x83\x8b\xb1\x7b\xb8\x8d\xed\xed\x47\xc6\x9f\x58\x79\x69\xa4\xe3\x80\xb5\x9e\x4e\xd0\x07\x2e\xd0\x8f\x7e\x27\x0f\x27\x58\xc2\x15\xe3\xee\x2c\x79\x80\x32\x1e\x03\xe3\x45\x24\x9b\x93\x94\x08\x9c\x58\x9b\x81\x54\x5c\xe0\x99\xb9\xe9\x65\x24\xb0\x8a\xe6\x48\x66\x38\x22\x07\x28\x02\x6a\x98\x1d\xc0\xa6\x80\xaa\xc5\x67\x55\x3b\xdf\x4d\xce\x14\x4d\x89\x53\xc1\xed\x3f\xef\xcc\x66\x6c\xb0\x39\x57\x77\x3f\x94\x85\xbd\x0f\x17\xbf\xdc\x0d\xc7\xb7\x67\x3f\x2e\x5d\x4f\xf3\x59\x69\x64\xb7\x10\x80\x74\xca\x93\x3c\x65\xe1\xdf\x9b\x8f\xed\xfc\xf2\x6e\xf8\xb1\x3a\xba\xab\xc1\x5d\x99\x32\x6e\xca\x41\x72\xef\xbe\xbf\xba\xba\x18\x96\x5c\xc2\xef\xce\x06\x77\xc3\xbb\xf3\x4f\x25\xfa\x39\xbb\xbf\x31\x50\x9f\xcb\xa6\xe9\x46\xd0\x30\x51\x3d\xad\x70\x9a\xbb\x66\x85\x9d\x38\xd1\xc0\x06\xa5\x9b\xb3\x7c\x18\x00\x3d\x99\x70\x30\xb0\xea\x1c\x7a\x93\x6a\x64\x46\xda\xc8\x0e\x55\x79\x9b\x50\x3b\x3b\x5e\xba\xd1\xcb\xb8\xf2\x9d\x1f\x82\xc1\xd9\x35\xca\x36\x4e\x12\xfe\x64\xc2\x81\x53\xaa\x6f\x65\x0b\xfb\xa7\x5f\x91\x85\x87\xf0\xa8\x81\xe3\x95\xb7\x85\x44\x82\xa8\x4f\x3c\x67\x6a\x73\x92\x1b\x5c\x96\xf8\xce\xf0\xf2\xa7\xf1\x4f\x83\x32\x05\x9e\x5f\x2c\x67\x35\x61\x13\x0d\x57\xf1\xe0\xf2\x17\x7f\x09\x43\xd0\xf8\x81\xd7\x50\x8d\xec\x1a\x25\x54\x8b\xbd\x11\xd6\xda\x6b\x02\x12\x0d\x22\x14\x4c\x0e\xa9\x9e\x1c\x04\xa9\x66\xc6\x9f\x64\xf8\x93\x19\xe4\x89\xfb\xa3\xd2\x9e\x84\x75\x01\x6b\xaa\x8b\xc9\x87\x76\xac\x56\xcd\x10\x61\x8f\x54\x70\x00\x8b\x46\x8f\x58\x50\x2d\x8d\x9b\x96\xf5\x5c\x4f\xe0\x7f\xd7\x6b\x13\x0c\xa3\x15\xc6\x75\xcb\x85\x3a\xf3\xc1\xc0\x9b\x59\x43\x9a\x82\x62\xeb\xe1\xb0\xcd\x86\x8e\xfa\xb7\x0d\x9b\xb3\x65\xd0\x70\x79\xc2\x7f\x4f\xce\x28\x4e\x34\x03\xd8\x9d\xbc\x38\xb8\xbc\x3d\x2f\xcb\x8f\x65\x35\x23\xe0\xcb\x1b\xcb\x8b\x60\xa8\x34\x23\x77\xca\xc4\xed\x5f\x2e\x8c\x76\x01\x88\xe2\xe6\xdc\x06\x8a\x85\x85\x66\x31\xd2\x44\x86\x85\xac\x7c\x21\x11\x40\xf0\x15\x01\x57\xfa\xce\x82\x70\xa6\x47\x4e\xe3\x11\x23\x9f\x33\xc2\x24\x04\x07\x98\xfb\xac\xf0\xb5\xcb\x23\x74\x3e\x05\x96\xa0\x5f\x67\x28\x67\xd6\x01\xa6\x2f\x5c\x33\xc8\x03\x2d\xca\x16\xe8\x30\x81\xf9\x88\x11\x17\x2c\x55\x0c\x7e\xc4\x7e\xf6\x4e\x34\x78\x34\xe5\x9a\x01\xe9\x5d\xb4\xed\x9d\x20\xcc\x24\x3d\x40\x5a\x61\xa9\xee\x29\xa4\x1f\x68\x85\xd2\x86\x70\x69\x4e\x63\xff\x7c\xf9\x6b\xa0\x16\x27\x1c\x5e\x06\xcd\x77\x41\xe5\x2a\x68\x11\x8d\x13\xe3\x31\x19\x77\xbf\x13\x22\x2e\x88\xf5\xb3\xac\x7d\x0d\xac\x62\xec\x77\x58\x3e\xd4\x7c\x0f\xe7\x4c\x2a\xcc\x22\x72\x9a\x60\xb9\x61\x10\x92\xb3\x71\x1c\x94\x25\x8e\x9b\x9b\xfb\xeb\xbb\xf3\xef\x57\x70\xf9\xea\xc7\xf5\x30\xa0\x28\xc9\x9d\x7b\x6e\x22\x38\x8e\x91\x66\x9f\x33\x6e\x5c\x81\x56\xf0\x2f\x70\xf5\x4d\x6e\x90\x0f\xa8\x2c\x61\xfa\x17\x29\x0d\xd6\xce\x11\xba\x12\xa8\x5d\x08\x14\xe9\x95\x40\x81\xc9\xc3\x6d\x35\x78\x16\x4d\xb9\x21\x6b\xdd\xca\x12\xac\xa6\x5c\xa4\x86\xcb\x97\x26\x6d\x1a\x5f\xde\x28\x65\x8a\x08\x91\x67\x8a\xba\x42\x09\x55\x29\x55\x6f\xd9\x05\x9f\x7d\x22\x52\xe2\x19\xd9\xc6\x01\xdd\xa4\x3c\xdc\xfe\x14\xfe\x13\x1c\xcc\x5d\x64\xff\xd2\x08\x5d\xe4\xbb\xa3\xa7\x2b\xf6\xc1\x04\xf2\x5c\xf3\x84\x46\x1b\x06\xdc\x7d\x18\x9c\x5f\x8c\xcf\x3f\x69\x25\x7e\x70\x37\xbc\x28\x89\x12\xf0\x6c\xf0\xe1\x6e\x78\x63\x11\xe2\x07\xdf\x5f\x0c\xc7\x97\x57\x67\xc3\xdb\xf1\xe9\xd5\xa7\xeb\x8b\xe1\x8a\xc8\x9c\xd6\xc6\xeb\xd6\xd5\xea\xab\x27\xb5\x5f\x60\x87\x35\x2f\x0b\xed\x65\x90\x79\x86\x69\x02\x4e\x70\x6e\x9c\xe1\x18\x31\x1e\x1b\x0c\x2e\xe9\xac\x33\x1e\x96\x1d\x9d\xab\xf7\x49\x82\x70\xae\x78\x8a\xc1\x6b\x93\x2c\x46\x0c\x4f\x34\x6b\xc5\x49\x12\x84\x77\x89\x9c\x31\xcd\x62\x75\x63\xa6\xfe\x41\x94\x10\xcd\xce\xb3\x20\x61\xd0\xfa\x0d\xa6\x94\x41\xa4\x6d\x8a\xc5\x83\x2b\xe6\xe8\xd3\x30\xfc\xa1\x90\x08\xcb\x11\x33\xd8\x60\x56\x5a\xe9\xb0\xc2\x27\x9d\xde\x6a\x5d\x9d\x14\x3f\x10\xbd\x2a\x69\x1e\xcd\x51\x26\xf8\x4c\x10\x29\xad\x6d\x39\xc2\xcc\x04\x20\xd8\xd7\xf5\x35\x34\x62\x8c\xeb\xa5\x70\x26\xec\x98\x64\x84\xc5\x84\x45\xd4\xa4\x06\x82\xef\xde\x9b\x36\x67\x02\x67\x73\x24\x39\x38\xbd\x61\xd9\xc1\x7e\x65\x3e\x72\x37\x99\x45\x43\x83\xc7\xa1\x05\x5a\xe4\x9a\x4f\x5c\x81\x9c\x68\x56\x19\x3e\x76\x97\xa1\x73\xbb\x18\x3b\x60\x9a\x25\x44\x99\x4a\x18\xb0\xe4\xb0\x19\x7a\xad\x4b\xfb\xa1\xb7\xa9\x69\x13\xf4\x85\xed\xc6\x8c\xa5\x1d\xd1\x51\x83\x65\xdb\x1e\x29\xf4\x03\x66\x71\xa2\x5b\x71\x3e\x8c\xf2\x59\x84\x54\x94\x81\xa6\x1a\x77\x1a\xb7\xb9\x45\x23\x9c\xcb\x6d\xae\xd1\x4a\x3e\xa7\xb1\x0a\x1e\x16\x41\x21\x40\xde\x36\x99\x13\x56\x37\xd3\x2c\x12\x27\xdc\xae\x92\x79\x3d\x37\xd5\xdd\x10\x8c\xa6\xe5\x9a\xcd\x04\x65\x11\xcd\x70\xb2\x91\xee\x57\x09\xc6\xb7\x31\xee\x5f\xd1\xa9\x26\x9f\xaf\x6b\x6e\x5b\x45\x44\x0a\x49\xce\x76\x98\x7e\x0b\xd7\xb0\x24\xd9\xac\x06\x22\x8b\x68\x12\x2c\x78\x6e\xfc\x71\xb0\x2e\x24\x6e\x38\xaa\x47\x4d\xdb\xad\x4f\x06\x2e\x07\x40\x6f\xb0\xd9\x26\xf2\xa7\x6d\xfd\x2a\xad\xd8\xde\x4d\x30\x1e\x4e\xae\x9b\xdb\x6c\xda\x81\xe0\xe1\xbf\x96\xd1\xce\x27\x9c\x69\x9a\xb1\x35\x31\x70\x31\x47\xab\x24\xd9\x9a\x7f\x2e\x7e\x26\xf0\x9d\xfb\xbc\x90\xee\xbb\x51\x2c\xa1\x0d\x80\xaa\x77\x52\x8a\x21\x08\xf2\xd4\x2d\x8d\x4f\x73\x2d\xcb\x22\x0c\x51\x08\xe8\x2b\x72\x34\x3b\x42\xae\xc2\xc9\x01\x1a\x5c\x5f\x0f\x2f\xcf\x0e\x10\x51\xd1\xd7\x2e\x66\xd1\x06\x2c\x8d\x98\xe2\x56\x5a\x59\xb8\xea\x34\x29\x11\x33\x52\x9a\xb3\x8b\x6e\x82\x50\xe5\x19\x95\xca\x86\xcf\x6a\xbe\x12\xd4\x11\xa2\x69\x55\xcc\x36\x14\x92\xab\xf9\x36\xa4\x81\xa5\xcc\x53\xad\xcb\x8e\x29\x4e\xc7\x82\x27\xdb\x30\x85\x33\x98\x0a\xa8\xcb\x3e\xc5\x9f\xe2\x14\xe9\x66\x6d\x28\x88\x77\x39\x7a\x91\x4e\x0b\x46\x9a\x2f\xeb\x7b\x33\xb8\xb7\x9c\xf7\xc1\xc6\xa3\x51\x17\x02\x01\x10\x00\x2d\xac\xa2\x30\x1b\x8f\xad\xa5\x7e\x8c\xa3\x48\xab\xdc\x3b\x9e\x54\x50\x9c\xca\xb9\x04\x6c\x47\xcf\x36\xcd\x55\x74\xee\x86\x99\x69\x0e\x06\xc1\xc0\xf5\x5a\x2e\x0d\xfd\x4e\x16\xb5\x5e\x5d\xf9\xa8\x7b\xe9\x4d\x2a\xe6\x12\x96\x04\x76\x52\x9a\xf2\x53\x6a\x4e\x2c\xf4\x68\xd8\xa5\x4b\x88\xd1\x0d\x2f\x78\x2e\x9a\x18\xdd\x88\x9d\x91\x4c\x10\x2d\xe9\x57\x1d\x28\x9e\xa6\x6f\xca\x94\xd8\xd3\x75\x4f\xd7\x6f\x9e\xae\x4f\x4d\x15\xb2\x81\xaf\x3a\xb7\x95\x00\x67\x1a\x1b\x67\x9c\x27\xe3\x0e\x36\x91\xee\x2b\x5e\xf2\x84\x55\x6a\xb2\x01\xac\x00\xcf\x41\x3e\x2a\x5d\x9b\x5c\xdf\x75\x41\x8a\xad\x1d\xde\x92\x65\x70\x2e\xb3\xa0\x1a\xd4\x36\xe7\xbd\xa9\x95\x65\x2d\xa1\x67\x17\x73\x4e\x8d\x7c\xd3\x54\x64\xab\x7c\x98\x9c\x28\x42\x59\xad\xd4\xa1\xa1\x67\xa8\xdb\x0f\x72\xc7\xdf\x73\xae\xb0\xfc\xfa\x68\xc4\xb4\x10\xf5\x40\x16\xc6\xdc\xaa\xc5\x94\xdf\x6b\x59\xfc\x50\x12\x26\x21\xdc\xfb\xf7\xc6\x3d\xa7\x49\xdc\x99\xab\x8d\x6a\x6a\x2a\x2c\x96\xeb\x7f\x41\x88\xae\x6d\xd4\x4a\x49\x45\x00\x74\x51\x34\xcc\x3d\x33\xc3\x9f\x11\x05\x29\xd6\x8a\x2a\xd0\x99\x62\x53\xc2\xb1\x36\xf4\x95\xa6\x2b\x43\x15\x82\x83\x9f\x24\xce\xb7\x63\xfc\xb2\xde\xc6\x4a\xce\xe8\xb5\x85\x5b\x1b\xf3\x7e\xec\xec\x46\x91\xe0\xb5\xba\x88\x58\x22\xb3\xd3\x13\xc3\x0e\x9c\xff\x9a\xb0\xa3\x27\xfa\x40\x33\x12\x53\x0c\x11\xf0\xfa\x5f\xc7\x7a\x5e\xbf\x3b\xbd\xb9\xba\x1c\x17\x99\x3c\xff\x35\x62\x83\x44\x72\x9f\xa5\x80\x18\x67\x3e\xdc\x3e\x13\xc4\x89\x84\x76\x2e\x60\x75\x2d\xcc\x88\x23\xd6\x36\x82\x98\x47\xf2\x08\x3f\xc9\x23\x9c\xe2\x7f\x70\x06\xae\xf4\x01\xfc\x79\x9a\xf0\x3c\xfe\x19\xab\x68\x7e\x0c\xe7\x5a\x1d\x93\x47\xc2\x94\x71\x53\xe9\xe5\x8a\x21\x79\x57\x42\xb4\xfe\xef\xf4\x98\x8b\xa4\x22\xa9\x35\xd9\x88\x64\x0a\xfd\x3f\x82\x4c\x38\x57\xcd\x97\x14\x9f\x4e\x25\x59\xeb\x42\x2a\x94\xb4\xdb\x2b\xf4\xe7\x3f\x7d\xf3\xad\x26\xa1\x4d\xd6\xf8\xfc\xf6\x6a\xac\xbf\xff\xdd\x99\xfd\x5e\xae\xc1\xee\xae\xb2\x82\xb5\x39\xe2\x31\x81\xf3\x39\x83\xdb\x4f\x80\xf3\x02\xd8\x1b\x90\x43\xb1\x8f\x4d\xdc\xed\xcc\xc0\x1c\x6c\x95\x35\xb4\xc5\xad\xfe\x31\xe1\x13\xb0\x0b\xe5\xa5\x02\x69\x4b\x22\x3c\xb6\xb4\xa7\x9f\x51\x99\x25\x78\x51\xeb\x61\xd5\xb2\x5f\x6a\xee\x94\xe1\x88\x14\xf8\x0c\x2e\x18\x2b\xe2\x69\x0a\x01\x82\xce\x73\x12\xd3\x29\x44\x0a\x2a\x7d\xe7\xa3\x09\x51\x4f\x10\x97\xea\x7e\xf5\xb2\x8a\x33\xc8\x6a\x56\x06\xec\x72\xa4\x17\x39\xce\xc1\x9b\x36\x7a\x77\x80\x46\xef\x62\xf2\x48\x12\x9e\xe9\xd3\xac\x7f\x20\x2a\x6a\xda\xc4\x61\x8a\x69\x72\xc9\x95\xbf\xf9\xb6\xd9\x4f\x41\x22\x9a\x51\x7d\xba\xc6\x44\xb7\xfb\xac\x29\x61\xcd\x07\xec\x6e\x4e\x3c\x8e\x14\x8c\x01\xe1\x38\xd6\x44\x0c\xd5\xe2\xdc\xf0\x0a\x13\x3b\x0b\xa6\x5e\xaa\x82\xb4\xbe\xdc\xa6\xa5\x04\xe8\x31\x6c\xb3\x2c\x56\x34\xee\x80\x37\xbc\xec\xf4\x24\xb5\xfb\x65\x9c\xa9\xdb\x77\x5c\x54\xee\x5a\x4a\xff\xb6\x10\x61\x80\xe0\x60\x2d\x96\xad\x16\x9e\xea\x01\xd4\x6b\xd1\x6d\x9c\xe5\x95\xb9\xd5\xdf\x2d\x1d\x9a\x0c\x21\xd4\xa2\xb0\x9e\x28\x58\x17\x6c\xee\x40\x35\x5d\x81\xac\x1c\x71\x94\x70\x59\x4e\x25\xec\x3c\xe8\x53\xfb\xe9\xb2\x71\x0f\x43\x63\x4c\x9e\xf8\x2c\xbe\x4e\x74\x37\x68\x58\xf8\x0a\x56\x86\x61\x13\xca\x2a\x10\xf6\xed\x03\x44\xc1\x19\x05\x92\x6d\x52\x24\x56\xb0\x18\x15\x52\xe2\x88\x15\x26\x3d\x89\x9e\x48\x02\x5e\x80\x88\xa7\x19\x48\x40\x76\xb8\xb6\x25\x7d\x81\x2b\xac\xc8\x01\xe2\xb9\xd2\x8d\x99\x90\x25\x77\xc7\xd9\x78\xa8\x42\x2a\x34\xaa\x89\x8d\x0d\xf0\xd8\x5d\x86\xd6\x0d\x2b\xa4\x0c\x7d\x24\x0a\x5a\x01\x6c\xc4\x70\x82\xa6\xf2\xf6\xd2\xa3\x74\x5a\xdb\xb6\xb5\x4f\x94\x9d\xc9\x1a\x3b\x5f\xe4\x95\x7d\x9f\xf0\xc9\xd2\x7d\xbf\x82\xc6\xd1\xfd\xcd\xb9\xf3\xa1\x14\xe6\xe5\x00\xdc\xa9\xa4\x70\x0d\xaf\x6f\x86\xa7\x83\xbb\xe1\xd9\x11\xd2\x7a\xdd\x47\xa2\xfc\x74\x21\xfc\xdc\xc3\x04\x9a\x91\xdb\x44\x35\x26\x15\xc1\x71\x0b\x75\x13\x21\x4a\x41\xe2\x2b\x18\x47\x39\x8b\x6d\x39\x61\x43\x0e\x19\x65\x26\xa3\x0f\xf2\x2e\xab\xf3\xb4\x8e\x8b\x55\x27\x10\xcc\xc8\xe3\xb7\x63\xc4\x37\xe3\x4d\xeb\x8e\x8b\x55\xe4\x53\x76\x78\x3c\xf7\x64\xe0\x68\xa9\x39\xa1\x02\x75\x9a\x96\x21\xaa\x71\xf7\x39\x05\x11\x00\x9f\x70\xb6\x3c\x3a\x17\x3f\x95\x88\xd6\x48\x32\x81\x69\xe3\xb9\xcf\x81\x63\x6b\x63\xc3\x0a\xb7\x9f\x60\x21\xef\x1b\xde\xea\xf9\xa6\x09\x88\x91\xb5\xea\xf9\x47\x23\x56\x19\x84\x75\xf3\x49\x04\x67\x07\x7e\xa1\x0c\x95\xae\xc4\x03\x34\xa5\x9f\x6d\xa3\x85\xfb\xdf\xbd\x1a\xd8\x83\x5a\xdc\x4d\x73\x5c\x3f\x53\x6b\x88\x0d\xd7\xf0\xfd\x52\xf7\x07\x97\x4a\x4b\x5d\x5a\x72\x15\x44\xeb\x17\x24\x46\xd0\xad\x0f\x46\x58\x29\x32\x28\x2c\xf4\xa2\xe0\xb5\xf4\xad\x02\xe6\x35\xc6\x8a\x1c\x2a\xba\x32\x3e\xdc\x86\x10\x41\xb0\x11\x56\x41\xb6\x74\x71\xf3\x4c\xc8\x0c\x33\xe7\xb9\x6e\x19\xae\xbb\xf2\xb6\x60\x55\x5a\x82\xc5\x10\x3d\x07\xf2\x15\x44\x46\x95\xc6\x21\x33\x58\xcf\xa5\xe3\xb0\xc6\xc1\x7d\x58\xb6\x27\xec\x6d\x95\x2d\x83\xcd\xb3\x78\x9f\x06\x9b\x60\xa9\x90\x1d\x53\x9b\x26\x19\x48\xf8\x3b\x00\xbe\x58\x56\x60\x37\x54\xcd\xba\xda\xe3\x34\x09\x95\x95\x10\xa2\x14\xb5\xd5\x5f\x73\x49\x6c\x12\x5d\x4a\xc4\xcc\x09\xc2\xa6\x32\x97\x3f\xdb\xb6\x44\x97\xbb\x25\x42\x66\x02\x31\x0c\xf5\xa6\x8f\xd0\x80\xd5\xd2\x89\x9d\xd9\xba\xb4\x5e\xe6\x4e\xc2\xc9\x13\x5e\x48\x94\x09\x93\x79\x67\x02\x1b\xdc\xe4\xc1\x9f\x58\xfe\xc8\x5b\x8a\x94\x8b\x2c\x41\xa0\x4a\xaf\xf6\x29\x04\x05\xa7\xbb\x73\xbb\x8e\x3a\x51\xc5\xe9\xde\x54\x13\xda\xab\x9a\x1d\x58\x9d\x22\xe3\x68\x8e\xd9\x8c\x8c\x6d\xb2\xe1\x46\xda\x92\x6e\xe7\x14\x9a\x39\xb3\xad\x34\x5f\x4e\xd7\x46\x61\xb2\x10\xbb\xe6\x55\xa7\xd3\xc1\x21\x90\x0a\xcf\x08\x32\x23\x5a\xa6\x98\x14\xd0\x01\xa1\x41\xdd\x62\x31\x81\x9e\x60\x5b\x1d\x96\x83\x0c\xda\x84\x77\xb0\x0c\x5f\xe0\x09\x49\xb6\x8e\x05\xd8\xc8\x4a\x07\x5d\x5b\xe4\x49\xc5\xf5\xd2\x40\xb0\x04\x41\x4f\x73\x22\xaa\xec\xd8\xd9\xb6\x45\xde\x14\x3a\xb1\x6c\x9e\xa5\x62\x78\x5b\x4c\xd4\x41\xa9\x6e\x32\xd5\x36\x80\xd5\xf0\xda\x0b\x80\x48\x9b\xec\x23\xe1\xf5\x57\x35\x09\x6e\x36\x90\x00\x0f\xb5\x65\x1c\x5b\x03\xa2\xae\x9c\xca\xc6\x39\x18\x1d\x0b\x0d\x9c\x4f\x11\xe3\x8c\x20\x2a\x8b\x97\x55\x39\x5a\xcc\x67\x30\x6a\x11\xdf\x18\x5f\xea\xe5\x5d\x9f\xdb\xd2\x52\xe4\x96\x78\xdb\x80\x0b\x7f\x67\x44\x2b\xaa\x58\x2c\x00\x01\xc5\xf0\xe1\xb2\x4c\xb7\x72\x9c\x3b\x17\xb8\xef\x1c\xc0\x4d\xe0\xc8\x54\x1c\x81\x18\x59\x19\x1c\x32\x30\x31\xf6\x25\xfb\x91\xcd\xe2\x1b\x31\x6f\xd9\x00\x42\xa4\x12\xa5\x38\x83\xd8\x73\xc6\x55\xf1\x95\xc9\x4a\x55\x7e\x0b\x0f\x9c\x20\x2e\x0d\x4c\x79\xcb\x0a\xac\x32\xed\xb8\xeb\xb7\x58\xd7\x32\xfa\x87\x43\x2e\x9a\xd1\x47\xc2\x1c\x4d\x1f\xb8\x33\xa1\x07\xe5\x3a\x4d\x16\x87\x18\xbc\xb0\x24\x0e\x0d\xd7\xcb\x39\x92\x2d\xed\xba\x07\xf6\xc8\xee\x4b\xa6\x37\x3e\xaf\x59\x28\x4d\x0e\x79\x09\xfc\xcf\xf9\xcd\x43\x2a\xb5\xb0\x46\x26\x50\x1e\x4b\xf4\x7b\xc6\xd5\xef\x03\xe0\x27\x67\xbc\x30\x95\x7f\xad\x09\xea\xa0\x86\x68\x0b\x87\xd6\x12\x0e\xc2\x41\x02\xf2\xca\x95\xdf\x16\x7f\xad\x88\x0b\x78\x56\x69\x74\x58\x0f\x12\x6c\x83\x04\x37\xa5\x32\x76\x66\xb1\x79\x89\x9a\xf6\xc8\x90\x81\x20\x2e\x19\x3d\xe5\x82\x54\xca\x75\x18\x7e\xee\xa3\x68\xd3\x4c\x35\x66\xa2\xd5\x45\xa3\x06\x83\xa7\xa9\x5c\x50\x9c\xf4\x92\xa1\x53\x1e\x8d\xd8\x2d\x21\xed\x70\xf6\x7e\x2f\x7e\x85\x86\x60\xac\x4e\x6a\x5c\x42\x69\xbb\x08\xa9\x4d\xcb\x60\x23\x4b\xa8\x66\x05\x46\x54\xb3\x5d\x62\x93\x30\xd8\x36\xb9\xdc\x3b\x29\xc2\xba\xcc\x6d\x20\x48\x47\x23\xf6\x81\x0b\x7b\x05\x4b\x0b\xc3\x38\xc1\xd1\xc3\x21\x61\x31\xc2\xb9\x9a\x1b\x30\x22\xeb\x57\x58\x58\x6a\xd0\x92\x06\x90\x8d\xcf\x34\xa2\x32\xc2\x22\x76\x80\xa0\x8f\xdc\x8d\x62\xc4\x82\x46\x00\xe8\x11\x70\xb0\xa1\x1a\x50\x9b\xaa\x49\xa0\xf0\x40\xdb\x5a\x34\xd5\xb9\xa9\x55\xb9\x59\x7e\xce\x4a\x75\x7b\x00\xa2\x92\x11\x69\x45\xf6\xca\xea\x9c\x3b\x6b\xa3\xd3\xef\x64\x58\xf9\xdc\xbf\x79\x60\x35\x0a\x63\x92\xb2\x33\xd0\x92\xce\x37\x8e\xd7\x96\x40\x95\xa6\xb9\x80\x18\xa5\xa6\x36\xbf\x8a\xe6\x34\x29\x7c\x17\x5f\x1f\xf8\x61\xea\x26\x13\xf2\x48\x12\x03\xe9\x17\x09\x08\x5c\x30\x56\xc3\x6f\xd0\xff\x31\xb5\x5f\xd0\xb7\x23\xf6\x11\xd8\x70\x92\x2c\x00\x70\xc4\xb7\x8c\x55\xa5\x99\x87\xc6\x01\x28\x1b\x29\x85\xca\x03\x31\x7b\x3d\xc7\x8f\x64\xc4\x5c\x33\xff\x07\x3d\xa0\x3f\xa0\x6f\xdb\xd4\x3b\x17\x7f\xf0\xcc\x76\x8e\x0f\x81\x77\x3f\xb8\xe5\x2c\xa3\xb4\xfc\xc6\x99\x41\x4a\x46\xc8\x86\xc4\x23\x8f\x1b\x46\xd9\x23\x8f\x6a\x41\x2e\xe1\xa9\xc5\x82\x30\x35\x66\x3c\x26\x63\xd2\xe0\xd2\x5c\xc2\x24\xb4\x10\x70\xc9\x63\xb2\xd2\x21\xe9\x99\xe9\xcf\x60\xba\x91\xf9\xc4\x6f\x07\xe4\x3f\xf8\x60\x77\x6f\x7d\x28\x53\x5a\xf3\xc8\x3d\x38\xcf\x26\xe3\xde\xd4\x99\x7a\x65\xe5\xb3\x03\xb8\x10\xec\x00\x9a\x1d\x7a\x09\x56\x2e\x44\xbc\x7a\x1c\xab\x8e\x00\xfd\xb2\x9e\xb9\xbd\xac\x02\xd8\x21\x80\x86\x15\x74\x46\xb5\xfc\xde\xdd\x61\x0b\x9c\x70\x13\x6f\x86\xc1\x60\xe9\xe4\xce\x28\x96\xc2\xe5\xa1\x1d\x7a\xfa\x2b\x9c\x90\x13\x9e\x57\x05\x78\xbb\x00\x54\x86\xc1\xeb\x56\x56\x5f\x68\x3e\x3c\x33\x01\x92\x64\x4e\x4d\x4a\xc2\xe0\xf4\x02\xe9\xd3\xc1\x53\x93\xb7\x0b\x8b\x96\xab\x39\x17\xf4\x1f\xad\x01\x5c\xed\x32\x7a\xe1\x69\x2d\xe2\xdd\xcc\x38\xcb\xd2\x3a\x10\xab\x11\x29\x54\x49\x2b\x69\xd2\x99\xd0\x24\x07\x88\x1a\xcd\x66\xa7\x79\x62\x70\x2d\x23\x2e\x62\x53\x9c\x4e\x96\xa2\xeb\xf4\x7b\x5e\xbc\xc7\xca\x37\x48\x2d\x92\x87\x45\xce\x34\x16\x9c\xa5\x02\xe8\x5f\x72\x92\xef\x28\x40\xd1\xa2\xe1\xbf\x50\xe4\x47\x55\x0d\xc0\x33\x59\xc4\xec\x9a\xb5\xd1\xbc\xb9\x58\xdf\xbf\xeb\x99\xca\x20\xa4\xd7\x59\x16\x7d\x86\xac\x51\xc9\x4d\xdd\x94\xb5\x2c\x3a\x37\x06\x19\x70\x07\x26\x9d\x97\x88\xe7\xa8\xcb\x48\x0d\xec\xc7\x92\xdf\xa3\x0f\x70\xad\xb2\x88\x67\xb2\x93\x38\x88\xc5\x8a\xf4\xf1\x8c\x26\x93\x0d\x98\x5c\x5d\xa8\x5e\xb6\xde\x81\x01\xc5\xb3\xb5\x86\x58\x73\xc5\x91\x9e\xfb\x93\xa0\x90\x40\xbf\x28\x5e\xf6\x25\x82\xdc\x75\x11\xf2\x18\x2d\xa5\x18\xb1\x16\xe2\x3a\xdc\x12\x2e\x9a\x79\xfc\x1a\x06\x08\xdb\x50\xb9\xeb\xba\xdf\xbe\xed\x44\x18\x96\xb4\xaf\x47\xa2\x9e\x3d\xb7\xf2\x30\x78\xa0\xd4\xd7\x31\x20\x7a\xd1\xe6\x99\x4f\xc6\x5a\x14\x12\x5c\x64\x6b\x93\xc8\x6d\xd9\x54\xb9\x36\x5d\x98\xbe\xc7\xe0\xe7\xde\xda\xbd\x13\xb8\x00\x8a\x6c\x0a\x93\x46\xe7\x32\x66\x5f\xc8\x90\x09\x91\x03\xe5\x44\xbe\x20\x70\xa0\x2d\x63\xf3\x59\xf9\x59\x81\x50\xe9\x38\x52\xc7\xa1\x2c\x75\x97\x76\x74\x7e\x82\x85\x6c\x19\x7b\xbd\xb0\x51\x9f\x65\xb7\xa1\x09\x3d\xe3\x41\xe4\x84\xab\xc1\xa2\x04\x86\x04\x02\x08\xfb\xfe\xd9\x68\x79\x54\x1a\x2b\x8c\x43\xa2\x4c\x33\xb5\xb0\xc0\xe5\xc0\x9b\x2d\xa4\xb1\x9a\x63\x66\x93\xb2\x9b\x5c\x94\x55\x3e\x1d\x97\x9c\x94\x4d\x9d\x41\x47\x56\xb5\x6d\x6c\xd2\x2d\x74\x98\xe4\x53\x49\xaa\x68\x8b\x48\x30\x35\x60\xc6\x38\x69\xb5\xa7\x4c\x38\x4f\x08\x66\x6d\x6a\x67\xe3\xe3\x9a\xf5\x95\x86\x89\x14\x16\x9f\x45\x89\x9c\x68\x9d\x1b\x27\x49\x65\x5e\x18\xca\xb8\x2a\x8f\x03\x3f\x29\x8a\xd5\x74\x77\x98\x26\x78\x42\xd6\x72\x91\x5e\x98\x0f\x96\x52\x11\xbc\x52\x94\x19\xed\x94\x99\x1b\x86\x7f\x35\xe6\x31\xaf\x1a\x58\x98\xfd\xbc\x54\x84\x28\x67\x10\x6f\x36\x44\x49\xa2\x5c\x50\xb5\x18\x5b\xc3\x53\x77\xa6\x75\x6b\xbf\x3c\xb5\x1f\x76\xd1\xea\x4e\x90\xeb\xcf\x19\xba\x40\xbc\x11\xd4\x80\xdc\xda\x29\x74\xd9\x6e\xad\xa9\x35\xe6\x37\x2e\x5b\x58\x97\x60\xd9\x6d\xa8\xba\x8b\x4d\x87\x67\xc1\x33\xc7\x7c\xea\x52\x17\xbb\x2f\x6c\x15\x55\x74\x0d\x8b\x9d\x43\x48\xca\x04\xe5\xc2\x82\x77\x76\x09\xac\x4a\xf1\xe7\x71\x86\x05\x4e\x12\x92\x50\x99\x6e\x6e\x5f\xfc\xe3\x77\x4b\x47\x7b\x6a\x40\x66\xa5\x85\x6c\xfe\x4c\xd3\x3c\x0d\xca\x83\x03\xb2\x4d\x80\x4f\x61\x4d\xf6\x36\xcd\xd2\x0d\xb0\xb8\x68\x98\xa2\x22\x40\x1c\xd1\x3a\xb1\xc7\x9e\xb2\xea\x32\x8e\xe6\x50\xb6\x75\x8a\xa9\x60\x44\xca\x23\x74\xc9\x15\x39\x41\x9f\x70\x76\x07\x0a\x9f\xa9\xfa\x30\x33\x16\x5a\x2c\x91\x96\x9c\x72\x46\xd5\xc1\x88\x59\xc0\x2a\xb7\x2a\xc7\x11\x67\x06\xb4\x24\x82\x85\xf5\x4d\x80\xc9\xd1\xa1\x77\x28\x03\x04\xaf\xa9\xa4\x65\xb1\x05\x7e\x1a\x07\x11\x94\x63\x13\xa1\xbe\x06\x1d\xdf\xe0\x27\x13\x33\x0c\x55\x0e\xcd\xd7\x4b\xa4\x47\x1b\x94\x63\x41\x7e\x0d\x56\x8f\x0b\x5e\xe0\x00\x39\x49\x90\x87\x27\x37\x11\x92\x5f\xd1\x23\x72\x84\xbe\x4f\xf8\x44\x1e\x20\xe9\x71\xad\x5c\x11\x46\x79\x60\x9c\x24\xf0\x6f\x93\x4d\xf2\xb5\x5b\xfd\x82\xef\x03\x32\xff\x94\x7e\x36\x65\xed\xe5\x1f\x4f\x8e\x8f\xd3\xc5\xe1\x24\x8f\x1e\x88\xd2\x7f\x81\x4c\xd1\xb8\x42\x2e\xc9\x13\x37\xa5\x8c\xae\x5a\x9d\x7a\xba\x69\x27\x8a\xb4\x40\x05\x92\x00\xb4\x99\xbe\xd2\x7d\xed\x13\x97\x9d\xc8\x59\x73\x61\x07\x3b\x65\x91\xb7\x1d\xaf\x12\x26\xd2\x33\x5e\xbc\x03\x83\x96\xe8\xce\x47\x19\x8a\x69\x9a\xe0\x99\x31\x0c\x16\xe6\x6c\xb8\x6b\x9d\x82\xa9\x08\x73\x2e\x52\xca\x66\x49\xd9\xb8\x76\x95\x52\x4b\x45\x7a\xee\xe0\xf3\xd7\xa7\xac\x1c\xe9\xf4\xde\xb9\xc4\xc0\xb5\x65\x4d\xfe\x47\x23\x36\x90\xe8\x89\x98\x92\x2d\x90\xd6\x04\x16\xf2\x9c\xca\xb9\x4f\x6a\x02\x9b\x1d\x34\x6a\x10\x6b\x74\x4f\x5e\x79\x81\xa4\x0d\x08\x82\x35\x3e\x04\xab\x05\x41\xe1\x49\xdd\x30\x64\x2d\xbb\x60\x36\xf4\x24\x70\x96\x11\x31\x62\x16\x7d\x04\x30\xb6\x38\xb7\x81\x0a\xeb\x61\x68\x94\x43\x6c\xa1\x92\x4e\x0a\x82\xb7\x2c\x0a\x06\x38\x3d\xdd\xab\x3d\xa5\xeb\x01\x40\x7f\xe0\xe3\x98\x13\x19\x18\xe0\x90\xd7\xa3\x13\x3a\x25\x9a\x6b\x8f\x98\xde\x9d\xd0\x58\x68\xb0\x83\x1c\x94\x90\xee\x34\x12\x5c\x4a\x1b\x35\x6b\xda\x59\x9e\xfb\xb0\x05\x4c\xb9\x01\x40\x32\x05\x02\xab\x80\xe5\xc1\x33\x07\x5d\x6e\x1f\x36\xd7\x8d\x6b\x6b\x6a\x25\x50\x79\xb1\x16\x6b\x40\x95\x1f\x9f\x5e\x9c\x7b\x7c\xde\x4a\xd7\x75\xac\xf2\x10\x34\xaa\x1d\xad\xbc\x3e\xe3\x00\xb7\xbc\xd2\xc4\x12\xe4\xf2\xd5\x9b\x55\x8e\xd5\xdb\x26\x23\xb8\xb2\xf5\xab\xf8\x66\x85\x66\x56\x85\x94\xee\x68\x9b\x5a\x12\x0c\x22\xb8\x68\x9f\xdb\x3b\x06\x17\x96\x7e\x4b\x2a\x9c\x66\x61\xba\x94\x83\x44\xb0\xd3\x34\x47\xad\x4d\xab\x7a\x51\xa8\xa6\x08\x1b\x4f\x74\x75\x70\xb5\xad\x58\xcf\x5a\x7d\x67\x11\xa0\x76\x11\x82\xf8\x72\xf9\x87\xc9\xa2\x88\xb8\x91\xf6\xce\xf3\x15\x9a\x9b\x6d\x76\x13\xe2\xd1\xae\x5a\x37\x74\xdb\x04\x23\xa7\x43\x20\x41\xb0\xb4\xae\x54\xc8\xc3\xa9\xc4\xe8\xaf\x61\x56\xf3\x63\x36\x99\x7c\x87\x1e\x5f\x2e\xb8\x6a\x2c\x64\x72\xe4\x0e\x22\x15\x82\x40\x9d\x6b\x83\xd9\x7b\x5e\xb9\x5d\x00\x5e\x59\x10\x1c\x2f\x82\x15\xf1\xce\x42\xd3\x33\x98\x15\x24\x4d\xb5\xe2\x03\x22\x1d\xe3\x87\x3c\x73\xb2\x5e\xe9\x2d\x00\x07\xa4\x53\x7d\x63\x05\xae\x46\xfd\x05\x3b\x84\x02\xae\x5a\x36\x6e\x88\xb3\x72\x8d\x40\x5c\x16\x40\x06\xcf\x89\xbd\xe1\x46\xef\x06\xdf\x5f\xdd\xdc\x0d\xcf\x46\xef\x8a\xc8\x5a\x97\x3a\xe2\xa4\x1c\x8f\x5d\xc6\xd9\x88\xf9\x60\x38\x8f\xed\x02\x7b\x89\x70\x1c\x17\xc8\x5a\x56\xf8\x36\xb1\x3c\x4b\x39\x72\x70\x2a\x56\x86\xc1\x2d\x69\xe6\x1e\xf2\x07\xf6\xf5\x64\x2d\x31\x7b\x97\x4e\x8e\xc9\x82\x58\x12\xae\xbe\xa3\xcb\x26\x84\xa5\x50\x46\x47\x21\xbe\xa2\x29\x23\x4f\x4e\xc6\x84\xdb\xf9\x18\x9b\x4b\x78\x3d\x6e\xe7\x36\x64\x83\x4d\xfd\x40\x3f\x93\xf8\xa6\x45\xaa\xda\x49\x34\x7a\xa7\x28\x9e\xc6\x5d\xd0\x7a\xeb\x1a\x9b\xe0\xa7\x72\xaf\xbf\xeb\xce\x96\x0c\x7b\xab\x20\x47\x00\x6c\x84\x42\x18\x45\x44\x28\x4c\x19\x9a\xc2\xc1\xd6\xba\x32\x60\x12\x10\xf0\x3f\x7d\x87\x52\xca\x20\xeb\x77\xd9\xd2\xde\x97\xe7\xb1\x4e\xc9\xc0\xf3\xcb\xfb\x72\x85\xe3\x1f\xae\xee\xcb\xf5\xaa\x06\xbf\x2c\x95\x55\x2b\x2d\x2c\x73\xf4\x07\x53\x2c\x32\x88\x2c\x80\x86\x5f\x99\xa6\x89\x7e\x24\xea\x27\xcd\x97\x39\xdb\x45\x78\xad\x95\xb3\xc0\xe9\x41\xc6\x8f\xa6\xe1\x35\xc8\xc0\x0e\x65\x49\x0c\xb5\x93\xe4\xa0\x07\x64\x7b\x08\x13\x7a\x8f\x4c\x65\x26\x28\x73\x0f\xea\x9a\x0b\x54\xd1\xfa\x12\x67\x7a\xb9\x46\xf0\x36\x52\xb5\xe6\xf8\xd4\x7c\xdc\x29\x70\xf2\x26\x0c\x97\xd4\x6d\x15\x4b\x89\x06\xd7\xe7\x0d\x6b\x7d\x51\xb5\x0b\x7f\x59\x30\x92\x89\x37\x51\xef\x1a\x41\x32\xc8\x7b\xd9\x0b\xf0\x48\x3b\xd3\xed\x70\x23\x8d\x27\xef\xba\xec\x1e\x7c\xd6\x6b\x78\x0b\x79\xb6\x94\xcf\x66\x15\x83\xdd\x80\x69\x14\xcb\xb0\x26\x9a\x46\x38\x20\x1b\x5f\x1c\x22\x48\xd4\x83\xd7\x0e\x42\x44\x09\x53\x1b\xd3\xf9\x22\x77\x86\xb2\x51\xcc\xa6\x0b\xcc\xc6\x4f\x86\xa2\x7d\x16\x36\xe4\x95\x3b\x20\x74\x17\x74\x66\x93\x22\xc3\xe9\x86\xd4\xb6\x1e\x32\x47\x31\x3e\x67\xd3\xb2\xc5\x3c\x70\x86\xad\x52\x0c\x12\xbe\x43\x28\x6b\x02\xb4\x3e\x1a\xb1\xc0\x0b\x2d\x8d\x4c\xae\xcf\x88\x03\x05\x84\x4a\x13\x9a\x9d\xda\xe8\x6f\x7f\x33\x97\x76\xa0\x9a\x7b\xa9\xe6\x65\x58\xbf\x5a\x3f\xf6\x74\xca\x39\x76\x19\x2e\x4e\xbd\xb7\x01\x26\xa1\xf1\x03\xda\x0b\x80\xbc\x6c\xc7\xe4\x91\xd8\xa0\x14\x1c\xc0\x44\x07\x59\x91\x31\x27\x92\xbd\x57\x3e\x87\x88\x26\x16\x8a\x10\x57\x6d\x7e\x5a\xe4\xc0\xd4\xb6\xbc\xfc\x80\xef\x00\xf6\x63\x5d\xa9\x36\x38\x56\x2b\x6d\x28\xce\x71\x03\x94\x10\x06\x18\x40\xa7\x6d\x18\x1d\x9f\x33\x12\x6d\x82\x4d\x70\x8d\x05\x4e\x89\x22\x62\x59\x8c\x41\xb9\x88\x0b\xf8\xcf\xdd\x0e\xda\x7e\xcd\x2e\x1a\x84\xbb\x2a\x14\xa2\x57\xbd\x2e\x56\x61\x0d\xf8\x59\xac\x05\xab\xa2\xa7\xf1\x93\x85\xf4\x5b\x73\x16\xb6\x9f\x62\x1a\x36\x84\x22\x80\x96\xd8\x76\x4e\x2f\x93\x63\x7f\x57\xcb\x56\x2f\xc5\x00\xec\x49\x72\xfd\xea\x51\xb6\x65\xd5\xaf\xe2\xa5\x3b\xe1\xdd\x2e\x74\xd6\xe5\x66\x55\x0e\x55\x29\x28\x17\xa8\x04\xe4\x7d\x93\x60\xde\x9c\x19\x0f\x42\x4b\x53\xd8\x53\x90\x60\x60\x71\x93\x0a\x6b\xa3\x95\xac\xaa\xa0\xae\x95\xe5\x5a\xc1\xe3\x76\x95\x35\xdc\x4b\x34\xbb\x96\x68\xd6\xb0\xed\x19\xea\x24\xa2\x02\x60\x60\x8b\xad\xd8\xcc\xd3\xf2\x04\x21\xa8\xdd\x5e\x91\xb6\x62\x03\x5c\xfd\x94\xf9\x7f\x95\x39\xb8\x23\xea\x90\x54\x9b\xb2\x75\x8e\x02\xff\x08\xb8\x47\x92\x50\x1a\xb0\xce\x72\x18\xad\x89\x6d\x32\x26\xe8\xf3\x4b\xe3\x5d\x81\xac\xb9\x05\xcf\xd1\x13\x95\x5a\x17\x1e\x31\x08\xfe\xf1\xa6\x6a\xc5\x6d\xc9\xd8\x03\x78\x0b\xf2\x6b\x65\x3e\x49\xa9\x42\x38\x98\x61\xc9\x5e\x76\x60\xcf\xb3\xfe\x00\x66\xdc\x98\xc0\xd9\x84\xfd\xb0\xe2\xd0\x6c\x60\xfc\x29\x1a\xd9\x36\x47\x33\x08\x54\x7c\xde\x2c\xcd\x40\xe3\x09\x35\xcc\xc6\x33\xd7\xa7\x69\xa2\x66\x6b\x83\x45\xa3\x03\xc8\x40\x2a\x55\xe5\x6e\xb1\x18\x74\x2b\x52\x34\x8b\x8d\xe8\x94\xa3\x59\xbc\xbe\x8b\x24\xcd\x36\x78\xe0\x65\x49\x3b\xee\x93\x16\xe3\xac\x4b\x06\x53\xdc\x45\xc3\x86\x92\xd2\x75\xab\xa4\xb4\x6f\x70\x39\x45\x94\xef\xe6\x31\xa3\xeb\xa8\x83\x45\xe0\x7f\x48\x45\x41\x1e\x4f\x19\x6c\x80\x54\x39\x3f\xe3\x0a\x82\xb5\x23\x28\x9d\x54\x4b\x20\x1a\xb1\x66\x09\x64\x39\x4f\xdc\x36\xee\x7a\xa7\xb0\x3a\xc1\xf9\x73\xb3\xb0\x16\xad\x9f\x7d\xe4\x8a\x51\x96\x6d\x11\xa4\xaa\x88\x59\xf8\x9f\x5a\x14\x10\x10\x3c\x36\xc9\x64\x6b\x38\x95\x1d\xa3\xa2\x57\x9e\x0b\x7b\xe9\xee\x50\xb5\xab\x71\xe7\xce\x41\xe4\x5e\x46\xb6\xdc\xd8\x45\x41\x3a\x35\xbe\xe2\x46\xdc\xa4\xb8\x03\xa0\xd5\xed\x0c\x63\xaf\x9a\xf6\xaa\x1b\x3f\x00\xd7\xa3\x1d\x3a\x36\x61\x18\x1e\xf9\xb5\xb2\x25\xa5\x09\xdb\xa2\x59\xcf\x30\xe9\x75\x0b\x72\x04\xae\x30\x61\x43\xf8\x68\x68\x37\x80\x4a\x1c\x36\xf2\xa9\xc2\x87\xbd\x68\x97\xb3\x98\x08\x46\xb0\x9a\xbf\x5c\xe0\xf4\xe9\xb6\xc6\xe9\x17\x0b\xa2\x3e\xdd\x49\x35\xa6\x4a\x60\xf2\x9a\x31\xc9\x6b\x04\xf8\x16\xb5\x39\x6a\x8a\x63\x53\x15\xbc\x02\xdb\x60\x1d\x2a\xdd\x2a\xb6\xba\x59\x99\x7b\x9e\x28\xf3\x06\xab\x4f\x2d\xbe\x5c\x1f\xf6\xb0\xa2\xc9\x8a\x25\xf9\x22\xc2\xb9\x9f\x3f\xc2\x78\x59\xed\x94\x3c\x08\x3a\x86\x02\x36\x0a\x53\x66\xb9\xd7\xb2\x38\x63\x53\x2e\xbc\x29\xb4\x78\xef\x83\xd6\xbf\xf8\x98\xf5\x3e\x82\xf9\x4d\x46\x30\x2f\x33\x75\x79\xef\x0b\x14\x5c\x2d\xa1\xe4\x1b\x19\x71\x85\xc6\xb0\x79\x64\xb1\xb3\x16\x85\x61\x19\xf6\x17\xfb\x43\x63\x64\x46\xed\xb3\xea\x6c\x43\xcb\x15\x5b\x54\x0d\xc0\x58\xc4\x89\x85\xb2\xb1\x71\x93\x65\x4b\xc3\x32\xa3\xd8\x88\xfd\xc0\x9f\xc8\x23\x11\x07\x08\x2b\x94\x72\xad\x28\x06\x91\x10\x40\x93\x25\x54\x54\xe3\xf1\xc6\xe8\x12\xa7\x24\x1e\x82\xba\x11\x44\x57\x59\xd3\x9c\x75\xaa\x35\x21\xb6\x01\xf8\x98\xd9\x06\xe7\x21\x1f\x31\x13\xf1\x64\xa2\x6c\xe0\x5e\xa0\x6e\x62\x20\xb4\xfc\xde\xbb\xfc\x7e\x7f\x84\xee\x34\x2f\xa2\xb2\x3c\xde\x00\xc0\xa5\x6d\x6c\x23\x36\x13\x3c\xcf\xbc\xb5\x84\x4f\xc0\x4c\x63\x48\xb8\xc1\xe5\x07\x83\x71\xfe\xbe\x08\xc7\x5a\xeb\x5a\x4e\x38\xaf\x12\x0c\xb7\x11\x0a\x42\x48\x40\x9a\xad\xf8\x08\x1f\x1b\x71\x6b\x3c\x75\x41\xee\xf7\x32\x2c\xd7\x67\x72\x23\x9e\x11\x09\xfa\xbf\xb7\xaf\x96\xd2\x00\xcb\xa9\xa6\x8d\xe3\x5c\x66\xfd\xf2\x16\x6a\x67\xc5\x6d\xce\x62\x2d\x3a\xb7\xd1\x3d\xae\x1e\x38\x10\xf0\xb3\xd9\xc5\x3a\x07\xf1\xb5\xf1\x8b\xeb\x5c\x64\x1c\x6e\xdd\x64\xe1\xb2\x6e\x2d\x58\x4c\xc6\xb3\xdc\x44\x30\xd1\x30\xa0\xa5\x91\xb2\xa9\x54\x9f\xb0\x8a\xe6\x5a\xc5\x2c\x40\x53\x76\x14\xd9\x55\x70\xe5\xe7\xb5\x95\x35\xcc\xe0\x34\xec\xbd\xc5\x78\xdc\xc1\x76\x6a\x2e\x64\x17\xe5\x0b\xff\x4a\x12\x94\xea\xfe\x4a\x75\xd3\x02\x0b\x98\xfb\xc4\x3e\xd1\x13\x5d\x45\x45\xab\xc6\xdf\x8d\xb6\xca\x45\x3b\x76\x1e\x33\xb6\x05\x02\xc0\x99\xc5\xfc\x28\x5e\x44\x56\xb2\x6a\x64\x39\xb9\xa0\x9b\x25\x23\x58\xa0\xdd\x47\x2d\x14\x7a\xdb\x5a\x8a\x33\x2d\x30\x2a\xae\x6f\x49\x31\x33\x32\x8b\x20\x2a\x17\xfa\x1e\xc9\x05\x75\x67\xbf\x92\xd2\xd7\x4e\x1d\x60\x8b\x3a\x0e\x8b\x32\x44\x38\xa8\x57\x63\x5c\xbb\x38\x52\x39\xf6\x21\x68\x40\x13\x09\x65\x0f\xba\x33\x93\xbe\xe8\x5c\xa8\x82\x98\x34\xc6\xb8\x61\x4f\x57\x12\xf6\x16\xbb\xdc\x5e\x7d\x71\xd5\x49\xa3\x6c\x16\xe0\x2b\x35\xdb\x03\xbb\xc0\x27\x37\x7e\xd9\x0d\x02\xba\xf1\x53\x27\xfb\x6c\xf2\xed\x12\xec\x8d\x8d\x8b\x72\x96\xc2\x6d\x6d\xc8\xa3\x95\x9e\x42\xe4\x2b\x6b\xab\x01\x00\x3b\x53\xe2\x14\x5b\x69\xea\xbf\xfc\x5f\xa6\xdc\x86\x59\x9a\xff\x42\x5c\x8c\x98\xf9\xfd\xc0\x43\x5d\xeb\x17\x0a\x0c\x39\x9c\x92\x02\x65\x4b\x94\xf1\x78\x20\x23\xdc\xe2\xa9\x18\xbc\x40\x8f\xf4\xab\xc7\x10\xd4\x93\xad\x55\xb6\x4c\x31\xc3\x33\x40\x27\x3c\x80\x18\x28\x10\x57\x0b\xeb\x92\x21\x69\x53\x32\x09\xb8\x95\x66\x96\x36\xed\xaf\xa8\xfc\x06\x7d\x1a\x51\xd6\x82\xa3\x15\x8e\xf4\x66\xea\x77\x65\x47\x37\x93\xd8\xef\x06\xb7\x3f\x8e\x6f\x86\xb7\x57\xf7\x37\xa7\x25\xb1\xfd\xf4\xe2\xfe\xf6\x6e\x78\xd3\xf8\xac\x48\x99\xfb\xcb\xfd\xf0\xbe\xe5\x91\x6b\xe0\x62\xf0\xfd\xf0\x22\x7c\xe5\x2f\xf7\x83\x8b\xf3\xbb\x5f\xc6\x57\x1f\xc6\xb7\xc3\x9b\x9f\xce\x4f\x87\xe3\xdb\xeb\xe1\xe9\xf9\x87\xf3\xd3\x81\xfe\x32\x7c\xf7\xfa\xe2\xfe\xe3\xf9\xe5\xd8\x05\x98\x86\x8f\x7e\xbe\xba\xf9\xf1\xc3\xc5\xd5\xcf\xe3\xa0\xcb\xab\xcb\x0f\xe7\x1f\x9b\x66\x31\xb8\xbd\x3d\xff\x78\xf9\x69\x78\x79\xb7\x54\x11\x69\x5e\x8d\xd6\x4a\x70\xc1\x45\x16\x18\x08\x02\x31\x69\xb2\xb0\xa4\x4d\xff\x01\x66\xea\x6b\x43\x8f\x87\x07\xee\x2f\x53\x5c\xf1\x50\xb3\x40\xe7\x01\x29\xb8\xc7\x88\x79\x17\x95\xbf\x54\x15\x9e\x49\x97\x01\x59\x1a\xed\x09\x1a\xc0\x59\x01\x85\xa1\xd4\x29\xe4\xde\xfb\x91\x3a\xa7\x26\xd0\x61\x42\x53\x0a\xfe\x4d\x74\x88\xaa\x1b\x5e\x6e\xd0\xce\x09\x86\x60\x3d\x34\xf1\xb2\xd3\x20\xab\xc9\x95\x40\x29\x27\xc8\x71\x68\xdd\xac\x1e\x17\xc0\xd7\x2d\x18\x4e\x69\x64\x7e\xa8\x20\xb8\xa1\x22\x53\xbc\xda\x62\x89\xc0\xca\x2d\xcf\x09\xfa\xf1\xcf\xc5\xa0\xc0\x5a\x6d\x2d\x0a\x79\xad\x28\x8f\x7d\x20\x72\xb3\xaa\xab\xc8\xb3\xd4\x93\x3b\xe6\xd6\x8c\x08\xe7\xd6\xd6\x6e\x04\xd7\x42\xce\x02\xb4\x98\x92\x9f\xc1\xd6\x6e\x46\x87\xa8\x42\xe3\x27\xe8\x16\x32\xd5\x65\xa1\xba\xeb\x5d\xcc\x92\x7c\x46\x6b\xa5\x5b\x27\x64\x8e\x1f\x29\x77\x08\xd8\x06\x28\x1c\xd6\xd1\x8a\x56\xe8\x10\xb5\x1e\x94\x13\x34\x88\x63\x59\x66\x70\x25\xca\x71\x2c\xf3\xb0\x3c\xec\x10\xe0\x85\xc5\x9e\x6d\x56\xe8\xa8\x38\x72\xb0\x62\xbb\xcf\xc5\xaf\xb3\xc3\xf2\xdd\xbb\x15\xb6\xa1\x7c\x18\x3b\x52\x1e\x6f\x24\x0c\xdc\x61\xf9\xd0\x50\x11\xba\xf1\x7e\x75\xa8\x08\xdb\xf5\xd8\x5e\x86\xba\xb1\x53\xbf\xb2\x63\x38\x68\x9b\xf5\xd9\x0a\x2c\xb9\xa2\x4b\x37\xe3\xa4\x52\xfd\xa3\x73\x7f\xa5\xea\x21\xcf\x6f\xd9\x6f\x96\xc6\xe0\x48\x8e\x3d\xfd\xaf\x31\x8f\x6b\xf8\xf4\xca\x7f\xb9\x54\x64\x1b\x07\xeb\xb6\xae\xbd\xbf\x96\x2b\x68\x6d\xfe\x4b\xe9\x70\x47\xe8\x1c\xdd\x85\x41\xc0\x6e\xa6\x11\xb8\x76\x30\x65\x16\xd1\x9f\x78\xdf\x83\xab\x61\xa9\xcf\xb1\xaf\x32\x83\x27\xfc\xb1\xa4\x5c\xa6\x44\x4a\xdc\x82\x9b\x10\x98\xc4\xb6\x61\x0c\xfe\x84\xda\x0f\x3b\xd2\x93\x3b\x93\x77\xfa\xab\x65\x46\x9f\x9b\x50\x33\x76\x13\xd5\x02\x6b\xec\x62\x2a\xd1\x95\xc9\xac\xd2\xfc\xe5\xa0\x08\x9b\xe0\x22\x88\x26\x69\x33\xf5\x77\x34\xab\x55\x17\xac\xb1\x50\x43\xe8\xae\x59\x3f\xda\x22\x68\x7d\x63\x50\x4d\x6b\x43\xc7\xe5\xf5\x59\x83\xea\x4a\xbe\xad\xb0\x88\xa5\xa9\xd7\x6c\x2a\x64\x07\x23\x3d\x40\xd8\x24\xb4\x15\xd2\x94\xcc\xa3\xb9\xf1\x28\xe8\x2b\xe3\x60\xc4\x9e\x82\x0d\x29\x85\x7c\x0e\xc2\x96\x00\x0c\xee\xb3\x3e\x6e\xf4\xb1\x14\x48\x0b\x22\x23\x85\xa8\xce\x80\x10\x8c\xf3\xa7\xa8\x40\xb1\x82\xc0\x83\xfd\xda\x82\xd4\x37\x28\x37\xd4\x50\x11\xbb\xa9\xe8\x90\x9f\x5b\x50\xeb\x67\x0b\x4d\xb9\xeb\x10\x82\x72\x43\x4d\x23\xd8\x41\xb5\xa1\x17\x45\x08\xf5\x89\x79\x26\x8f\x33\x9d\xd8\x54\x79\x3d\x5d\xb7\xda\x7f\x70\x33\xfa\x83\xf1\x3b\xe4\x2d\xd8\x0a\x41\x6b\x1e\x24\x14\x1d\x6a\x99\xd5\xe5\xfc\x5a\xa7\xbb\x44\x87\x06\xf4\xe9\x3d\xc4\xd4\x0d\xae\xcf\xdf\x1f\xa0\xf7\x61\x5e\xd1\xfb\x8d\x0e\xa0\x1d\xb7\xad\x38\x04\xda\x54\x29\xb8\xbc\x7c\xec\x60\xaf\x2a\x27\xd1\xee\x99\x3d\x88\xa8\xed\x1c\xea\x2f\x4b\xdf\x80\x23\x12\x2a\xe8\x18\x5f\x9d\x0f\x6d\xb5\x2e\x20\x23\xe3\x52\xd9\xb0\x76\xf1\x88\x4d\x16\x55\x27\xcf\x81\xf7\xf2\x74\x3e\xa5\x5b\x57\x85\xd1\xed\xd5\x13\x51\x77\x1c\x72\xb9\xfc\x3e\x58\x91\xda\x3a\xf0\xd5\xda\x0b\x2e\xd6\xe6\x91\xee\x63\x95\x9b\x66\x55\xb2\x97\xb9\xc5\x6c\xdc\x94\x55\xf2\xcf\x5b\x23\xb7\x0e\x01\xbe\x83\xa6\x15\xb1\xb1\xdd\x2d\xc2\x75\x4f\x65\xcf\x4b\x65\xbb\x88\x6d\x2f\x0f\x6e\xfd\x0b\xf4\xd4\xc8\x71\x41\x33\xce\xe0\xaa\x95\x09\xcf\xe0\x4b\xa5\x83\x56\xd7\xdc\x5b\xd3\xe7\x1b\xac\xc9\x6a\xa7\xef\xad\x09\x1c\x30\x6e\xd7\xfa\x58\xab\x43\x1d\x28\x5b\xc7\x80\x53\x93\xc7\xa6\x68\x4a\x0e\x10\x67\xc9\x22\x08\x76\xb0\xe7\x15\xc8\xcd\xc4\xa3\x98\x82\xe0\xa6\x13\x0b\x75\xb6\x56\xe2\xf3\x9a\xd2\x78\x1b\x8d\x6c\x11\x69\x72\x39\xf8\x34\x3c\x1b\x0f\x2f\xef\xce\xef\x7e\x69\x80\xb1\x2b\x3f\x76\x48\x76\xc1\x0b\xb7\xbf\xdc\xde\x0d\x3f\x8d\x3f\x0e\x2f\x87\x37\x83\xbb\x15\x28\x77\xcb\x3a\x6b\x43\x50\xcb\x65\x93\xfa\xb6\x0e\x8a\x9a\x33\xf3\x36\xf4\x5e\xc7\xba\x0b\x3a\xa1\xa4\x05\xef\xce\x24\x79\xb3\x98\x08\x14\x93\x47\x92\xf0\xac\x30\xab\x36\x2e\x58\x00\x84\xd7\xd0\xfe\x32\x30\x3c\x68\xb3\xba\xc6\x27\xc8\x94\x8b\x09\x2a\xe6\xf9\x06\x41\xe4\xc3\x82\xb0\xf7\x0a\x91\xcf\x59\x42\x23\xaa\x82\x24\x30\x2e\xac\x7b\xc5\xb8\x0f\x21\x12\x71\x05\x71\xed\x2c\x1a\x65\xe7\x3a\x7f\xe8\x49\xaf\x6b\xfb\xfe\x44\x79\x60\xa6\x95\x35\x08\x76\xa0\xd8\xb7\x38\x8d\x6b\xb8\x51\x1b\x8c\xee\x39\xcc\x03\xf5\x6c\x0c\x9b\xc8\xd5\x82\x29\xd5\x3c\xc8\xd5\xb7\xe1\xb2\x38\x99\xd2\xb9\x5e\x1e\x28\xd3\x8d\x52\x5f\x39\xdc\xa5\x54\x9b\x6b\x07\x18\x0b\x36\x4e\x79\xcd\x80\x85\x1a\xdc\x3f\x7b\x30\x20\xe8\x48\x90\x94\x2b\xad\x80\x99\x88\x80\x03\x2d\x54\x51\x9c\xd0\x7f\x00\x1a\x91\x20\x47\x41\x04\x05\x24\x7b\xc5\x61\x70\xbf\x45\x0a\x38\x1a\xb1\xb3\xe1\xf5\xcd\xf0\x54\x33\xa4\x23\x74\x2f\x01\x68\xa8\x34\xf5\x33\x4b\xde\x46\x1c\x0b\x23\x19\x28\x93\x8a\xe0\xb6\x60\x30\x22\x04\x17\xdd\xf9\x83\xef\x6f\x08\xdf\x35\x93\x37\x3c\x2b\xd9\xa6\x9c\x01\xe0\xb2\xb5\xb0\x62\x10\x1f\xbe\xf3\xf4\x9b\x1b\xfc\x54\x5a\x91\x10\x68\x01\x24\x91\xf2\xaa\x3f\xe3\x6a\x03\x8e\x60\xf7\xf9\x95\xfa\xbc\x86\x6f\x97\xcd\xf3\xce\xd5\x46\xf7\xa0\x84\x06\xb7\xd0\x17\x2d\xa8\xcc\xb3\x55\x54\x14\xaf\x01\xca\x50\x21\xfd\x09\x99\x61\x86\x44\xce\x58\x05\xa5\x32\xb4\xb4\xd5\x83\x66\xd6\x3d\xaa\x7a\xcd\x70\xca\x73\x06\x4a\x03\x84\xb1\x36\x0c\x46\x66\x84\xa9\x15\x83\x79\x2d\xc8\x8d\xca\x50\xf7\x17\x75\xa3\x61\xa0\x6d\xc0\x1b\x4d\xfe\x24\xa8\xde\xb8\xde\xb5\xec\x82\xf2\x4a\x4e\x25\x7d\xa8\xfc\xfd\xdc\xac\x65\x63\xf9\xb0\x75\x77\x77\x58\x3e\xac\xee\x2a\x26\xd1\xc3\xba\x97\x4d\x35\x0b\x2f\xb1\xc5\x2f\x6b\xc6\xbe\x85\x7e\x6a\x91\xf5\xa1\xe6\x69\xf4\x80\x7e\xb8\xfb\x74\x81\xa6\x54\xcb\xbd\xfa\x5a\xb9\xc4\x5a\xc6\xbe\x17\x89\x2f\x28\x6d\x64\x90\x5c\x24\xfe\xee\x85\x8d\x77\xa2\x54\x20\x25\xe8\x1b\x0d\xcf\x88\x33\xf6\x0a\x8b\xab\x56\x41\xd6\x17\x98\xc5\x3c\x35\xf3\x38\x96\xf9\x74\x4a\x3f\x1f\x29\x2c\xbe\x5e\x43\xa2\x39\x2d\x39\xd8\x2a\x64\x64\xc3\x27\x2d\xcc\x1f\x58\x15\x56\xca\x09\xc3\x47\xc2\xd4\x4e\x84\x6c\x68\xa2\x21\xcb\xb8\x9b\xa9\xdc\x94\xba\x3a\x3f\x2b\x38\xb4\x2f\xb9\x1c\x84\xe6\x28\x81\xe1\xb2\xb2\x99\x1d\xd6\x2f\xdc\xe6\xad\x7e\xec\xec\x00\x85\x57\xeb\xeb\xb2\x22\xbe\xdb\xae\x76\x51\xf2\xb2\x88\xcd\x74\x30\xd9\x1b\xe2\x8e\x48\x62\x54\xf1\x20\xdf\xdd\x6a\x58\xd5\x3d\x37\x7d\xce\xb1\xac\x76\xb9\x72\xcb\x37\x00\xd9\x28\x35\xf3\x91\x40\x0e\xda\x4e\xca\xd0\xaf\x91\x6b\x0c\x03\xb9\x17\x09\xc4\x01\x2f\x35\xc5\x98\x72\x9b\xfa\xf8\x7a\xf1\x04\x77\x10\x34\xcd\x60\xb4\xe4\x43\x32\x41\xa0\x00\xf4\x09\xba\x4e\x88\x16\x1f\x72\x2d\x42\xe4\x49\xe2\x00\x89\x96\x8b\x38\x6b\x81\x68\x3d\xfb\xbc\x02\x01\x7a\xc9\xc4\x1c\x20\xd7\xf2\x99\x05\x6b\xb0\xfb\x0c\xf1\x60\x7d\xc1\x0e\x0a\xd6\xb0\xb2\x2a\x04\x0c\x78\x61\x82\x3f\xc1\x1e\x82\x4b\xdc\x98\xfe\x43\xb3\x79\x41\xe4\x9c\x27\x4b\xa7\xb0\x36\xcc\xd9\x3a\x73\x70\x4b\xf9\x8c\x93\xb0\x91\x77\xe3\xb6\xe0\xe0\x0e\x97\xf3\x99\x69\xa2\x51\x24\x58\x36\x45\x8f\xa4\xee\x43\x18\x2c\x3c\xa4\x0d\x65\xb3\x43\x03\xc7\x5c\x61\x2f\x0a\xa1\x9a\x0a\xfb\x7b\x21\x91\x2f\x8c\x03\xd1\x7f\x1e\x14\xf2\xf6\x71\xed\x54\xc9\xa2\xf2\x0d\x54\x74\x5f\x8f\xcb\xda\xec\x87\xa2\x09\x3d\xe0\x66\xd6\x66\x41\xd4\x41\x6e\xb3\xb1\x2d\xb2\x04\x32\x65\xb7\xd8\x4c\xb9\x51\xa7\x68\x67\xa0\xdb\xfa\x71\xca\x35\xbc\x9f\xcd\x9d\x53\xa2\x96\xd2\x04\x7a\xd8\xa2\xf5\x61\x8b\x2c\xa2\xbe\xa7\x3d\x00\x19\x53\x02\xb2\x8a\x0b\x8f\x4d\xf5\x92\xb7\x56\xd6\x55\xa9\x36\xa5\xdd\xe9\x94\x57\x53\xfa\x42\x9f\xfb\xb3\x2d\x5d\x3e\x7a\x32\x8b\x31\x64\x2a\x6e\x13\xf6\x51\x9a\xbf\x31\x57\x43\x9b\x24\x46\x26\x35\xda\x80\xaa\xda\xb5\xf3\xa6\x7a\x53\xdd\x7e\xc4\x6e\xf4\x28\xcc\x17\x85\xeb\xbf\xa8\x1c\x4d\x8a\x1a\x77\x53\x84\xed\x57\xb0\xe8\x6d\x91\x57\x72\x1c\x14\xce\x7f\xc6\x2c\xeb\xef\xcd\x3b\x26\xa1\xda\x02\x8a\xe8\xa9\xd2\x69\xa1\x37\x6a\x61\x2f\x9a\x53\xc8\x67\x8e\x89\xb4\x97\x07\x55\x36\x61\xdd\x8b\xca\x39\x71\xd0\xae\xf0\x99\xe7\x5f\x4d\xcc\xd5\x69\xa6\xcc\x59\x84\xe4\x88\x05\x7d\x2c\x41\x02\x34\xda\xe1\x86\x62\x3f\xec\x33\x8d\xbd\xa7\x05\xfe\x69\x76\xa8\x56\x05\xdf\x4e\x2f\xc5\x19\xd8\x13\xcd\x19\xe4\x53\x7f\xff\xdc\xd9\xb0\xf6\x23\x18\xf1\xff\xfc\xf7\x5f\x8f\x68\x9b\xb9\x5d\x8e\xed\x0a\xec\xc3\x4e\xae\xb7\x2d\xe1\xce\x07\x10\x05\x2d\xa9\xef\x32\x9f\x78\xfc\xe0\x52\xa8\x7e\xf1\xab\xbd\xdc\x34\xd1\x70\x35\x37\xfe\xc5\x32\xb9\x83\x31\x5e\xe4\xcb\x6f\xd9\x80\xc5\x15\x1e\xe8\xc2\xcd\x18\x44\x79\x3a\x00\x7a\x13\x9d\xa7\xdb\xaf\x5c\x28\x15\x06\x15\x20\x85\x6d\x13\x0d\x37\xc7\xf2\xf9\x42\x1e\x1a\xab\x7a\x18\x2b\x65\x78\x47\xae\x0a\x7e\x30\x83\x34\x59\x74\x7a\x57\x72\x49\x84\x39\xd0\x1e\x52\x06\xd5\x8b\xcf\x42\xec\xdb\x0a\x1f\x0e\x49\x31\x5d\x2b\x4e\x5b\xbf\xdf\x8c\xd2\x56\x32\xe2\xe2\x19\x11\xe3\x38\x2f\x05\xe5\xae\x6a\xfb\x5a\x7f\x74\x96\xab\xc5\xea\xf6\x65\x82\xa3\x87\x75\x90\xf1\xf4\xfb\x2d\xcd\xae\x16\x0c\x83\xd0\x89\xb2\x70\xd8\x82\x3b\x47\x2a\xb8\x73\x36\x96\xaf\xa4\xb5\xc3\x45\xc3\xa0\x7a\x70\x20\xdc\xdb\x9b\xc8\xa0\xe3\xc2\xc8\xd1\x24\x2f\xac\x1c\x1e\x6f\x3c\x3e\x1a\xb1\x0f\x06\xb0\x1f\x14\x0f\x33\x80\x08\x12\x29\xc8\xe7\x8c\x4b\x52\xca\xec\x69\xc0\x10\xb7\x99\x79\x76\x18\xcd\x32\x69\xa5\x7a\xf3\x56\x22\xe9\xab\x23\x08\xd6\x37\xbc\x3e\xe5\x66\x0a\xdc\x4a\xea\x89\x68\x46\x35\xed\x8c\x1b\x4f\xda\xfa\x53\xef\x5a\x82\xa2\x88\x95\x01\x2c\x19\x95\x2c\x0e\x90\x9f\x5e\x85\x20\x12\xf2\x48\xc0\x4c\x09\x63\x0c\x91\xe2\xcb\xa6\xa6\x16\x76\xb2\xea\x00\x15\x69\x75\xc0\x16\x50\x5c\x1d\x41\x39\xf9\xa8\x89\x16\xcb\x69\x15\x5b\x67\x00\x35\x39\xfc\xd7\x90\x42\x07\x21\x62\xfe\x82\x28\x44\x3e\x2b\x62\x0b\xbe\xdd\xb9\x1c\xad\x7a\x58\x37\x6a\x4e\x33\x69\x17\x91\x76\x4f\x15\xb5\x89\xd8\xcc\x5c\x97\x84\x16\xbb\x7b\xdf\x26\x65\xcd\x31\x8b\x6d\xa6\xa1\x95\xa5\xb5\x4c\x01\xb3\x33\x76\x20\x1f\x83\x6d\xf3\xe5\x02\xa8\x61\xd3\xa6\xc1\x44\x86\x8b\xcc\xe9\x45\x5a\x32\x07\xb7\x35\x17\x5a\x40\xcd\x99\xa2\x89\x26\x0e\x3b\x06\xad\x35\xe7\xcc\x83\x7d\x41\xc4\x70\x1b\x9e\x14\x95\x92\xb2\xd9\xd8\xae\xa4\x4b\x9a\xeb\x76\x31\x94\x69\xea\x93\x69\xca\xfc\xf8\xbd\x6b\x68\xb9\x9d\xd7\x90\x35\x60\xfd\xb8\x74\x3d\x10\xac\x19\x77\x93\xb1\x20\x4d\x2e\xcb\x6f\x4c\xe3\x52\x81\x7a\x98\xe8\x3a\x46\x0a\x10\xeb\xea\xf9\xf1\xc5\x15\x22\x6d\x0a\x9e\x49\xac\x81\x08\x68\xd5\x92\x63\x28\x5b\x73\x0b\xcf\x99\x17\xd1\x6c\xe1\x18\x9f\x41\x5d\x49\x53\xc4\xae\x3b\x1b\xe6\x8d\x93\x64\x82\xa3\x07\xaf\x6c\x78\x95\x9b\x0b\x07\xbc\xad\x05\x54\xa8\x2c\x64\x88\x4b\x0f\x34\x02\xe9\x26\xf4\xc2\x18\x84\x14\x3b\xec\xa2\x73\x5b\xd6\x9f\x99\x42\xf3\xa0\x9c\x9b\xd1\x9b\x98\xf1\x98\x64\x09\x5f\xa4\x2d\xf7\x59\x35\x35\x6b\x9b\x08\x88\xb6\xcc\xb0\x9d\x5e\x65\x15\xa6\xb7\xf6\x65\x56\xcb\xf3\xd8\x01\x5e\xcf\x1a\x5c\xf2\x63\xc2\x27\x60\xe5\xb3\x5a\xb6\xcb\x5d\x08\x42\xe8\xab\xe7\x79\xdd\x8c\x8a\xea\x89\xa4\x32\x4b\xf0\x62\x59\x0f\x26\x96\xff\x79\xf7\xcd\xe4\x7e\xaf\x36\x82\x75\x8f\x82\x6d\xfc\xfc\x39\x50\x40\x2f\x9c\x24\x60\xde\x35\xfc\xab\x62\x4c\x32\x49\x54\x47\x99\xe0\x5a\x50\xe0\x23\xa6\xf0\xcc\x6d\xae\x15\x2e\xf9\x13\x23\x42\xce\x69\x56\xaa\x38\xb6\x75\xd8\xad\xa5\x68\xfb\x1f\x13\x64\xba\x06\xef\xe4\xd9\xa1\x41\x7e\xd0\xf4\x21\x33\x1c\x15\xc6\xbf\x28\xc1\x52\xd2\xe9\x22\x00\x6c\xf0\x11\x8c\x90\x16\x53\xd6\x96\x83\x22\x3f\x4d\x8c\xc6\x8c\x6f\x37\x19\xcb\xdb\x67\x6b\xdd\x97\x8f\x1f\x8d\x43\x64\x2c\xa8\xff\x5e\x43\xe7\x70\x37\xb5\x45\xe9\x68\x45\x73\x34\xa9\xd9\x9b\x65\x18\x2f\x05\x55\x69\x37\x23\x14\xc2\xa4\x1d\xb6\x55\x64\x3c\x90\x42\x08\x32\xa2\x4a\x29\x6a\xb0\xf9\x5a\x71\x72\xe6\x4f\x4d\x9c\x1e\x84\x01\x72\xd5\x8b\x8f\x0f\x90\xdc\x0a\xbc\xa8\x0b\x5d\x9c\x91\x84\xec\x24\x92\x75\x03\x22\xa9\x7a\xd8\x03\xf2\x58\x4a\x1a\x05\x50\xf7\x6a\xe3\xc2\x06\x01\xb6\x2d\x10\x28\xcd\x43\xff\xd9\x0c\xd4\xc6\xd8\x36\xed\x22\xd8\xbf\x60\x95\xbb\xea\x2e\x4d\x58\x6a\xa6\x05\x4b\x72\x45\x37\x25\xba\x2a\x3a\xf5\xf2\xca\x3e\x92\xda\x2b\x87\xa2\xd6\xc6\xf5\x91\x74\x89\x38\x58\x79\x00\x36\xe2\x40\x75\x3e\xdd\x8d\x2e\xac\x9f\x50\x71\x34\x23\xca\x14\x77\xf6\x15\xac\xdf\x12\x4d\xec\x2c\x90\x7e\x47\xab\xdf\x7c\xc8\xd7\x3b\xb5\xb7\x44\x49\x77\x25\xd4\xe0\xe9\xec\xe6\xec\xe1\x16\xec\xc7\xb1\x34\x82\xeb\x17\x2f\xb7\x6c\x9d\x7c\x6e\x47\x66\x53\xb0\x7f\x43\x02\x95\x99\x63\x6c\xbf\xf0\xe9\xd6\x25\xa0\x21\x5c\x02\x67\x33\x6b\xf4\xfa\x5c\xaf\x4a\xda\x5f\xba\xe8\xb5\x3e\x8d\x57\x47\x55\x50\x77\x2f\x0f\xae\x27\x0f\x3a\xf0\xc2\x3d\xbc\xfc\xdb\x8e\xc1\x7e\xde\x3f\x7b\x20\x1c\xd6\xae\xc4\xdd\x89\x88\x6f\x88\x4c\xf6\x42\x52\xac\x6d\xc5\x4b\xc9\x8b\x87\x0e\x3d\xa6\xc0\x62\xd9\xdf\x2d\xda\x8f\x93\x7c\x63\xdd\x40\xcf\x77\xc1\xae\xa6\x97\x9d\xd0\x07\x00\x29\x62\xc8\x37\xcd\x6d\x65\x06\x38\xbc\x41\xc8\x58\xcd\xf7\xb0\x22\x18\xcf\x0e\xaf\x53\x18\x5e\x6d\x39\x9f\x63\x7b\x6d\x72\x51\xe7\xcd\x7d\x4e\x52\x5b\x77\x2c\xbb\xd0\x51\x9e\xd9\x8b\x63\xa9\x31\xf8\xa0\x8f\x89\xed\x76\x8b\x36\x40\x96\xb8\x2d\xdb\xe5\x21\x6b\x2a\x9d\xb4\x7d\x7a\xb4\x4b\x39\x1b\x67\x82\x4c\xe9\xe7\x8d\x44\xf1\x6b\xf8\xd4\xaa\x97\x7a\x99\x2b\xc5\x98\xc0\x3d\x03\xc5\x9b\x82\xb8\x3d\xbb\xd2\xb6\xba\xce\x88\x15\x19\x67\x36\xdd\xec\x81\x2c\x10\x17\xa5\x9f\x36\x05\xd7\xdb\x7d\xe1\x28\xb3\xaf\x73\xa5\x32\x79\x72\x7c\x3c\xa3\x6a\x9e\x4f\x8e\x22\x9e\x9a\x70\x73\x2e\x66\xe6\x8f\x63\x2a\x65\x4e\xe4\xf1\x77\xdf\x7e\x5b\x6c\xf1\x04\x47\x0f\x33\x03\x57\x52\xf7\x3b\x95\xb6\xfc\xb6\x5e\x5c\x75\xfd\x52\x0f\x82\xb3\x31\xf9\xac\x89\x54\x6e\x0a\x64\x73\x2f\x89\x44\x83\x9f\x6f\x91\x5c\x30\x85\x3f\x9f\xa0\x4f\x94\x81\x00\xf2\x03\xcf\x85\x44\x67\x78\x71\xc8\xa7\x87\x29\x67\x6a\x8e\x3e\xc1\xff\xda\x9f\x9e\x08\x79\x40\xbf\x10\x2c\xec\xfe\xda\x1a\x4a\xbe\xc2\xeb\x1c\x43\x2e\xae\x44\xe4\x51\xaf\xf0\xb7\xff\x81\x52\xd3\xf2\x09\xfa\xe6\xf8\xdb\xff\x40\xbf\x87\xff\xff\xff\xa3\xdf\xb7\x68\x6a\xeb\x41\xe1\x40\xf1\xc6\x9b\xb2\x3b\xee\xa0\xb2\x52\x1b\xd4\xb3\x3d\x15\xbc\xd8\xa9\xc6\x96\x1f\x68\xf4\xc0\xa7\xd3\xb1\xa2\x29\x31\xb9\x41\x63\x2c\x6a\x30\xaa\x1b\xe2\x0a\x52\x5b\x7d\x53\x50\x03\xb7\xed\x6a\x2b\xd8\x4e\x4d\x26\xb4\x3b\x6e\x32\x2f\xaa\x0f\x42\x10\x48\xa9\xa2\x23\x95\xf0\x15\x89\xf5\xa9\x58\x27\xe0\xc3\x59\x67\xea\x35\xc2\x0b\xe4\x80\xb0\xa2\xac\x0f\xdc\x0a\xa3\x10\x4d\xa0\x86\x5d\xc8\xc6\xe3\x50\x0b\x8f\xfc\x62\x62\xde\x60\x6a\xaf\x15\xef\x26\x6b\x9d\xaf\x0e\x75\xbb\xe5\x62\x2b\x79\xf9\x81\xd4\x62\x6e\x3b\xd6\x11\x71\x75\x0c\xc3\xda\xc6\x90\x74\xca\x85\xc7\xf7\x34\x7a\xad\xad\x36\xb6\xda\x0a\x45\x85\x09\x0e\xea\x76\xe8\xf5\xd4\xcf\xfc\x27\xab\x86\x09\x91\x42\xee\xed\xa2\x8e\x12\x8c\x56\x5f\x71\x9a\x25\x36\x8c\xb8\x01\x04\x6c\xd5\x86\xde\xfa\xbc\x6f\x68\x1c\xc2\xd6\x20\x64\x9f\x39\xc9\xc4\xe6\x24\x37\xee\x27\x40\x23\xed\x02\x35\xad\x86\xb2\xbd\x05\x9f\x33\xa6\xb2\x82\x45\x38\x90\xf6\x0a\x36\xbb\xc0\x9a\x7b\x6c\x08\x34\x67\xaa\x6d\x1c\x20\x81\x21\xf2\x4b\xcd\x31\x33\x4a\xd4\x14\x47\x94\xcd\x0e\x02\x8c\x31\x48\x95\x0e\x79\x56\xd3\x4a\xde\x61\xf9\xb0\xdb\x68\xa6\xad\xab\x8f\xd1\xb8\xa8\x80\x63\x51\x01\x8c\xf5\x94\xd6\x00\x96\x14\x96\x0f\x6d\xb0\x18\x35\x4c\x9e\x25\xa3\xf3\x4b\xe1\x90\x7c\x96\x8d\xcf\xa5\x5e\x92\x50\x68\x03\xc0\x6d\x57\xfb\xd0\x22\x74\xb9\xec\x19\x0c\x37\x0d\x4d\x48\x5c\x85\xa6\xab\x8e\x7f\x15\x21\x18\xb5\x38\x88\x9b\x01\xe4\xb2\x54\x2b\x7e\xb1\x31\xcf\xb2\x85\x39\x4a\xfa\xe6\xc2\xf2\x41\xfa\x12\x78\x48\xa6\x38\x49\x0e\x90\x20\xb9\xd4\x57\xef\x01\x92\x24\x99\x1e\x3a\x10\xf1\x18\x25\x7c\x46\x23\x9c\xa0\x49\xc2\xa3\x07\x39\x62\xfa\x2a\x61\x33\x73\x03\x66\x82\x47\x44\xca\xe0\xee\x2d\xd2\x32\x6d\xb2\x0c\xd4\xbf\x53\x44\xa4\x94\x51\xa9\x68\xe4\x2e\xd5\x22\x13\xda\x54\xdc\xd4\xda\x50\xc4\x4d\xd5\x3e\x18\xae\x96\x05\x88\x81\x35\xcb\x99\x2d\x37\x01\x0c\xdd\xa2\x15\xb9\x30\xd0\x36\xea\xdd\x01\xf8\x92\xdb\x9e\xb1\x2a\x9f\x86\x15\xf4\x7c\x6a\x3f\x83\x33\xb4\x8c\x62\x6e\xca\xe4\xec\xa9\xc1\x93\xb9\xc7\xf4\x75\x44\x51\x04\xb9\x96\xee\x36\x1f\xfb\xb9\x67\x58\x30\x30\xe4\x16\x04\x98\x55\x34\xad\x57\x11\x2e\x45\xa8\x70\x52\xf5\x8b\x51\x16\x25\x79\xec\x6b\x5c\xe9\x4b\xe2\x51\x13\x89\x5b\x1e\xbd\xf6\xfa\x2a\x39\x40\x58\xa2\x27\x92\x24\xfa\xbf\x26\xc6\xf5\xd0\x43\x4e\x6b\x7e\x68\x60\xc1\xa1\x13\xc7\x22\x5b\x29\x0a\x26\xb1\x27\xa5\x19\xfd\x25\xbd\x2e\x5b\x5c\x29\x48\xe8\xe5\x59\x93\x3d\xea\x95\x6e\x85\xe7\x2b\x8d\xad\x4c\xb6\x80\x33\xd2\x3e\xa8\x8e\xf6\x0a\xd1\x94\xd0\x6b\x28\x0e\x9e\x3e\xd2\xa2\x0c\xa9\xed\x6d\xa9\x3d\x43\xcf\xa8\x93\x31\x23\x24\x8a\x8d\x0d\x74\x95\xa9\xd4\x12\xe3\xa9\xa9\xa1\x6c\x26\x04\x52\x6d\x1e\x45\x84\xc4\x8d\xe1\x90\x7a\x44\x7b\x07\x3f\x77\x8d\xd5\xdc\xe4\x58\xa7\x5c\x99\x2a\x78\x06\x7e\xce\x19\x5a\x0c\x5e\xd9\x24\xe1\x13\xb8\x90\x00\x99\xce\xe5\x68\x06\xf9\x5d\x66\xde\x24\x46\x5f\x05\xf7\x8b\xcf\xff\xff\xba\x19\x27\xad\xb4\x22\x7b\x80\x4a\x57\xb5\xf0\xb4\x62\xd3\x95\x0b\x39\x1d\xa1\xeb\x0a\x68\x45\xb0\x32\x53\xac\xaf\x8d\xa5\x00\x28\xaf\x84\x64\x57\x99\xc4\xf3\xed\xd0\x9a\x48\x76\xa5\x3e\x77\x80\x64\x57\x99\x67\x4b\x10\x39\x9f\x3d\x6b\xf2\xab\x9e\xd4\x05\xef\x9e\x91\x64\xc0\x93\x8c\x88\x57\x22\x41\x77\x20\x17\x4d\x84\xb8\x5f\x28\x7d\x95\x72\x67\xaf\x8b\xd2\x57\x19\xcc\x3e\xa3\xf4\x55\x86\xba\xbf\x28\x7d\x0d\x03\xed\x80\xd2\x67\xbc\xcc\x63\x4d\xd4\xdd\x98\x02\x64\x58\x4c\xf2\xe9\x2d\xdc\xbb\x4b\xc7\x78\x6a\x3c\xd8\xe6\x1a\x73\xa2\xa4\x05\xad\x85\xd1\xda\x64\xbc\xb6\xb8\x1c\x2c\xb7\xa2\x3d\xef\x06\xa2\xd2\x68\xf1\x59\x82\x59\xf9\xea\x80\x8a\xe6\x82\x44\x9a\xfc\x0c\xa3\x52\x02\x33\x09\x53\x3d\xb0\xd6\x25\x3d\x0a\x63\x50\x8d\x70\x66\x93\x9b\xdb\x6a\x49\xec\x4f\x1a\xe7\x7a\x00\x88\x80\xcb\x56\x62\xf5\x9d\x50\x95\x3e\x55\xe0\xd8\xe7\xfc\xc9\x4a\x8e\x40\x7e\x86\x18\x5b\x49\x0f\x3a\x1d\x5b\x85\xbe\x6d\xc5\x28\x53\x64\x56\x15\xe9\x8b\xc3\x42\x99\xfa\xe3\x77\x2b\x39\x90\x81\x9d\x73\xa6\x83\x00\x14\xdd\x22\x5d\xf8\xf2\x2b\x24\xb6\x35\xd9\xa5\xd6\xae\xf5\x74\xcc\x8d\x2a\x51\x8a\xa9\xd3\xf3\x73\x09\xbe\xa4\x39\x95\x23\x66\xf2\x8d\x6c\x29\xb0\x23\xf4\x01\x2a\x3d\xe2\x34\x4b\xc8\x01\xf2\xf3\xa3\x9a\x82\x46\xf9\x37\xdf\xfc\x91\xa0\x6f\x50\x4a\x30\x2b\xd9\x37\x40\xab\xd7\x57\x1e\xe0\x9a\xa9\x39\x19\xb1\xc6\xad\x40\xc3\xcf\xa6\x78\x8c\x0b\x38\x3b\x67\x53\xee\xec\x25\x50\xc1\x0c\x47\x73\x24\xf3\x89\x29\xc1\x19\xd8\xb7\x9c\x9e\x77\xc1\x67\xe0\x29\x85\x9b\xd8\x0d\x7a\x63\x3c\xc7\x0a\xc3\xe9\x88\xe7\x58\x9a\x5a\x8f\xe7\xd8\x7c\xfa\xf6\x16\xcf\xb1\xb2\xe7\xdd\xf0\x1c\x9b\xb6\x7c\x03\x3c\xc7\x52\x33\x5f\x0c\x9e\x63\x65\x45\xbf\x18\x3c\xc7\xca\xbc\x7a\x3c\xc7\x2f\x04\xcf\x71\x35\x1f\x69\x44\x2c\x6c\x3e\xbc\xeb\x21\x16\x36\xea\x57\xed\x2c\x62\x5b\x78\x18\x90\xe6\x5e\x18\xb1\xb0\x34\x81\x3e\x3a\x6b\xfd\xe8\xac\x46\xe2\xb3\x7d\xeb\xe1\xb9\x90\xad\xea\x45\xd6\x11\xb3\xb0\xb4\x3f\x9d\x4d\x9f\xbb\xa0\xc4\xe7\x8d\x07\x04\x0f\x4c\x57\x73\xc8\xa0\xb4\x8a\xd2\x22\x9d\x6a\xc9\xc8\x61\x4d\x19\xcd\x29\xf4\x3e\xf7\x94\xbb\x41\x5c\x61\x65\x79\xbd\xcf\xc6\xd0\xe2\x2e\x8d\xf3\x0d\x65\xbc\xb7\xa0\x57\x97\x7a\xb5\xa6\x73\xc4\x0d\x02\x9c\x24\xcd\x86\x41\x9a\xd2\x5d\x35\xbb\xea\x22\xf3\x48\x3a\xa0\x4d\xd5\xb2\xca\xf4\xf5\x64\x86\x63\x64\xe3\x4a\x32\x1d\xa4\xf9\x9b\x2f\x67\x54\x2a\xd1\x1a\x59\x53\x1b\xe1\x36\x6e\xd8\x2c\xdf\x04\xb3\x63\xb6\xd9\x67\x29\x49\xb9\x58\x15\xd6\xd3\xf8\xa5\x2d\x40\xb0\xc9\xa7\x24\x9b\x93\x54\x0b\x41\xe3\x75\x1b\xe9\xba\xdf\x3e\xe5\xd0\x66\xbe\x98\x30\xbb\x12\x11\x04\x4e\x56\xfd\x6e\x6c\xf0\xec\x3a\x6f\xf7\xb6\xdb\x6c\x11\xf7\xd6\xb4\xe2\x3b\xc4\xd1\xe5\xd6\x12\xfb\x52\xc9\x95\x0e\xf4\xdd\x18\xac\xe1\x63\x65\x36\x0c\xc7\x68\x41\x31\xac\x77\x08\xde\x5a\x49\xc4\x61\x28\xa3\x96\x3c\xa4\xf5\x11\x94\xd6\xdd\xe9\x36\x5b\x2c\x7b\x2e\x5a\xa3\x06\xbb\xd8\xf5\x22\x95\xe3\x04\x14\xa7\xb0\x4a\x57\x95\xbe\x27\x8b\x86\x34\xa4\x6e\x86\x63\xca\xd4\x9f\xfe\x7d\x9d\x30\x0a\x10\xf2\xed\xba\x41\x65\x11\x1c\x45\x44\x1a\x53\xa3\x8d\x2a\x35\x55\xef\x73\x91\x6c\xb3\xab\xfa\x70\xe8\x79\x6b\x96\xe9\xa1\x41\xe3\x82\x78\xcc\x05\x3c\x17\x3c\x9f\xcd\x9d\x35\x43\x53\xa1\x9e\x5a\xd3\x5e\xfe\x54\x33\x19\xae\xbd\x97\xdf\xe7\x34\xd9\xcc\x56\x74\x5b\x2a\xb7\xf2\xf1\xfc\x0e\xc9\xb9\xa7\xff\x09\x34\xdb\xb8\xb1\xf5\x41\x77\xef\xd3\x7e\xeb\xcd\xd6\xd0\xcd\x81\x83\xc3\x9b\xf2\x24\x01\xc3\xab\x24\xe9\x63\x5b\xd5\x7c\x98\xf0\x1d\xdd\xb0\x36\x38\x7c\x0d\xee\x1b\xa9\x70\x9a\x75\x92\x68\xae\x8d\xb0\x25\x91\x1b\x7d\xd5\x77\x6b\xa2\xba\x38\x23\xac\xc9\xda\xf3\x73\xbd\x48\xc0\x1b\x8b\xad\x73\xb1\x5e\x3b\x8b\xaf\x73\x4b\xf2\xc2\x31\x76\x4d\xf3\x58\x83\x05\x94\x42\xce\x0b\x1e\xef\x82\x17\x8c\x1c\x3f\xd0\xf3\x1b\xb1\x41\x29\x38\xdd\x95\xe3\x9c\x2c\x8a\xe8\x56\x23\x12\x87\x9c\x04\xb0\xd5\xad\x9d\x00\x4c\xfa\xfa\x2f\x10\xdc\x0d\x92\xa3\x89\xbe\x73\x11\x76\x10\x9a\x4b\xe2\x43\x1c\x2d\xa2\x84\x46\x81\x0a\x38\x13\x38\x9b\x37\xb1\x1b\xb7\xec\x3d\x04\xc5\x6b\x41\x50\xb4\x15\x0c\x59\x27\xb4\xd8\xd1\x15\xc3\x29\xe9\xa1\x31\x9a\xa0\x31\x0e\x7c\xf2\x37\x2b\x4a\x9f\xbc\x62\x4e\x71\xfd\xdc\xf5\xf8\x18\xaf\x80\x8f\xb1\xc9\xe1\x2b\xc0\x2f\x4a\xc7\xae\xc7\xec\x78\xd7\x09\xb3\xc3\x5f\x82\x7b\x05\xc3\xd0\x7e\x1e\x5f\x39\xbd\xbf\x3e\xb0\xd7\xc4\xe8\x68\x10\x17\xd6\x91\x9b\x96\x81\x74\x2c\xa3\x8b\x4e\xeb\xf2\xba\x90\x19\xeb\xad\xcc\x5a\x68\x18\x8d\x77\xd7\x9e\x60\x63\xb4\x6f\xc3\x9e\x9c\x9b\x5d\x26\x80\xac\x57\xdb\x2d\x4c\x02\x59\x47\xbb\x59\x2f\x1f\xc4\xd3\xc3\xdb\xca\x09\x29\x0a\xeb\x6c\x96\x17\x32\x70\x2e\x55\x22\xd0\x9c\x27\xb1\x89\x5a\x0a\x56\xcb\x77\xe0\xa3\x91\xfd\x02\xb9\xcd\xb8\xcd\x48\x64\xb4\xad\xa2\x3a\xce\xb2\xec\x0f\xbf\x89\x6f\x3d\x03\x24\x90\x7f\x77\x9b\x05\x12\xae\xec\xa6\x99\x20\x2b\x06\xb7\x4c\xf4\xd8\x30\x1b\x24\xe8\x71\xa9\xd3\xc9\xcd\xae\x93\xe3\xa9\x4a\x2c\x1b\xc4\x04\xd5\xca\x18\x6d\x8f\x94\x91\xe2\xcf\xe3\x0c\x0b\x9c\x24\x24\xa1\x32\x7d\xb6\xc0\xc4\xd3\xb2\xf7\x51\x9f\x55\xc1\x8d\x7d\x86\xe5\xe9\xc4\x90\xa2\x1b\x88\x2d\x9e\xa6\x38\x12\x39\x0b\x71\x7e\xfc\xc6\x20\x57\x5c\x2b\x87\x7b\x01\x4c\x3a\xd1\x1c\x2a\xf5\x4d\x31\x15\x8c\xc8\xd6\xba\x68\x24\xca\x05\x55\x8b\xb1\x2d\x33\xd7\xfd\xc0\xdd\xda\x2f\x4f\xed\x87\xcb\x1d\xb6\x2e\x45\xda\xf5\xe7\xcb\xda\x65\x44\x40\xcd\x0c\x57\xfd\x21\x28\xa5\x67\x53\xe0\x89\x2f\xbc\x01\xa1\x98\xb5\x6b\xbb\x2d\x84\x18\x3f\x8d\x83\xac\x8e\x71\x54\x25\x8e\x55\x87\xb5\x09\x84\x65\xd9\x24\x9f\x19\x86\xa4\xc5\x29\xfa\x0c\x90\xfb\x36\x74\xdb\x34\xad\x07\x1c\x78\x36\xc1\x58\x58\x6c\x4c\x90\x97\x6d\x95\xaa\x96\x71\x62\xc6\xb8\x6a\x2e\xb6\xb4\x64\xb0\x83\xe0\xab\x0e\x23\x0e\x3a\xd9\xd1\xb0\xf5\x41\x17\x22\xcf\x14\x9d\xd4\x71\x42\x76\x58\x82\x6f\x90\x40\x46\xb2\xb3\xf1\x97\xba\x35\x75\xf9\x4a\x9c\xd8\xce\x4e\xcb\xff\x16\x54\xc7\xc1\xad\x50\x36\x4b\x48\x29\x97\xe8\x2a\xa5\x40\x85\xe6\xfc\x80\xf5\x57\x53\x67\xd9\x36\xfb\xde\x45\x2f\x60\xa8\xee\x67\x4c\x44\x47\x23\x36\x90\xe8\x89\x20\x46\xcc\x12\x36\xd5\xed\xf3\x26\x65\x28\x84\x32\x21\xba\x27\x1f\x6a\xa1\x85\x07\xaa\xa4\xaf\xc5\x63\xfa\x98\xe2\x44\x92\x03\xdd\x30\x94\xf0\x53\x1c\x62\x00\x31\x7a\x12\x38\xcb\x88\x18\x31\x1b\x51\x0e\xde\x0e\xce\x13\xd3\xfe\x5a\xd2\x4f\x1c\xcb\xb2\xa1\xcb\xa8\x10\xf4\x1f\x25\x15\xfb\xb0\x94\x85\x12\x05\x78\x1c\x10\x7f\xe6\x4a\xaa\x2c\x93\x75\xfa\x68\xe6\x7a\x34\x73\xf3\xda\xec\x63\x44\xb3\x3f\x4f\xeb\x46\x35\xb7\x6d\xff\x2e\xa4\x98\x1d\x46\x37\xbf\x72\x18\xf0\xf3\x44\x00\xbf\x6e\xc8\xf6\x73\x44\x6b\xf7\x31\xcd\x6f\x2f\xa6\xb9\xfd\xd8\xae\x15\xd7\xbc\x02\x60\xc6\xf5\xb2\x6d\x10\xa9\x07\x3d\x79\xd6\x40\x52\xef\xb6\x0f\xbe\xe8\x18\x4c\x5a\xa0\xb2\xf4\x01\xa5\xcf\x14\x50\xda\xb0\xc4\xeb\x05\x95\x6e\xa4\xdf\xbf\x7c\xbc\x5b\xb5\xca\xf6\x73\xc6\xbc\xad\x08\xf3\x90\xf9\x64\xfc\xec\x47\xaf\x71\xce\x5d\x4f\xe0\xcf\x9e\x28\x8c\x48\x24\x34\x9d\x4d\x48\x1c\x83\x0d\x59\x2b\xab\x90\x49\x58\xd0\x8e\xd3\x05\x34\xf3\xc5\x52\x13\x3b\x4e\x38\x9b\x49\x1a\x93\xa0\xae\x7d\x49\x53\x81\xac\x46\xd8\xdf\x24\x21\xc2\x99\x20\x05\xfa\x4a\x52\x16\x91\xd0\x2c\x29\x50\xcc\x89\x64\xef\x95\xd1\x0c\x30\x5b\xa0\x07\xc6\x9f\x12\x12\xcf\x60\x87\xaa\x83\x39\x44\x94\x1c\x20\xaa\xfc\x67\x02\xd2\x20\x79\xae\x46\x7a\xec\x10\x58\x62\x44\x40\x62\xbf\x0d\xaa\x81\xfa\x66\xbe\x3e\x42\xe8\x9c\xa1\x29\x8e\xd4\x41\xb9\x0e\x79\xcc\x4d\x79\xc7\x47\xc2\xc2\x89\x17\x8d\x3c\x5b\xbc\x63\x63\x7c\x63\x85\xda\xdc\x79\xd3\x04\x30\x48\x28\xde\x2a\x34\xe5\x11\x6f\x03\xde\xf6\x29\x97\xd6\x87\x89\x38\xf3\x87\xc9\x22\x24\x78\xbc\x4a\xa8\x72\x67\xb0\x1f\x19\x8f\x5b\x4d\x05\x95\xa9\xac\x3b\x96\x22\x8e\xc8\x16\xd7\xb3\x76\x5e\x68\xd7\x2c\x77\xcc\x9f\x98\x54\x82\xe0\xd4\xda\xd6\x34\xf3\x06\x1f\xb4\x89\x22\xd2\xa3\xa7\xc2\x5c\xda\xeb\x6c\xf1\x05\x65\x0f\x7a\x77\x0b\x84\x4e\xa8\x55\x0a\x3d\x37\x6c\xda\xf7\x94\xe1\x52\x10\xf5\x06\xbb\x96\xe4\x6b\x45\xf5\x05\x66\x89\x45\x1b\x38\xaa\xc2\xab\xf0\x4a\xd7\xd0\xc4\x91\x84\x02\xad\x68\x02\xf5\xc3\x35\xab\x33\xd6\x3c\x8c\x14\x06\x6b\xd8\x9c\x24\x59\x50\xe4\x30\xc3\x42\x49\x47\x40\x06\xaf\x4f\x73\x87\x34\x67\x26\x59\xdb\x68\x88\x4f\x16\x96\xcd\x1a\x42\x8b\xc6\x8f\x46\xec\x5c\xbd\x97\xfa\x7c\x71\x36\x4b\x16\x08\xc7\x8f\x54\x16\x68\xa9\x11\x67\x32\x4f\x89\xa8\xd4\x0e\x36\x51\x32\x08\x3b\x5a\xd1\x63\xd3\xb2\xda\x23\x4e\x68\xec\x6a\xd9\xeb\x1f\x27\x64\xaa\xef\xbd\x0c\x0b\xe9\x5c\x2a\x0d\xee\x10\xbb\xb9\xb1\x5e\xab\x57\x3b\x93\x3f\x85\xc7\x0e\xa5\xc5\x09\xc5\x56\x77\x39\xae\x9e\x4f\xbb\xea\x4b\xce\xe6\xa4\x36\x29\xb4\xfc\x62\xb2\xab\x70\xb6\x0a\x4d\xc0\x21\xda\xe4\xc6\xfd\xad\xfb\x71\x32\x90\x19\xdc\x5a\xe6\x9f\xca\x04\xed\xa8\x8d\x0d\x2d\x3c\x9b\x84\xc2\xa5\x20\x15\x56\x34\xb2\xe2\x16\x17\x96\x3d\x59\xf6\xd5\xbe\xb5\x67\x5b\xa2\x67\xca\x08\x27\xf5\x1d\x5e\x62\x71\x37\xef\x2f\xe7\x7d\xf6\xb8\x99\xb6\x97\x46\x9b\x47\x3c\x49\xd6\xc1\x42\xad\xcc\xfc\xb4\xf8\x7c\xf9\x88\x8a\x7e\xf4\x06\xb8\xbd\x80\x53\x63\xfc\x16\x38\xb1\x92\x85\x54\x76\x97\xc2\x97\x0c\x0f\x5d\x58\xbf\xc8\x88\xf1\xa9\x29\x65\xd7\xe6\xd1\xc8\x04\x4f\xe9\x3a\x28\x47\xc6\xc8\x7f\xe3\x22\x90\x56\xf8\x9e\x5d\x9c\x12\xd4\xa0\x36\xe4\x65\x7b\x84\x58\x55\xcc\x8c\x9c\xb1\xe4\x0c\xa5\x38\xdb\x68\xc1\x57\x69\xc9\x03\x94\x1a\x13\x85\x5d\x3d\x69\x0a\x9d\x3f\x90\x05\x80\xa0\x24\x4f\x78\x51\xc4\xe4\xb7\xe1\xd7\xb0\xb5\xc8\xe1\x5e\xbf\x7e\xce\xa6\x7c\x23\xe8\x5a\x7b\xfa\xb0\xa3\xd9\xe0\xfc\xf9\x78\x30\xb3\xfb\x66\x4d\xbb\x9c\xc7\xd3\x26\xa2\x5e\xfb\x64\xba\x15\x7c\x4e\x91\x3d\x64\x22\xa1\xb4\xbe\xce\xdd\x5a\x3e\x5a\x41\x8b\x08\x86\xb3\x7c\xa9\x3e\x95\xe8\x70\xe7\x6b\x54\x69\x07\x19\xcd\xd0\x05\x12\x5c\x37\xb7\xfa\x02\x6b\x66\x0f\x49\xa7\xc5\xda\x32\x69\x68\x3d\x1c\x1e\xd7\xa3\x47\xdf\x69\x3e\xa1\x2b\x41\x06\xd7\xd1\x48\xa6\x5a\x12\xb2\x05\xf5\xbd\x57\xd2\x86\x67\x4e\x69\x42\xe4\x11\x3a\x6f\xd0\x4e\x5c\x70\x24\xc8\x68\x80\x51\x08\x61\x22\x4e\x7a\xca\x05\x0d\x2a\x44\x38\x19\x09\x51\xc0\xb1\x0d\x6d\x1e\x82\xe8\x31\x47\xc6\xe7\xc2\x0d\xe8\x0e\x44\x66\x08\xaa\x79\x96\x11\x56\x15\x98\xef\x34\x2f\xa0\x36\xd3\x32\x26\x19\x61\xb1\xff\x80\x1b\x7f\x19\xb6\x45\x70\x8a\x51\xb5\x6c\xe9\x2e\x90\xaf\xbb\xc7\x9e\xba\x5e\xef\xf4\x17\xf5\xbd\x69\x1c\xe1\x5d\xb9\xf5\xb5\x47\xe7\xa5\xfc\xf5\x1d\x48\x1f\xe0\x53\x67\xcd\xc2\x68\x2a\x08\x18\x3c\x53\x9f\xcc\xc5\x62\x22\xa4\xe2\x1c\xee\xbb\xdb\xb3\x1f\x8f\xef\xcf\x11\x51\x11\x54\x25\x1f\xb1\x48\x3e\x1e\x68\xf1\xf8\xef\x39\x51\xfa\xe7\x96\x60\x67\x9a\x12\x26\x81\x13\x50\x55\x4b\x23\x6d\x5e\x48\xb7\x30\xfa\xbf\x67\xe5\xef\x97\x90\x7c\x2d\x74\x1e\x68\xd7\xc1\x22\x03\x99\x02\xa4\xa6\x59\x5a\xd9\x40\x31\xc6\x7d\x3b\x6c\x2a\xab\xb1\x41\xa8\x1c\xfb\x5b\xce\xd6\x14\xba\x4e\x8b\x8f\x82\x51\xb4\xc8\x74\x69\x86\x01\x73\x6a\xbd\x18\x3c\xf3\x4d\x63\xeb\xab\x98\x48\x91\x92\x60\x1d\xdd\xa8\xa8\x40\x82\x94\x20\x04\x58\x88\xa7\x27\x7b\xd7\xdb\x14\x30\x3f\xb1\xe0\xa3\xa3\x11\xfb\xe4\x0c\xb0\xc5\xaf\xd2\x35\x61\xe2\x3a\x3d\x14\x57\xb9\x15\x68\x36\xa6\xd2\xff\x00\x80\xaa\x32\x4f\x94\x81\xc6\x9f\x52\x86\x13\x3f\x50\xf3\xa4\x89\x4b\x08\xcc\xa2\xf9\x25\x8f\xb7\xc3\x16\x9a\x8e\x49\xb2\x8e\x24\x7a\x3e\x1d\x26\x52\xd3\x77\xf4\xd0\x72\x3a\x37\x29\xfe\x50\x4c\x06\xe4\x40\x07\x0f\x6e\x74\x1c\x63\xf5\x4b\x0c\xd0\x3e\x41\x60\xb2\xab\x46\x4e\x9a\xe4\x28\xbd\x8b\x56\x52\x37\x16\x3b\x13\xb2\xe4\xc3\x11\xa0\x17\x84\xd5\x88\x89\x9c\x01\xd8\xa3\x37\xe0\x63\x24\x89\xa0\xc6\x92\x1e\x71\x66\x64\x00\x6b\x8a\x99\x69\x36\xa1\x25\x3f\xf0\xe2\x70\x06\xfa\x19\xcf\x25\x44\x3f\xa5\x44\xe9\x0b\xea\x2b\x28\x28\x63\x5c\x28\x07\x28\x13\x34\xa5\x8a\x3e\x12\xf9\x75\xc3\xd6\x9d\x62\x85\x13\x3e\x1b\x08\x45\xa7\x38\x52\x77\x78\x2b\x0d\x1c\xdb\x66\x36\x75\xc7\xbb\x61\xa0\xf3\x33\xbd\xf8\x33\xc2\x88\x80\x89\x6a\x9d\xbc\xf9\x08\xc3\x93\x8d\x38\x37\xc0\xdb\x47\x06\x10\x5c\x7a\x8b\x05\xce\x15\x4f\xb5\x7e\x8b\x93\x64\x01\x40\xdf\xfa\xc9\x1c\xcb\xb9\xdb\x68\x83\x0e\xde\xe5\x6e\xb2\x8b\x7b\x8a\xa3\x39\xb9\x55\x58\xe5\x8d\x26\xc7\xca\x28\xdf\x11\x96\xa7\xef\x4e\xd0\xff\x14\x73\x3c\x1d\x9c\xfe\x30\x1c\x9f\x9d\xdf\x0e\xbe\xbf\x18\x9e\x05\xf3\xb1\x4f\x3e\x9d\xdf\xde\xd6\x7f\xfd\xe1\xfc\xae\xfe\xe3\xf5\xd5\xf5\xfd\xc5\xe0\xae\xa9\x95\x8b\xab\xab\x1f\xef\xaf\xc7\x1f\x06\xe7\x17\xf7\x37\xc3\x86\x4f\xef\xef\xfc\x43\xfb\xec\xaf\xc1\x21\x82\xe8\x11\x88\x2e\x6a\x1e\x6d\xf5\x9c\x1d\xa2\xf2\x8b\x27\xe8\xbe\x8a\x34\x68\x43\x30\x4c\xaa\xd6\x13\x96\x9a\x55\xe1\x49\x42\xe2\x11\x43\xee\x73\x3d\xf7\xb6\x4f\x8d\x93\x2a\x9a\x13\x94\x70\xfe\x90\x67\x96\x83\x99\x78\x6f\xc6\x8d\x7d\x87\xc8\xa0\xb5\x1f\xce\xef\x4e\xea\x88\x87\xbe\xb1\x20\x23\xdb\x91\x3a\x8c\x0b\x3b\xae\x09\x26\x93\x4c\x90\x47\x38\x93\xde\x57\x19\xf4\xe0\x37\x60\x59\x3f\xa6\x35\xcc\x54\xa5\x9b\x38\xb6\x45\x82\xdc\xc4\x82\x86\xcb\xdb\xb7\x6c\x35\xfd\x72\x18\x88\x67\x34\x21\x11\xce\x8d\x2b\x4f\x5f\x47\x42\x70\x11\x0e\xb8\xd8\xf6\x2d\x1b\x7d\x57\x97\x32\xca\xc5\x60\x24\x9c\x11\xfd\x49\x70\x72\xb4\xf6\x0d\x9a\xb9\x83\x17\x9d\x5b\x18\x68\x2a\x8d\xb7\xa1\xf0\xbf\x00\x72\x96\xe6\xdc\x1e\x06\x92\x82\x6f\x10\x2b\xf4\x44\x20\xe8\x3f\xb7\xf8\xca\x46\x43\xd6\x27\x10\xba\x33\x56\x6d\x07\xea\x5f\x4a\x06\x68\x65\x99\xbb\x10\x8b\xf5\xf7\x92\x34\xb1\xcb\x2d\x22\xb7\xcf\x4c\xa3\xc0\x43\x9d\xa3\x16\x46\xdc\xe2\x3f\x70\x3c\xbb\xc1\x8e\xbd\x44\x0a\xaa\xdf\x1b\x2b\x58\xba\x66\xae\x5d\xc6\xe3\xb2\xd5\x4a\x88\x62\xeb\xc1\x77\xf8\x20\x83\x95\x6b\x75\xc7\x63\xbc\xd0\xc4\x01\x11\x12\x32\xcf\x32\x2e\x14\x6a\x69\xc3\x44\xfb\x99\xf1\xc1\xcd\x60\xe7\xe1\x59\x14\x34\xa2\xe5\x00\xd9\x00\xfa\xd9\x2d\x81\xc7\xae\x6b\x71\xee\x43\x24\x00\x50\xd7\x3c\x3a\x70\x5a\x52\x7c\x4b\x14\xda\x24\xa2\x6e\x13\x17\x95\xe9\x6b\xb8\x2b\x58\x7d\x53\xef\x57\xae\x85\xc6\x2d\x4f\xc8\x54\x8d\x1b\x7d\x33\x4b\xcc\x90\xba\x45\xd6\x96\xf3\x48\x67\xf3\x1d\xb4\xd8\x5d\x96\xff\xce\xfa\xce\xb4\x00\x1f\xe8\xf1\x82\x73\x65\xa4\xc8\x42\xd3\x40\x6e\x35\xc1\x08\x60\x3b\x35\xd5\x75\x0a\x51\x4d\x4b\xe6\x0f\x8c\x3f\x31\x6f\x7f\x97\x47\x23\x36\xc4\x50\xf2\xc9\xab\x0b\x36\xfc\xc1\xc8\xea\x2b\xa5\xf4\x52\x05\x99\x17\x0d\x31\x68\x87\xd4\x29\xe8\xde\x96\xc7\x4b\x16\xa8\xa8\x12\x54\xfa\xae\xcb\xe9\x31\xb6\x69\x27\xa8\x99\x09\xdb\xfa\x16\x8a\x64\xd6\x7e\x6e\xe6\x59\x64\xb7\x80\x0b\x56\x77\x75\x84\x7e\x76\xf6\x19\x88\xd6\x28\xaa\x5b\x29\x73\xe3\x24\x78\xe1\x30\x43\x9a\x16\x76\x17\x30\x1c\xbb\x8e\xdf\x58\xbe\xc0\x3e\xe5\xb8\x61\x95\x4b\x6a\x32\x63\xc6\x6e\xba\x46\xb0\xda\xa9\xff\xe8\x96\x2c\x8f\x66\xfd\x00\xc5\x2a\x0c\x5e\x33\xdc\xd0\x9a\x8f\xfe\x2f\xb3\x59\x26\x56\xda\xc1\x50\xdb\xe2\x01\xd6\xcf\xa9\xcf\x0f\xf8\xe9\x4c\x28\x35\x9a\xd2\x24\x01\x39\xe0\x08\x0d\xa0\xd6\x13\x54\xf1\xd1\x57\xa1\x8b\x09\xa2\x33\xc6\x57\x85\x21\xb4\x10\x53\x14\x10\xd3\x6d\x3b\x31\x49\xa0\xa6\x22\xd3\x64\x37\x14\xb5\x83\xac\x43\xcd\x5b\x70\x1d\x82\xac\x7b\xae\xe1\x1a\x2a\xf6\x6b\x84\xf4\xd4\x86\x1b\x7c\xf8\xaf\xe6\xa1\x7f\xcc\xb1\xc0\x4c\x41\xa0\x8a\x95\xbc\x05\x09\x02\x26\xc9\x67\x08\x05\x63\xc6\x5c\x0b\x3f\x85\x9b\xeb\x1c\xf3\x33\xfa\x48\x18\xa2\xf1\x01\xa2\x47\xe4\xe8\xc0\x16\x6c\x95\xf9\xa4\x78\x73\xae\x25\x87\x11\xab\x65\xd0\x1d\xa1\x41\x22\xb9\xfd\x82\xb0\x28\x81\xda\x6a\x41\x4c\x8d\xa7\x7c\xeb\xfc\x99\x2c\x40\xbf\x80\xad\x2c\x9a\xe7\xf6\x41\xf0\xe1\x88\x61\x69\x3c\xd7\x09\x9c\xf4\xe2\xf7\xa6\xfa\x89\xa5\x68\x86\x67\xc4\xcf\xac\x5d\x43\xcf\xb6\x49\x06\x58\x7f\xd9\x06\xc1\x1b\xb0\x31\x45\x66\x63\x90\x23\x88\xbe\xc2\x0a\x25\x04\x4b\x85\xbe\xfd\x7a\xad\x08\x0e\x37\xc1\x82\xbb\xda\xe3\x5b\x84\xb7\xba\xf8\xb8\xb6\x22\xb0\x50\xf8\xc4\x56\xad\xf7\x02\xe4\x81\xde\x67\xc5\xd1\x23\x95\x39\x94\xab\x0b\x22\xf2\x4d\xc1\x31\x93\x3b\x02\x21\x86\x46\x65\x6a\xe1\x23\x0e\x0d\xcb\x3a\x39\xed\xb0\x1a\x28\xcb\x2a\x4f\xd4\xa8\x67\x90\x34\x5e\x44\xaa\xcd\xb1\x1a\x31\xcb\x59\x5d\x70\x47\x50\x5a\x68\x90\x24\xe5\xe8\x30\x0c\x01\x90\x4c\x4f\x18\x8a\xed\x1d\xf9\x05\xba\x04\xf5\xcb\x07\x14\x95\x0b\xef\xfa\xc3\xa2\x35\xb5\x11\xf3\x19\xb9\x61\xdb\x8d\xd2\x4e\x93\x15\xf8\x05\x85\xe0\x86\xee\x2f\x4c\xd5\xc3\x0e\xc2\x70\x7b\x55\xea\x25\x5e\x93\x9a\xe5\x7d\x89\x6c\xbc\xeb\x0e\xba\x8b\xca\xcd\x56\x6c\xb8\x66\x9f\x78\x83\x51\xbc\x65\x73\x03\xd9\x62\x1b\x05\xdc\x47\xb6\xbd\x94\x5f\xb6\x34\xf4\xf3\x18\x22\xd5\x57\x73\xc1\x22\xf2\xdb\xb1\x0e\x30\x47\xd3\x38\x08\x44\x0d\xa2\xf4\x20\x50\xd9\x31\x3e\xfb\x66\x8b\x7f\x34\x7b\xdb\xd3\x3f\x28\xe6\xef\xa6\xe2\x43\xd5\xea\x13\x6f\x17\xf6\x06\xf1\xdf\x70\x44\x58\xb4\x30\x3d\xb9\xcc\xc2\x7a\xca\xb0\x03\x5a\xc3\x60\x72\x6f\x14\x0f\x6d\x01\xd3\x23\x34\x84\x8b\xc6\xd5\x33\xc5\x53\xe7\x36\x08\x5e\x1e\x31\xad\x99\xb8\x0c\xc3\xa0\xfd\x32\x89\x37\x9d\x00\x03\x57\xb0\x95\xc7\x25\x5d\x0d\x0a\xdb\xa6\x4d\x38\xb4\x04\x68\x03\x50\x2f\xd1\x70\x76\x82\x62\x1e\x3d\x10\x71\x2c\x48\x4c\xe5\x09\x78\xc0\x55\xab\xeb\x2d\xd5\xda\xf6\xd6\x92\x46\xd7\xda\xe2\xf5\x4a\xa0\x29\x14\xe9\x84\x10\x65\x57\x7e\xe7\x00\xd1\x29\xa8\x13\x2e\x5b\xc1\xa4\x30\xb8\x84\x4c\xc2\x94\x58\x64\x9c\x32\xe5\x4d\x59\x95\x85\x70\x9a\x86\x16\xda\xda\x02\x76\xc5\x2e\x22\x65\x36\x9c\xf6\xdd\x9c\x48\xe2\xc2\x02\xcc\xa4\x14\x47\xc6\x17\x62\xd8\x45\x86\xd5\x5c\x42\xbe\x45\x79\x0d\xac\xd2\x05\x9f\xea\x15\xc2\x19\x44\x15\x18\x2b\x45\xf1\x91\xcf\x0a\x90\x8a\x26\xc9\x88\x31\x42\x62\x89\x20\x35\xe2\x7d\x63\x5e\x8f\xfe\xf4\x00\xe1\x38\x46\xff\xfb\xab\x0f\x17\xbf\xdc\x0d\xc7\xe7\x97\x60\x73\x3e\xbf\x18\x7e\x7d\xe0\x7f\xbc\xba\xbf\xf3\xbf\x1a\x0b\xcb\x23\x11\x28\xc5\x0f\xa0\xe2\x31\x69\xe4\x3f\x88\x9d\x0f\x47\xea\x32\x9e\xf4\x13\x49\x5c\x3c\xaa\x15\x53\x3c\xc8\x87\xdd\xc3\xd6\xea\x5a\xc6\xe6\xb7\x86\xf2\x7b\xe3\x3f\x59\x4e\x83\x8e\x78\x7c\x17\x4e\x0c\x4c\x09\x53\x9a\xc7\x58\x6b\x5f\xa1\xfb\x16\x04\x47\xd8\x8c\xb2\xb6\xa8\x39\xc2\x1e\x9f\x53\x88\xff\x91\x2c\x7e\xd2\xea\xf5\x35\xa6\xa2\x33\xed\x0d\xd9\x23\x15\x9c\xc1\xd4\xbc\x59\xcb\x9f\x18\xad\xa7\x63\x59\x3d\x54\xd2\xc8\xc2\x10\x49\x91\xb5\x46\x66\x36\x41\x15\xbc\xfa\x74\x6d\x92\x3a\xf9\xac\x84\xcb\xad\xf3\x79\xf6\x8f\x98\x26\x10\x55\xeb\x2e\x9a\x82\x06\x47\xec\xee\xea\xec\xea\x04\x91\x04\x4f\xb8\x80\x5c\x1b\x13\xb8\xe3\x9a\xb0\x0b\x06\x75\xad\x7d\x43\xa5\xbc\xca\x03\x94\x15\x79\x95\xa1\x11\xed\xc8\xb4\xb1\xaa\xec\x25\x17\xf5\xac\xc4\xdd\xaa\x80\x76\xb2\xd7\x5c\x74\xb9\xfe\xf5\x6b\xb0\x74\x3c\xd3\x8a\x5c\x85\xf3\xda\xbb\x79\x4a\xb0\xa9\x38\x67\xdc\x42\xd6\x96\x6f\xc3\x4c\x93\xa4\x54\xc0\x42\x1f\x1c\x79\x64\x1d\xe5\xc5\x9b\x9c\xa1\x1f\xff\x2c\xd1\x24\x57\x23\x56\x6e\x83\x33\x34\xf8\xf9\x16\x7d\x8f\x55\x34\xff\x7a\xc4\xae\xb4\x9a\xf9\xe3\x9f\x5b\x12\xc0\xd7\xc6\xcf\xd0\x6b\x72\x86\x15\xbe\xe0\x38\xa6\x6c\xd6\x04\x9e\x51\xc0\x0b\x0f\xef\x06\x27\xe8\xca\xea\xf0\x3e\x67\xb3\x00\xbc\x09\x1a\x02\x86\x0c\x13\x71\x5c\x04\x58\x39\x2b\x03\x0c\x18\xcd\x0c\x2e\xac\x11\xbb\x33\xa8\x21\x9a\xab\x52\x85\x32\x6e\x21\xae\xb5\x56\x66\xf0\x54\x8c\x29\xdb\x5a\x12\xf5\xea\x00\x19\xfb\xcd\xb0\xf2\x18\xc8\x33\x75\x66\x3f\x62\xa0\xa0\xfb\x3c\xba\x84\x47\x38\x81\xc8\xb9\xc3\xc0\xa6\xa7\xd5\x76\x9e\x43\x52\x13\x84\xac\xb0\x45\x39\xc0\xd5\xe7\xd9\x79\xa1\x2c\xdc\x28\x30\x00\xc0\x3e\x5a\x67\x6a\xca\x35\xc7\x39\x1a\xb1\xf3\xa9\x09\xac\x4b\xcc\xea\xe8\x0f\x09\x03\x7f\xb2\x5b\x16\xfd\xd4\xf1\x23\xa8\xc4\x69\xdc\x8a\x38\x02\xf3\x3d\x5b\x40\x90\x35\xc0\xe2\x72\x08\xd0\x28\xb8\xb3\x25\xca\xda\x2e\xfa\x3b\x31\xf8\x6c\xc4\x4c\x3c\x5f\x69\x5f\xc2\x9c\xe3\xa0\x77\xce\x20\xdc\xb0\xb8\x2e\xbd\x80\x91\xd9\xf0\x43\x2b\xeb\x67\x82\x1c\xba\x9a\xf8\xfa\xd7\x60\x4d\xf5\x0d\x7b\x84\x6e\x42\xf5\x3a\xe6\x51\x9e\x3a\xec\x2f\x48\xfe\xb2\x71\x6a\xf6\x12\xf5\x14\x62\x2e\xf6\x55\x14\x8f\x45\x34\xa7\x8a\x40\x86\x56\x67\xfd\xd8\x10\xcc\x20\xfc\xb4\x2e\xa9\xb7\x0b\xbe\xc0\x3b\xb6\x8b\x2d\x33\x0d\x8d\xb3\x72\x4b\xa5\xd6\x56\x43\x17\xad\xc0\x91\xbf\x2c\xf0\x89\xb8\x00\x61\x8b\x7c\xce\x38\x18\xb9\x4d\x02\x20\x8f\xdf\x4b\x74\x7e\xad\x25\x20\xad\xf1\xfa\x33\x98\x4b\x65\x42\xc0\x20\xa9\xc6\x7c\x6d\x82\xfa\x0f\xd0\x37\xa6\x44\x62\x84\x3e\xbb\x3f\xfe\xf4\x1f\xff\xf1\xc7\x3f\xad\x93\xf4\xe1\x14\x72\x68\xb7\x58\x23\x8f\x36\x5e\x16\x89\xc2\x1d\xa8\x73\xaa\x2d\x76\xc1\x1e\xc0\x5d\x62\xc5\x04\x11\x3e\x78\x66\x4f\xb8\x0c\x4f\x26\x2a\x1d\xcd\x22\x92\x40\x12\x75\x50\xe6\x10\x5e\xd8\xb5\x12\xfd\xff\x5a\x02\xb1\x30\xd6\x47\x65\xb3\x48\x24\x9a\x78\xf1\x5a\x37\x82\xbe\xb2\xf6\x3f\x05\x0e\xc4\xaf\xdd\x05\xc7\x93\x98\x08\x5b\x5e\xd5\x99\xec\xbc\x21\x11\x98\x03\xf9\x9c\x25\x3c\x76\x00\x3e\x92\x64\x18\x04\x08\xcd\x0c\x8e\x46\x6c\xe8\xaa\x6d\xda\x5a\xdf\xf0\x91\xf1\xbc\x4c\x71\x64\x70\x6b\x24\xfa\xea\xf3\x89\xfe\xed\x00\x2d\x4e\x20\xd4\xf3\x00\xfd\xe3\xc4\xa6\x78\x63\xa1\xc6\xfa\xa7\xaf\x9d\xac\x6d\x9b\x80\x41\x53\x89\xde\x1f\x3f\x62\x61\x8a\x74\x1d\x9b\x11\xbd\xb7\x9c\xd5\x97\x4d\x08\x65\xf3\x84\xf3\x07\x1b\x06\x5b\xfb\xf0\xd8\xc1\x45\x00\x79\x7b\xbf\x89\xd9\x7a\x1b\xd1\xac\xe5\xc8\x43\x5b\x2b\xf4\x28\x9b\xa0\xa3\xbf\x49\xce\xd0\xd1\x02\xa7\x89\xfd\xd5\x3d\xb5\x51\xba\x58\x22\x57\x2d\xd6\xc5\xe8\x24\x0b\x63\x29\xfd\x3e\xe1\x13\x98\xd5\x27\x37\x53\x13\xe7\x0a\x03\x2d\x6e\x9f\xe2\xc2\xb2\x13\xb1\x92\x94\x49\x7a\x87\x4a\xf4\xfa\x15\xe0\x71\x4d\xb3\xfa\xec\x87\xf4\xdf\xc6\x2f\x0c\x8b\xe2\x52\xed\x8c\x71\xd8\xc7\x98\xe9\x46\x3f\xa3\xaf\x2c\x0b\xfa\x5a\xdf\x31\x36\xa8\xd8\x2c\x43\x53\x07\x0b\xdf\xc1\x2f\x41\x07\x94\x21\x93\x3c\xb9\xe4\xcb\x7f\x1c\x1f\x1d\x1d\xf9\xaf\x2f\xf5\x54\xfe\x5f\x44\x95\x24\xc9\xd4\xb4\xe4\x6e\xb0\xc5\x88\x7d\x72\xd0\xa0\xce\x78\x5d\x00\xd1\x40\x95\xd7\x88\x27\xe8\xb0\x30\xe8\xc6\x3c\x92\xe8\x77\x5a\xac\x0d\x96\x12\x7e\xd4\x7a\x5c\xf3\x99\xb2\x58\x64\x2f\x74\xa8\xac\x41\xbc\x7a\xac\x42\xec\x09\xaf\xd8\x62\x19\xe2\xcc\x02\x2d\x68\xca\x39\xb6\xf8\x14\x50\x7b\x1f\xb0\xda\xf4\xa3\x16\xf8\x8f\xc6\x80\xf3\xe6\x9b\xb2\xc6\x6e\x0b\x14\x10\x43\xd6\x2d\x0b\x60\x41\x1a\x2c\x67\x30\xf3\x3c\x08\xdd\x27\xfa\x72\x61\x21\x58\xa5\xcc\xd3\x14\x8b\xc5\x71\x71\xda\xea\xc4\x59\x20\x4f\x03\x8f\x49\xdc\x02\x80\x0b\x37\xb1\x47\xcb\x46\x31\x58\xf1\xd2\xdd\x68\xfe\xec\x46\x50\xea\x02\xe2\xe9\x4c\xa1\x17\xc2\x22\x1e\x5b\xba\x2e\x72\x44\xcb\x12\x8b\x7f\xa7\x2e\xab\xb8\x88\x18\x59\x18\xe3\x98\x32\x89\xe3\xf6\x0d\xf7\x71\x0b\xfb\xe6\x63\x28\x43\x44\x66\x6b\xb8\x47\xcf\xaf\x6e\xdd\x37\xdd\x2f\x5d\x58\x87\xb2\xc8\x8e\x9d\x96\xe8\x2c\x12\x02\x3f\x15\xd7\x2f\xc4\x76\x18\xeb\x4c\xee\x33\x68\xcd\xbf\x4f\xf9\x35\x4d\xf4\xad\x05\x34\x7e\x34\x62\xa5\x9f\x0f\x10\x49\x68\x4a\x99\x8f\xad\x33\xcc\x9d\x4f\x8d\xf4\xfc\x40\x95\xde\x32\x19\x3f\x68\x0e\xe6\xc0\x08\x02\x95\x6a\xc0\x16\x8e\x74\xbc\x63\xca\x5a\x20\x72\xa9\xc7\x55\xe8\xe8\x5a\x98\xd5\x4d\x1c\x5a\x81\x94\x06\x84\x07\xe7\x77\xc4\x74\x6b\xee\x2c\x15\x41\xbd\x41\x7b\x41\x73\x87\x0e\xb2\x31\xe0\x00\xd0\x47\x29\x32\xd7\xcb\xbf\x0d\x02\xca\x90\xe5\xe9\xb6\x29\x21\x36\xc8\xf7\xb5\xcc\x74\xd7\x45\x5d\x73\x9b\x5e\x44\x58\x9e\xba\x03\xb5\x06\xc5\x0d\xad\xf8\x13\x93\x28\xc1\x70\x77\x40\x43\x10\xf9\x78\x60\x1c\xa4\x41\x0d\x75\x7b\xbd\x98\x6e\x0c\x0a\x74\x42\xd8\x57\xe6\xdf\x5f\xfb\xba\xdc\x07\xf6\x3e\x17\xd2\x61\xd4\xd9\x3d\x87\x2a\x22\x24\x36\x36\x74\xc0\x52\x9b\x61\x11\x1b\x6b\x79\xa8\x55\x98\x3c\x5b\x2d\x7f\x2d\x78\x8e\x9e\xa8\x9c\x8f\xd8\x1d\x77\x06\x47\xc4\xb8\x47\xa3\x3b\x00\x65\xb4\xd6\x1f\x96\xc0\x04\x60\xd4\x4d\x14\x00\xe1\xa6\xdb\x64\x04\x41\x10\xeb\x98\xf1\x98\xac\x19\xcb\xde\x50\x52\xdd\xfa\x21\x9c\xff\x5a\x10\x93\xb5\x05\x37\x45\x6b\x49\x7a\x28\x38\xbe\x45\xc7\xb0\x04\xae\x70\x39\x54\x8c\x7a\x62\x9b\xc2\x6f\xf8\x5b\x0d\x5a\x71\x1a\x67\x90\xb3\x5b\x5a\x7b\x8f\xf1\xb6\xed\x26\x44\xe5\x84\x92\x95\x2b\xe0\xaf\x3e\x33\xf7\x08\x96\xdd\x07\x18\x63\x34\x13\x3c\xcf\x7c\x62\xbb\x4b\xca\x33\xdb\x60\x65\x9a\x73\x36\xe5\x27\x56\xa7\xba\xa0\xec\xc1\x50\xfc\x73\xed\x91\x81\xf1\x23\x31\x0a\x7e\x77\x77\x98\x59\xf1\x43\x44\x59\x94\xe4\x70\xf1\x49\x85\xa3\x07\x03\x45\xd8\x66\xf4\xd5\xdf\x8c\x57\xa7\x3c\xb6\x48\x4c\x79\x92\xd8\x6e\x8b\x0b\xb4\xa8\x72\xf6\x48\x31\xc2\xe8\xfe\xe6\xbc\xb9\xef\x07\x5a\x77\xe6\x34\xdf\x9e\x65\x02\x81\xff\xf9\x91\xae\x15\x77\x59\x01\x7d\x26\x25\x52\xf7\xc6\xa5\x36\xa4\xb0\xca\xed\xbd\xa5\xf7\x58\xdf\x42\xe3\xb4\x81\x52\x9b\x27\x5f\x74\x7c\x66\x3f\xfe\xa4\xbf\x6d\xde\x91\x4f\x90\x72\xe4\x51\x1e\x52\xcc\xf4\x04\x5d\xaf\x2d\xb6\x18\x73\x31\x6e\x34\xa4\xfb\x6c\xa3\x01\x99\x1e\x3b\x16\x28\xb0\x5d\xb9\x56\x9e\x8c\x39\x12\x27\x46\xdd\x56\x73\xd0\xc4\x0a\x60\x5f\xbd\xb1\x65\x8d\xcc\x80\x00\x27\x58\xcc\x8c\x9c\x28\x89\x92\x5f\x37\xec\x70\x11\xfa\xbd\xc5\x0e\x6f\x50\x3c\x25\x74\xff\x80\x14\xb2\x8c\x03\xf8\x51\x96\x61\x8c\x3c\x73\xf2\x65\x88\xec\xdd\x41\x65\x88\xbf\x1e\x71\x21\x00\x6e\x2f\xd6\xd2\x78\x3b\xc0\xc3\x96\x45\xb4\x2e\x71\xea\xd3\x97\x5d\x29\x1f\x9b\xa5\x62\x06\x37\x21\x80\x69\xd5\x3e\x86\xad\xab\x65\x85\x43\xb0\xd5\x2b\xda\x46\x30\x62\x03\xf7\x8a\x4f\x81\x04\x11\x57\x18\x39\x04\xc2\xe4\x4c\x50\x28\x88\x99\xb8\x58\x75\x3b\xb9\x96\x49\xac\x9b\x69\x56\x2d\xf8\xa5\xc5\x5c\x0f\x82\x67\xa1\x7d\xad\xbe\xb3\x02\x56\xf9\x71\xfd\x7a\x88\xcd\x28\x12\x51\xb5\x5e\x5d\x53\xc7\xab\x45\x4a\x97\xde\x6e\x1b\x0a\x4b\xe4\x99\x50\xba\x64\x51\x90\xa9\x5e\x71\xa3\x9a\x54\x3a\xab\x9f\x56\xb5\x15\x37\xa6\x38\x1d\x0b\xde\x8e\x3b\xdd\x61\x99\x5c\x13\x25\x35\x77\x6e\xb0\x49\x17\xe8\xef\x39\x4e\x8c\xb5\x9f\x59\x72\x74\xc3\x06\x89\xe1\xbb\x3f\xa1\x01\x5c\x97\xe8\x13\xf0\x45\xf0\x73\x42\x6b\x8a\x23\x9a\x66\x44\x48\xae\xf5\xb1\x96\x4d\x7e\xf8\xb3\x1c\x5b\x60\xe1\x31\x8e\x22\x9e\xd7\x41\x84\xd7\x98\x49\x43\x6b\xe1\xa4\x30\x7a\xc8\x27\x44\x30\x62\x40\xe6\xe1\x3d\xe4\xde\xeb\x34\x5c\x8e\x73\x35\xff\x6e\x1c\x25\xb4\x33\xda\x31\x24\x59\x0c\xf4\x67\xa7\xe6\xab\x65\x13\x28\xb5\x5f\x1a\x3a\x43\xe6\x19\x32\xcf\x8e\xd0\xf7\x38\x7a\x20\x2c\x46\x59\x92\xcf\xa8\xcd\x7c\x86\x1b\x0a\xd8\x65\x60\xa5\x2a\x4f\xcc\xa8\xbc\xa6\x7d\x7d\x0d\x8d\x58\x8a\x1f\x40\x43\xfa\x6c\x63\xd1\xb5\xa6\xb9\x96\xb6\xe5\xe9\xa1\x06\x01\xe1\xd2\x74\x3d\xa0\xbf\x39\x1f\xca\x9c\x0f\xb0\x2b\x01\xa8\x5a\xce\x10\x06\x14\x89\xf7\x12\xe5\x99\x33\x7e\x80\xc1\x23\x01\xf7\x93\x99\x24\x54\x6a\xa4\x5a\x1c\x9c\x93\x11\x83\x90\x3e\xd7\xe2\xc2\x73\x95\xd0\xe3\xe9\x3d\xef\x4d\x87\x6f\x6a\x72\xa8\xb7\x73\xa6\x18\x33\xd2\xce\xc3\x15\xd5\x9c\x30\xd0\xc3\xba\xb7\x0c\x89\xe8\xdd\x37\xad\x14\x9a\x68\x66\x51\x18\x8e\xfc\x12\xe6\x8c\x5a\x7c\x6d\x6b\x2b\x0c\xa2\x86\x9c\x41\xbd\xf8\x9e\x4a\x24\xb1\xa2\x72\x4a\x1b\xf5\xd3\x30\x73\x7d\x9b\x55\xc7\xeb\xa5\xcb\x37\xa4\xca\x57\xd6\xc2\x87\x3f\x1f\xa1\x0f\xa0\x6e\x17\x53\x52\xdc\x27\x9e\xb7\xb1\x04\x35\x27\xad\x08\x6c\xbb\x88\x1b\x70\x33\xe8\x6a\x45\xf1\xa1\xee\x47\x68\x50\x98\x39\x4d\xea\xbd\x31\x60\xae\x98\x11\x49\x24\xd9\x84\xf8\x3a\x59\x04\xc0\x15\x08\x04\x84\x40\x56\x91\xfa\xf7\x02\x0d\xd2\x0f\xf3\x09\xb2\xc9\xf0\x03\x61\xcb\xd4\xbe\xee\x23\x1c\x96\x72\x71\x9b\x86\x38\xf0\x0a\x3f\x37\x3a\xff\x26\x03\xec\x7e\xec\x0a\xb4\x03\x3a\x3d\xd6\x4b\xae\x05\xfd\xe8\xc1\xc6\xb0\x1b\xb3\x8f\xc5\x4b\x78\x9a\x73\x19\x9e\x33\xb7\x7f\xb0\x99\x4a\xe4\xc4\xc5\xaa\x43\x0e\x80\x5f\x60\xe3\xfc\x67\x3c\x84\x53\x80\x51\xfb\x43\x6a\x4c\x5a\x7e\xbf\x91\x63\xa1\xb0\x0c\x60\x2e\x77\x4d\xd5\x4f\xf3\x8f\x7f\x96\x57\x70\x62\x77\x91\x12\xdc\x5c\xa1\x64\xfb\x70\xdc\x0d\x0d\x91\x3e\xd0\xa4\x28\x6f\x82\x63\x9f\x83\x9e\xf1\x18\x15\xe4\xb5\x7e\x2d\x93\xd7\x9f\x56\xa5\x06\x4a\xa7\xb9\xad\xa2\xec\x4f\x81\xb7\xd2\xd4\x1f\x37\xc8\x2b\x81\xc8\x65\xd3\xc6\x40\xfb\xb5\xd7\x3f\x95\xfe\x3e\x69\xa6\xb1\x6b\x1e\x6f\x43\x58\xeb\xa3\x6b\xd5\xe9\xba\x43\x30\xa3\x6c\x2a\x7f\xb6\x64\x25\x32\xde\x1e\x86\x16\x8f\xbb\x17\x0c\x03\xbf\xe3\x24\x9f\xde\x02\x52\x70\x5b\x6a\xbc\x03\x35\x9a\x13\x9f\xeb\xa2\xf7\x59\x77\xe3\x23\xaf\xdb\x36\xc5\xba\xb1\x8a\xeb\x1f\xa3\xff\x7b\x7b\x75\x79\x98\x62\x21\xe7\x18\x52\x0f\x5d\x5b\x07\x0e\xcf\xde\x28\xa0\xce\xbc\x4e\x19\x1a\xb1\x43\x34\xe3\x07\xc6\x9b\x73\x82\xe6\x4a\x65\xf2\xe4\xf8\x78\x46\xd5\x3c\x9f\x1c\x45\x3c\x3d\x2e\xd6\xe6\x18\x67\xf4\x78\x92\xf0\xc9\xb1\x20\x10\xcf\x77\xf8\xed\xd1\x77\xdf\xc2\xd6\x1c\x3f\x7e\x7b\x0c\x36\xfc\xa3\x19\xff\xdd\xc5\x77\xff\xf9\xc7\x3f\xe9\x86\xb3\x85\x9a\x73\x76\x62\x5d\x45\x4b\xdb\x3e\x34\x82\xef\xb1\xf9\xa4\xd2\xcb\x7f\x1e\x7d\x13\x0e\xc3\xbe\x9a\xf2\x98\x24\xf2\xf8\xf1\xdb\xb1\xdb\x99\xa3\x6c\x1d\xe7\x57\xc1\xf0\xfd\x92\x57\xaa\xe5\xe9\xdf\x3d\xc9\xb8\xcc\xa3\x55\xdb\xd2\x70\x56\xc2\x68\xcd\x2d\x4e\xcc\x03\xa9\xf9\x03\xd7\xd0\xc0\xbc\x24\xd5\xa2\xd3\xaf\x0b\x45\xdc\x2a\xdb\xac\x95\x9c\x06\xde\x37\x1a\x01\xcc\xa5\xb1\x41\x64\x98\x36\x45\xf9\x58\x2f\xf3\x36\xeb\xf7\x9c\x80\xad\xbb\x46\x6a\xb5\xd3\xdd\x10\xa5\x35\x31\x5f\x3b\x9f\x38\x7f\x72\xe8\xac\xbb\xc0\x34\xed\x58\xf5\xc3\x43\x35\x1a\xe2\x81\xb1\xb8\x71\xb5\x0c\x63\x8e\xe5\x66\xc1\x15\x03\x03\x88\xe4\xb3\x9e\x7d\xbd\x2c\xdb\xa1\xe3\x95\x2e\x7b\x15\x4a\x4a\x59\x90\x8c\xcc\xd4\x63\x95\x47\xe8\x43\xa5\x2c\x42\x11\x30\x72\xf3\xe1\x14\x7d\xfb\xe7\xff\xfc\xe3\x88\x7d\xd5\xc0\xc5\xc0\x83\xcd\xc5\xcc\xc6\xaf\x00\xef\x4a\xb1\x54\x44\x1c\x8b\x69\x74\x6c\x1c\xe2\xc7\xfa\xfb\x43\xdb\xe9\x21\x9f\x1e\x7a\xc0\xc6\x43\x8b\x5d\x77\x94\xc6\xeb\x25\x76\x96\x48\xcf\x84\x8f\xd8\xc0\x53\x09\x41\xaa\x06\x02\x82\x4f\x3d\x34\xaf\x89\x2f\x36\x28\xde\x7c\xda\xf0\x07\x54\xb1\xfb\xda\x03\xcf\x60\xe9\xfa\x28\x90\x20\xda\x8f\xe6\x6e\xb0\x5b\x1d\x89\x3c\xa7\xde\xe6\x78\x49\x28\x9d\xad\xb3\xf0\xcd\x87\xad\x08\xff\x35\x79\xb0\xb6\x0c\x9a\xc1\xbe\xe4\x8c\xf0\x29\x44\x4f\x80\x60\xe0\xbc\x43\x60\x1c\x62\x5c\x05\x39\xaf\x82\x64\xe6\x82\x09\xcb\xa6\x35\x2c\xf7\x96\xf8\xaf\xab\xd6\xf9\x39\xf0\x5f\xb7\x5d\x77\xcb\x50\x5e\x69\xc1\xb7\x0d\xe1\x30\x47\x69\x8d\xeb\x07\xde\x5f\xe9\xb2\xf1\x7c\x00\x7c\x34\x61\x95\x38\x83\xf1\x02\x41\xdb\xe4\x50\xf1\x43\x00\x0b\x80\x14\x74\x83\xc8\xdc\x56\xf5\x04\x5c\x5d\xeb\x5c\x93\xfa\xfd\x0e\xe3\x34\x81\xfa\x9f\x83\x81\x5a\x99\xc4\xd6\x05\xb5\xae\x70\xca\x18\x11\xd6\x88\xbf\xf2\x46\x5d\xd3\x11\x16\x6e\xe5\x72\x4f\x78\x21\x98\x87\x68\xb9\x3e\x0e\x12\x07\x4c\xe0\x08\x41\x34\xfa\x9c\xa7\x5c\x8b\x33\x3c\x97\xc1\x43\x93\xcd\x00\x97\x70\xab\xec\x95\xe2\xcc\x80\x03\xbd\xde\x6c\xf4\xd1\xd2\x8f\x8c\x8d\x23\x7c\x69\x2d\x00\xf2\x49\x19\x72\x79\xc5\xf8\x3d\x56\xee\x72\xba\x01\x37\x6b\x0a\x36\x65\xa8\x2b\x63\x11\x30\xe9\x3f\xb4\x0a\xa3\x49\xca\x67\x0e\xf8\x9b\xdb\x04\xe4\x1a\x0c\xac\x10\x25\xaf\x52\xff\xba\x3a\x7c\xc2\xf2\x74\xcd\x3d\xf0\xc1\x5d\x5d\x36\x00\x33\x13\xee\xe4\xe2\x9c\x0e\x1b\x03\x9d\xda\xce\xa5\xab\x39\x13\x8f\x1d\x4e\xdb\x7a\x43\xbd\xf5\x0d\x58\x48\xb6\xfa\xb8\x0b\x98\x0b\x88\x8a\x33\x6b\x6c\x18\x82\x93\x2d\x5a\xbc\xfc\x6c\xfd\xc3\x08\xf0\xf3\xeb\xac\x1d\x74\x62\x88\xb3\xb6\x82\xc1\x59\x68\x5b\xc0\xf5\x2c\x0e\xcb\x14\xf8\xa6\x30\x4a\x83\x0c\x54\x44\x4d\xeb\x51\xd6\x94\x47\xff\xe1\x63\x51\xb2\x6a\x91\x91\x03\x34\xc9\xe1\xf9\xe5\xd5\x5d\xe8\x1e\xa6\x66\xb6\x87\xd1\x9c\x44\x0f\x90\x40\x65\xae\x3c\x73\x18\x5c\xb9\xb2\xc9\x62\xc4\x8a\xc2\x28\x8a\x3b\x5f\xe7\xc2\x63\xc5\x7a\xbc\x64\x2e\x50\x4c\x65\x96\xe0\x05\x78\x95\x98\x89\x8f\x2c\x3c\x52\x3e\xb0\x58\xb3\x82\x55\xe6\xb3\xee\x3b\xad\x77\xa5\x28\x06\xbc\xf6\x5a\x62\x31\xa1\x4a\x60\x5b\x51\xd9\x2c\x66\x9d\x1f\x20\x49\x52\xcc\x14\x8d\x46\x2c\x25\x98\x85\xf1\xbb\xd6\xab\xa6\x17\x39\xe6\xc4\xe2\x34\x4e\xa7\x24\x52\x05\xd0\x13\x08\xef\x7e\xa5\x56\x9d\xc1\xf5\xe6\xee\x4f\xde\xd2\xa9\xff\x40\x99\x49\x2b\xa4\x69\x26\xf8\xa3\x65\xc3\xee\x6a\xdc\xd0\x96\x0d\x85\x74\xec\x95\xeb\x94\x41\xf8\x97\xa3\x29\x5f\x45\xd6\x27\x5e\x34\xc9\xf8\x5b\x83\x29\x6f\x13\xb4\xd8\x56\x12\x2a\x08\x3d\x31\x07\x2c\x8c\x5e\xf1\x80\x0b\xd5\x62\xeb\xef\x6d\x2a\x08\x58\x7b\xde\xdb\x30\xe0\xf7\x70\x4d\x6b\xed\x51\x3c\x92\x78\xc4\xca\x70\x16\x56\x66\x2c\x0e\x1c\x2a\xca\x84\xec\x86\xdb\xb8\x35\xee\x64\xda\x1c\x42\x0a\x6f\x01\xde\xe5\x93\x1d\x96\x94\x2d\x69\xae\x4f\xfa\x0c\x15\x31\x3a\xdb\xbc\x8b\x4a\x22\xb6\x0c\x80\xad\x1a\x54\x72\x2f\x7b\xa2\xf4\xc9\xfa\x06\xc9\xc7\x07\x81\xdb\xa0\xf0\x5a\xe6\x63\x53\x1b\x23\xe6\xb2\xd8\xa6\x79\x62\xd0\xd9\xda\x0a\xa9\x58\xec\x0e\x17\x71\xfb\x7a\x91\xd7\xde\xae\x86\x82\xca\x2b\xde\x0b\xec\x12\x8f\xa2\xc5\xff\xc7\xde\xb7\x35\xb7\x91\x23\xe9\xbe\xef\xaf\x40\xc4\x79\xb0\x7d\x82\x92\xe6\x12\x1b\xb1\xe1\x88\x7d\x60\x4b\xf2\x34\x67\x64\x49\xa3\x8b\xdd\x7b\x96\x1b\x34\x58\x05\x92\x58\x15\x01\xba\x2e\x92\xb9\x3b\xf3\xdf\x4f\x20\x33\x71\xa9\x2b\xab\x48\xca\xed\x9d\xed\x87\x99\xee\x16\x49\x14\x0a\x97\x44\x22\xf3\xcb\xef\xf3\x82\xd1\xb0\x74\x85\xca\x0a\x70\x29\xac\xe8\x02\x14\xa2\x2e\x45\x0e\xa7\x79\x5c\x24\x58\x94\x05\xf9\x7d\xe0\x01\xe1\x49\xc2\x64\x9e\x4d\x95\xa3\x2d\x41\x12\x5a\xb0\xb0\xb6\xc4\x36\xa6\x2b\x17\x3c\x02\x9a\x25\xa1\x3f\xf0\xc3\x64\x24\xf3\xb0\x47\x90\xb7\xde\x86\x44\xe5\x9b\x8d\xe0\x58\x43\x80\xd3\x36\x55\x35\x6d\xf0\x30\x7f\x8b\x80\x7b\x90\x5f\x3b\x06\xf6\xbd\x7d\xe9\xa2\xfc\xde\xe0\x29\x39\x65\x63\x7c\x3b\x73\xe1\xb2\x1a\x64\xd8\x5b\x2b\xe8\x8e\xd0\x2e\x73\xab\xc9\x33\x27\xa3\xec\xee\xad\x1b\x9e\xe6\x32\x2a\x12\x9e\x26\xc0\x05\xbc\x28\x12\x26\x17\x81\x9c\x1a\xcc\x01\x92\x56\x98\xe9\x8a\x34\x9c\xd5\x36\x25\x94\xf1\xb5\x08\xea\xe5\x28\xbc\x93\x04\x29\x65\x64\xe2\xc4\x5c\xa5\x69\xeb\xdd\x29\xbb\xa8\x8a\xe7\xc1\x9e\x08\xc8\xae\x64\x86\xe6\xcf\xf5\x37\x28\xf5\x40\x11\x3e\xb9\x30\x57\xca\x37\xc1\xae\x6b\x13\x76\xe5\xd9\xd3\xc0\x7c\xb5\xa5\x4c\xee\x86\x29\x36\x96\x7a\x3d\x80\xf8\x67\x29\x8b\xed\x36\x44\x4b\x07\xed\xa9\x30\xb0\x93\x21\x51\xd8\x1e\x1d\xfd\x1c\xa8\x6b\x56\x3b\xbb\xee\x50\x6f\x83\x79\x1c\xd8\xd5\x40\x0b\x61\x78\x47\x83\x95\x13\xa2\x13\x5a\x47\x76\x77\x08\xe7\x73\x49\x95\x80\x99\x7e\x99\xeb\xb3\x40\x3c\x4b\x45\xa0\x1b\xfa\x40\xf2\x05\xc0\x35\xeb\x36\xdb\x5c\xb0\x44\xaa\x27\x5b\x59\x6a\x66\x7e\xc4\xb8\x6f\x1d\x36\x1f\xf6\x1e\x17\x73\x8b\x4b\xd3\xc4\xcc\x7c\x80\x97\xd3\xaf\x3e\xa3\xf9\xea\x69\x7b\x32\x88\x7c\xbb\x26\x63\x1d\xbc\x47\xff\x69\xe9\x44\x50\xba\xcb\x84\x85\x4d\xe2\xf9\x12\x60\xb9\x72\xe9\x84\x8d\x5b\xc7\xf7\x76\xc5\x9b\xb5\xf0\x77\xab\x0d\x3c\x5e\x5f\x5c\x7e\x98\x5c\x97\x25\x02\xfe\xfa\x78\xf9\x58\xfe\xcb\xdd\xe3\xf5\xf5\xe4\xfa\x4f\xe1\x9f\xee\x1f\xcf\xcf\x2f\x2f\x2f\xca\xdf\xfb\x30\x9e\x5c\x55\xbe\x67\xfe\x54\xfe\xd2\xf8\xa7\x9b\xbb\x8a\x28\xc1\xfd\x5f\x26\xb7\xb7\xe5\x3f\x3d\x4c\x3e\x5e\x5e\xcc\x6e\x1e\x4b\xba\x06\x17\xff\x76\x3d\xfe\x38\x39\x9f\x35\xf4\xe7\xee\xf2\xfc\xe6\xd3\xe5\xdd\xe5\x85\x9d\x9b\x46\xbd\x02\xff\xbe\x8d\x43\x7a\x0c\x50\xc7\xde\x22\x15\x63\xb6\x48\xa5\x50\x71\xb2\x45\xcc\xa9\xbd\x60\x55\x20\x6e\xe1\x11\x20\xd7\x42\x17\x87\x40\x47\x1f\x56\x82\xe9\x67\x73\xb9\x4f\x18\xb5\x46\x15\x33\x3c\x7b\x6a\xa5\x48\xca\xd3\x7a\x70\xba\x13\x21\x9f\xa7\x5b\x57\x83\xd1\xd5\x1d\x4f\xa0\x40\x0f\x61\x1b\x91\x76\xf5\x05\x0e\xe8\xb4\xd8\xe4\x72\xde\x0e\x06\xee\x49\x2c\x30\xfc\x0a\x88\x74\x3f\xcd\xb5\xd1\xd7\xcd\x86\xb1\x84\x89\x3d\x04\x0e\x08\x2d\xec\xab\xbd\xe2\x7e\x6d\x21\x54\x9b\x62\x9e\xc8\x88\xc9\xb8\x7a\xad\xc7\xd2\x0d\x8c\x5c\x56\x59\xc1\x36\x22\x05\x8f\xc9\x38\xa2\x9b\x54\x9c\xf0\x22\x5f\x59\x59\x58\x08\x26\x11\x87\xeb\x54\x65\x22\x4a\x45\x6e\x95\xea\x45\x6c\xd5\x38\x82\x27\x41\x67\xa8\x80\x2b\x86\x5a\xf1\xd3\x80\xa1\xb5\x25\x54\x8d\xbf\xc4\xd6\x07\xc4\xea\xf0\xfb\x9d\x43\x43\x3d\x96\x59\x55\x71\x11\x7c\x43\xfc\xd0\x6a\x7a\x98\xf7\x36\x96\x3a\xb2\x40\x63\x9c\x64\x8b\x59\x6e\x7e\x8d\x5d\x6b\x2c\x5c\x28\x65\x88\x31\xb5\x4e\x1f\x9d\xa7\x02\x0e\x11\xca\x48\xdb\x6b\x34\x20\x28\x08\xe3\x0c\xd0\x66\x73\x63\x98\x8b\x15\x4f\x16\x18\x1c\x33\x53\xe3\xf7\x55\x7d\x89\x3e\xe8\x27\xa1\xee\x70\xc2\x7e\x15\x73\xa8\xd0\x01\xf7\x25\x7d\x2e\x30\xe1\x23\x69\xa6\x8f\x76\x55\xd9\x1a\x0f\x54\x2e\x46\x77\x35\xf8\x18\x81\xd6\x9e\xb0\xcf\x96\x87\x2c\x16\xf2\x9b\x69\x70\xaa\x44\x23\x65\x19\xc0\x56\x2c\xb9\x82\xb3\xcb\x40\xd9\x83\x15\xea\x4f\x42\x81\x9c\x08\x6a\x02\xee\x5c\xb3\xc3\xc2\xb8\xf5\xb9\xe8\x88\x2b\x43\xe8\x49\x96\x54\x56\xc2\x64\x83\x1d\x27\x28\xe6\x7a\x12\xa7\xec\x82\xea\x6e\xcd\x5f\xce\xaf\x26\x97\xd7\x0f\xb3\xf3\xbb\xcb\x8b\xcb\xeb\x87\xc9\xf8\xea\xbe\xef\xf6\x3b\x46\x3d\x40\x65\xf7\x55\x4b\x32\x9c\x85\x38\xa3\x9d\xe7\xcb\xd2\xdc\x4b\xf9\x6d\x07\x53\xb2\xbb\xf7\x32\xde\xcc\x62\x99\x45\xe6\xf8\xdb\xce\x84\x8a\x81\xeb\x71\xaf\xa5\xda\xdc\x54\xf5\x2d\xdc\x37\x98\xfb\x86\xb5\x20\x78\xda\x3d\xdb\x15\xed\x3e\x07\x32\x28\x12\xe7\x37\x9b\x3f\x9e\xaa\xe0\xb4\x39\xdd\x4d\xf0\x6d\x9a\x3b\xec\xdd\xca\x4d\x54\xdf\x09\xfb\x2b\xb3\xac\xe0\xc6\x3e\xda\xaf\x41\xb9\x77\xcb\xa8\x10\x01\x4f\x48\x38\x29\x03\x49\x33\x66\xae\xc8\x6b\xae\x62\x9e\xeb\x74\xdb\xf2\x8a\xfd\x8c\x67\xb8\x6d\xca\x26\x34\x3c\xb2\xcd\xfd\xdf\xce\x02\x7e\x95\xab\xea\x52\x42\x5a\xca\x87\x9b\xbf\x5c\x5e\xdf\xcf\x2e\xaf\x3f\xcd\x6e\xef\x2e\x3f\x4c\x7e\x71\xdc\x1a\x1b\x9e\xd5\xc5\x92\x84\x39\x14\x8d\x75\xb1\x55\xbe\x8d\xf6\x05\x15\x8b\x6c\x3b\xa4\x52\x21\x17\x53\x65\x2d\x4b\xea\x9b\x5f\xa5\xba\x58\xae\x9a\x1b\xaa\xf6\xf2\x76\xfc\xf0\xf3\x5e\xdd\x04\x0e\x06\x94\x35\xc1\xdd\x56\x27\x2a\x93\x0b\xb2\x7b\xc8\x6e\x56\xe9\x1e\x30\x89\xc0\x57\x9b\x82\xdd\x2d\x16\x6d\xaf\xdb\x4b\xdd\x68\x75\x3a\xff\x0d\x5f\x6f\x5b\x40\x0f\x81\xdd\x2c\x1d\x23\x80\x0d\x45\xc5\xac\x5a\x6b\xef\x1b\xfe\x56\x3a\xc1\xfe\x70\x92\x88\xe5\x52\xc4\xb8\xbc\xaa\x0d\x53\x28\x88\x4c\x60\xe4\xcf\xf5\xa6\x51\x24\xfd\x9a\x03\x0e\x66\x07\x3b\xea\x6f\xc0\x6f\xdd\x4f\x9a\x6d\xc5\xb9\x55\xb2\x8c\xb4\xca\x72\xae\x5a\xf2\x99\x03\xb5\xfb\xbd\x48\x47\xca\x5c\x49\x02\x05\x48\x6c\xe4\xda\xef\x83\x7d\x32\x39\xa4\xd3\xa3\x28\xe2\x11\xe8\xf7\x04\xd2\x9b\x0d\x93\x50\x51\x47\x7f\xf5\xe0\x46\xe7\xd5\x89\x88\x27\x20\xe2\x88\x42\x09\xc4\x89\x88\xd1\x20\x50\x1f\x69\xc5\xa7\x0e\x9a\x90\xca\x93\x3f\xd1\xd0\xe3\xad\xb5\x1c\xf1\xf4\x4a\xf0\x76\x82\x9c\xf3\x36\x3c\xbe\x55\x51\x3e\x0f\x34\xe6\xe3\x22\x22\xf2\x4f\x6c\xd6\x03\x2d\x28\xa0\x65\x0f\xd8\x98\x9d\x98\x69\xa6\x4b\x8a\x88\x4f\x80\x42\x60\xaa\xda\xb2\x1a\xd6\x06\xb4\x84\xb9\x6e\xed\xa9\x75\x18\xfd\xcc\x00\xdc\xac\x1d\xec\x7e\x95\x5d\xcc\x7e\x1d\x9c\xbd\x16\x9c\x0a\xcd\xcb\x9c\x63\xca\xb2\x7c\x1c\xb7\x15\x79\x3b\xab\x3a\x0c\x4e\xd3\x0f\x8d\x50\xe6\x8e\xc1\x23\x72\xc5\x33\xf4\x5c\xf3\x68\x55\xee\x38\xbc\x4d\x99\x1f\xa6\xda\x5d\xe7\x09\x1e\x16\x21\xe8\x95\xb8\x18\xe1\x9d\x5a\x66\xd4\xfb\x50\xeb\xc3\x09\x17\x0d\x5b\xf8\xa1\x73\xe4\x2e\x2f\x68\xf7\xc0\x60\x25\xbc\x50\xd1\x8a\x6d\x12\x8e\xd5\x8c\x2b\x9e\xe1\x92\xb6\xd9\x7b\x3e\x97\x89\xcc\x81\x88\x01\x93\x4a\x95\x11\x36\x37\x1a\x9e\x3e\x59\x0a\x38\xee\x89\xa0\xba\x16\xfd\x81\x28\x49\xaf\x62\xfb\x3d\x71\x92\x7e\xcb\x06\xbf\xe8\x4c\x49\xf9\x65\x49\x18\x49\x3f\x1d\xc6\xe2\xc1\xb2\xf4\xef\x32\x6c\x66\xa9\xc5\xdb\xea\xcf\x4b\xe3\xdd\x70\x50\x0f\xc7\x08\x10\xb7\xe9\x00\x33\x5f\x65\x3e\x6d\xdc\x59\x8b\x44\xf3\x16\xf5\x3d\xdb\x36\x12\x99\xb6\xb5\x1d\xeb\x62\xde\x46\x9d\x87\xbd\xea\x6e\xbd\x2b\xee\x6f\xf7\xed\xb1\xe2\x82\xa1\x01\xe4\xb9\xc8\xe5\xb0\xd0\x46\xf0\xd2\x3c\x17\x27\xf0\xf3\xe6\xc6\x89\x30\xae\xf7\x3b\xd7\x16\x9a\xa7\xd3\x76\x04\x7d\x80\xde\xaa\xaf\xae\xbf\x16\xa0\x13\x7f\xb3\xb8\x47\x66\x80\x43\x16\x59\x2e\xeb\x2b\xac\x79\x27\x56\x9f\xfa\x50\x4e\xaa\x84\x6b\xa0\x77\x55\x58\xd3\xdb\xdc\x9b\x5f\xf7\xdf\x90\x65\x89\xda\x4d\x2a\x35\xd4\xef\x93\xae\x6d\x07\xc7\x50\xe3\x73\x0f\x18\xc9\xaf\x85\x28\x84\x59\xfb\xf3\x22\x5e\xd6\x63\x9b\x03\xbc\x33\xff\x4a\x2b\xfd\xc2\xd6\x45\xb4\x62\xb6\x71\x16\x8b\x84\x6f\x4b\xaf\x06\xfe\x52\xae\x13\x60\xed\xdb\x93\x42\x2c\x2a\xb2\x5c\xaf\x01\xdd\xe8\xdb\x4d\x0b\x05\x0b\x9e\xf1\x3c\x4f\xe5\xbc\xc8\x1b\x91\x50\x25\x2e\x9d\x3d\x13\x5a\xf7\xb7\x97\xe7\x93\x0f\x93\x4a\x36\x69\x7c\xff\x97\xf0\xbf\x3f\xdf\xdc\xfd\xe5\xc3\xd5\xcd\xe7\xf0\x6f\x57\xe3\xc7\xeb\xf3\x9f\x67\xb7\x57\xe3\xeb\x52\xce\x69\xfc\x30\xbe\xbf\x7c\xd8\x91\x56\xaa\x3f\xb5\x7d\x22\x78\x40\xf5\x63\xf1\x96\x96\xfa\xd1\xde\x2e\xe9\xa9\xef\xd9\xd8\x12\x1f\x85\xba\x83\xdc\xa6\x06\x21\xa5\x8d\x42\x88\x94\x41\xbc\xe0\x39\x27\x61\xd9\x53\x36\x66\x56\x20\x18\x50\xc6\x99\x71\x16\x88\x15\xc6\xcc\x0e\x36\x61\x3c\x86\xc8\xdf\xdc\xbc\xb6\x8d\x5e\x10\x1f\x53\x22\x42\x16\x54\x5b\x52\x33\x55\x97\xcf\x42\xe5\x05\x50\x34\xf2\x24\xb1\x42\xce\xf6\x0b\x41\xf5\xa4\xed\x65\x26\xd7\x32\xe1\xa9\x97\x21\xb9\xa1\xb6\xc0\x61\xb7\x7d\x75\x64\x19\x75\x6e\x7a\x7b\x79\x78\x9c\x30\xe8\xf7\xf9\xd5\x04\x5c\xa0\x28\xb7\x1c\xdb\xf6\xe1\x53\x85\x7c\x3f\xf4\xc4\x35\x07\xe4\x7b\xae\x29\x9e\x86\x8f\xa7\x2f\xb7\x2f\xc4\x46\x11\xf7\xfe\x84\x52\x18\x79\x7e\x2d\x74\x8d\xeb\xa4\xfd\x97\x4b\x95\xa7\xdb\xde\x7e\xcd\x03\x90\x34\x66\xe0\x9b\x12\x90\xa6\x2c\x4d\x82\xe1\x0e\x66\x5b\xbf\x06\x67\xc7\xa2\xbc\x28\x1a\xef\x82\xee\x02\x88\x20\x5b\xfc\xef\xc4\x1c\x42\x3f\xea\x38\x84\xe4\x04\x30\x0a\x73\x5d\xa8\x38\x23\xc8\xcf\x5a\xaa\xb3\x35\xff\xf6\xce\xbe\x29\x16\xfb\x3a\x82\x60\x20\x72\x11\x89\xb9\x89\x6c\x8d\x91\xeb\x1e\xae\xa9\xea\x18\xaf\xdd\xde\xa2\xb5\xac\x70\xed\xf1\x77\x54\x04\x2f\x3d\x8b\x6d\xd3\xfc\xd5\x48\xde\x11\x20\x45\x1b\x1e\x1a\xd9\xa4\xc2\x7c\xd1\x21\xa3\x12\x04\xbc\xb9\xff\x06\x04\x74\x49\x88\xa6\xd9\x76\x87\x59\xde\x83\xb6\x4d\x63\x7e\xf9\x15\x58\xfa\xe9\x49\x66\xce\x30\xdb\x6c\x03\x9d\x84\xf8\xa6\x34\x9a\x99\xac\xff\xd4\x73\x50\xbb\xcf\xac\xd0\x64\x2a\x20\xb0\x0d\x53\x61\x69\x25\x81\xee\xa3\x96\xc2\xb6\x4b\x20\x11\x19\x84\x7b\x95\xb9\x6e\x89\xaf\x05\x65\xec\x7e\xff\xbb\x61\xe7\x6c\x9e\x6e\x99\xa5\x30\x0e\xcb\x2f\xa8\xfa\x88\xce\x5c\xe8\x57\xa1\x64\x13\x07\xd0\x5d\xa1\xcc\x51\x7c\x0c\xb0\x43\xff\x6c\x56\xe5\xa1\xf4\x9f\x3b\x2b\x14\x6c\x20\x36\xc5\xef\xbf\x1a\x69\xda\xa7\x0a\x57\x1a\x3d\x0e\xf0\xb0\xd4\x7a\x78\xa0\xcd\x79\xf4\xf4\xc2\xd3\x18\x63\x85\x80\x3e\x38\x65\x3f\xeb\x17\xf1\x2c\xd2\x11\x8b\x44\x9a\x73\xa2\x51\xc9\x20\xfd\x0a\x1b\x8a\xda\x99\x2a\x80\x87\x23\x27\x8d\x02\x8d\xce\x5c\x2e\x57\xe6\x3e\x19\x24\xcf\x75\x6a\xcc\x51\x8e\x1c\x55\x1b\x11\x11\x71\x45\xcb\x00\x2c\x12\xfe\x5c\xe7\x85\xd9\xa7\xc4\x9c\x4d\x5c\x8d\x9b\xcd\x4e\x59\xaa\xde\x2e\xb8\x03\x0d\x18\x19\x4d\x64\x1a\x18\xb1\xa5\x4e\xb8\x5a\x9e\x9e\x9e\x32\x91\x47\xa7\xef\x06\x2d\x74\x6a\x30\xcc\x77\x39\x6c\x67\xa2\x75\x26\x92\xad\x23\x5b\x70\xe8\x7b\x33\xcc\x50\x7c\x91\x49\x0c\x79\x34\x2c\xff\xfb\x6a\xa9\xfa\xf7\x0d\x9d\x37\xdf\x54\x07\xd7\x76\xb5\xb4\x03\xcc\xff\x03\x5a\xc2\xef\x37\xdf\xbc\x06\xd4\x2a\x5a\x99\x1e\x5f\xb3\xd8\xc2\xab\xa8\xd5\xd0\x42\xbc\x4f\xba\x4d\xcf\x72\x2f\x2e\xa4\xc6\x96\x88\x29\x61\xaf\xe2\xa5\xb6\xc8\x45\xa5\x9e\xec\x80\x52\xb2\x8e\xaa\xb0\x81\x05\x61\x0d\xfb\xaf\x61\x7b\xb8\x92\xd3\x43\xf0\x49\x3a\x29\xd6\xed\x24\x40\x87\xba\x7c\xbe\x93\xf8\x6f\xe7\xf0\xb8\xde\x2e\x9f\xd7\x18\xb5\x2c\xe6\xd4\x5f\x0c\xdc\x52\x51\x9e\xb1\xed\xa9\xcc\x80\xae\x6a\x9f\x0a\x21\xd7\x0c\x36\x0d\xf9\xa5\xed\x06\x03\x86\x58\x3b\x94\x6c\xb1\x06\xcd\xe6\x23\xe8\x27\x19\xfa\x65\x90\x94\x6a\x37\x63\x55\xd4\xd3\xe0\x39\x02\x8e\xec\xbd\x32\x71\xe0\xe8\x04\x34\xad\x04\xcb\x80\x06\x29\x77\x9c\x6b\xb6\xb0\x35\x27\x4f\x22\x50\xf5\x8a\x81\xc0\xf5\x05\x29\x21\xfe\xf2\x2f\x99\xcd\x32\x13\x10\xc0\x9f\xb1\xb9\x7f\x08\x46\xb3\x9f\x7f\x6f\xf1\x1f\xf8\x86\xd8\x04\x08\x65\xc4\x5c\xe5\x8d\x0d\x78\x78\x14\xb4\x85\x3f\xf9\x64\xee\xed\x8d\x5f\xa7\xf6\xe1\xab\xc8\x89\x3f\xfe\x7c\xcf\x70\xa8\x89\xea\x33\xed\xea\x68\xd0\xc8\x6e\x04\x0a\x0c\xd7\x6c\x0f\xdf\xa5\x34\x0f\x38\xe8\x96\xeb\xd5\x0c\xbb\xc8\xa3\x95\x3f\x2b\xcb\xe2\x76\x24\x78\x42\xef\xb9\xf6\xe4\xa5\x08\xee\x0b\x51\x52\x72\xa9\x74\x2a\x3c\xda\x4a\x2b\x01\x69\x05\x9e\xb3\x58\x87\xcd\x32\x99\xef\x86\xa2\x0c\x24\xd8\xd9\xb5\xd4\x72\x8d\x10\x03\x7a\xcf\x52\x76\x08\x9c\x60\x89\xb4\x1c\x16\xc7\x87\x5e\x3c\xe9\x67\x54\x29\x37\xcb\x85\xce\x53\x55\x7e\x54\x6d\x90\x2c\x56\x44\xa6\x02\x99\xf2\x32\xe3\x6f\xe4\xf2\xd9\x6c\xd4\xfa\xb2\x76\x0b\x14\x2c\x40\x7d\xed\x4d\x15\x76\x3b\xa0\xdb\x7b\x12\xdb\x2c\x14\xeb\xa0\x15\xc5\xda\x16\xa4\x34\xef\x43\xf3\xb5\x7b\x2a\x60\xe0\x66\x81\xf8\x68\xbf\x53\x04\x1f\xfa\xd1\xfc\xb8\x03\x84\x56\x6b\xdc\xac\x41\x5f\xd4\xe3\xa3\x60\x64\x26\xfc\x38\xd3\x1c\x7a\x9c\x49\x83\x30\xad\x0f\x28\xc2\x55\xcd\xdc\xc8\xa6\x8a\x18\x39\x83\xfc\xad\x31\x38\xf5\x69\xa3\x4a\x43\xe4\x01\xdc\x96\x58\x12\x80\x2d\xd5\x2a\x28\x36\xeb\x01\x5b\xad\x27\xd2\xc1\xc7\x5a\x2c\x1b\x75\x6a\x7c\xe0\x9e\xe0\x25\x9a\xdc\x56\xc0\x92\x77\xba\x69\xe0\x88\x28\x0b\x55\x5f\xd0\x5f\x8f\x84\x19\xbe\xb1\x6a\xc4\x0a\x59\xa4\xd0\xfd\xe5\xf9\xdd\xe5\xc3\x77\x03\x34\x59\x34\xd1\x60\x44\x93\xed\xe7\xc5\xe5\x87\xf1\xe3\xd5\xc3\xec\x62\x72\xf7\x1a\x90\x26\xfa\x68\x0f\x4c\xd3\x3d\x11\xfd\x9e\x6b\x95\x8b\x6f\x07\x9d\xc9\x69\xa1\x66\x7c\x00\xb6\xde\x91\x69\x77\xb9\x3b\xd8\x68\x9d\xa8\xd8\xb1\x08\x13\x4d\x1b\x9e\x68\x8e\x97\x38\x10\x78\x5e\xc8\x24\x81\x8a\x37\x17\x10\xa6\x32\x16\x33\xa8\x60\x7f\xac\x52\x25\xd9\xd4\xa9\x9a\x97\x98\x9a\x21\x48\xb5\x32\xd7\x36\xac\x75\xdb\x98\x01\x48\x25\x14\x3c\x75\x71\x19\x2f\xa5\x12\xbe\x1b\xa8\xd0\x56\x28\xd6\x4a\x40\x49\x93\xf8\x9a\x05\x8d\xe4\x78\xf5\xf5\x35\xed\x8a\x2b\xad\x4f\xeb\x7e\xda\x0f\xdd\x1b\xe2\x26\x96\x0a\x1d\xd3\xd2\x6e\xbe\x6f\x5e\xba\x67\x7e\x0b\xc0\xb8\x9b\x99\xe4\x10\x35\x07\x11\x34\x3f\x91\x34\x11\xa8\x22\xe0\xc3\xe9\x4f\x12\x71\x1f\x7a\x51\x19\x67\x63\x0a\xcd\x58\x4b\x88\xad\x73\x2a\xe2\x8f\x92\x22\xcb\x45\x4a\x17\xfd\xf1\xe7\xfb\xa9\x42\xa5\x5c\x3a\x85\x88\x69\x1e\x1f\x81\xa8\x03\x5d\x7a\xbe\xf5\x50\x42\x0b\xf6\x16\xa3\xaa\x6b\xc1\x55\x86\x02\x95\x49\x22\x52\xbf\x32\xb0\x3f\x42\xc4\x24\x52\x02\x2a\xa6\xfe\xf7\xa4\x51\xa8\x61\xd7\x9a\xfe\xd2\xa7\xa4\xd2\x57\x5d\x4f\x6d\x05\x95\x00\x69\x7c\xcd\x95\xd3\x80\xac\xef\xbb\x8a\x08\x0d\xda\xb8\x88\xca\x38\xf7\x5e\x6b\xe9\x01\x9b\xfb\x6d\x29\x1d\x71\x29\xf5\x38\xd7\xc3\x53\x82\xad\xb4\x31\xa0\x8e\x24\xde\x27\x46\x5d\x41\x77\x02\x88\x1d\x33\x8c\x8d\xa7\x8e\xe7\xb0\xda\x2b\x55\x7a\x7d\x73\x7d\x19\x26\x3a\x27\xd7\x0f\x97\x7f\xba\xbc\x2b\x15\xef\x5d\xdd\x8c\x4b\x05\x78\xf7\x0f\x77\x95\xba\xbb\x9f\x6e\x6e\xae\x2e\x6b\x19\xd3\xcb\x87\xc9\xc7\x52\xe3\x17\x8f\x77\xe3\x87\xc9\x4d\xe9\x7b\x3f\x4d\xae\xc7\x77\xff\x16\xfe\xe5\xf2\xee\xee\xe6\xae\xf2\xbc\xc7\xf3\xee\xdc\x6b\xe9\x35\x9a\xaf\xe2\x3e\xb5\x13\xd0\x79\x35\x0e\xe9\xd7\xc3\x48\x30\x73\x9e\x37\x3a\xd4\xbd\x6f\x3a\x24\x92\xf8\xb5\x10\xe9\x96\x38\x04\xd0\x0b\xc5\xbf\x44\x5c\x21\x80\x2b\x27\x91\xf7\x38\x44\x1e\x4d\xd5\x67\x94\x81\x87\xe4\xe6\x9b\x8c\xfd\x09\xc2\xaf\xf6\xcb\x5e\x4c\x14\x36\xeb\x5f\xf1\x19\xee\xb3\xd3\xa9\x2a\x89\x30\x06\xbf\x2a\x29\x48\x9f\x4e\x95\xe5\x69\x8c\x75\x94\x9d\xc2\x5e\x3e\xd5\xe9\xf2\x8c\x24\x55\x8c\xad\xd3\x4f\x73\xad\x9f\xce\x84\x3a\x03\x6f\x23\x3f\xe3\x45\xae\xcf\x20\x75\x83\xd0\x96\xec\xcc\x2a\x2f\x58\xe9\x8a\xec\x6c\x25\x9f\x05\xfc\xdf\xe9\x2a\x5f\x27\xff\x27\xdb\xac\xbe\x9d\x2c\x93\xf4\xc4\xfc\xf6\x24\xfc\xed\x89\xfd\xed\x89\xfd\xed\x89\xf9\x19\xfe\xdf\x66\x8b\x17\x77\x41\x0a\xb8\x53\x25\x55\x26\xd2\x1c\xea\x1c\x5f\x52\x99\x7b\x7d\xee\x2d\x7b\xf3\xdf\xff\xcd\x4e\x53\xfe\x82\x50\xde\x0b\x9e\xf3\x5b\xf4\x1c\xff\xfe\xf7\x37\x2c\xcb\x35\xe9\xc8\x6c\x78\xfa\xb5\x10\xb9\xf1\x61\x13\x11\xe5\xec\xff\x4e\x15\x48\x4f\xad\xb7\xb3\x1c\x3d\x6a\xf4\x2e\xe3\x8c\xfd\x2b\xb6\x39\x41\x3e\x8d\x38\x33\x2d\xb5\xa0\x7c\x24\x4f\x1a\xc4\x7a\x5a\x2e\x5f\x5f\x93\x0b\xfa\xfe\x00\x8b\xf3\x35\x29\xa1\x06\x1c\x23\x6c\xf6\x35\x01\xd2\x96\x44\x73\x9b\x38\x62\x6e\xf1\x82\x05\xa4\xce\x35\xed\x91\x5a\x78\xf2\x80\x1d\xb3\xaf\x7e\xd9\x3d\x72\x7a\xd9\x3b\x59\x4d\x8a\x06\x6e\x81\xfe\x86\x09\x54\x2e\xd2\xec\x90\x7b\xf4\x71\x51\x1f\x16\xde\x1c\x6c\x7f\xae\x53\xbe\xf4\x7a\xbe\x74\x24\x65\x7f\x7c\x7f\x76\x36\x62\xcb\x0c\xfe\x31\xff\x0a\xff\x80\x4c\xc6\xb1\x68\x69\x6a\x83\xe9\x92\x72\x7d\x22\xb5\xad\x3f\x3e\xc8\x86\xbd\x3e\x13\x5a\x65\x99\xfe\x54\xa8\x38\x11\x1e\x99\x5c\xba\xec\x26\xda\x8a\x85\xa1\xcb\x53\xe5\x9c\x85\x39\x9e\x8b\x88\x1b\xc3\x57\x7b\x36\x26\xba\xf5\x22\x17\x0a\xfd\x9c\xd4\x33\x74\x73\xf4\x49\x20\xcb\x04\x69\x59\xd0\xbe\x5d\x6f\x40\x08\x57\x42\x00\xf0\x01\xa9\xc5\x46\xd5\x8f\x40\xca\x12\x59\xb2\x80\xfb\x05\x15\x37\x85\xbd\x89\x63\x45\x57\x91\x1a\x57\x67\xc3\x55\xcc\x33\x58\x81\x8b\x14\xe2\x58\x29\xe3\xf5\x8e\x8e\x10\x1a\x60\x6e\xf6\x5c\x6d\x29\x66\x1c\x8e\x04\xd2\x98\x05\x7d\x1e\x05\x9d\xc0\x33\x01\xc5\x7b\xab\x3f\x3c\x9d\x2a\x27\x03\x8b\x79\x39\x2b\x2b\xbe\xd9\x52\xb1\x64\x75\xd0\xa5\xf5\x89\x68\xb8\x47\x5e\x68\xaf\xfa\x5d\x10\x18\x0f\x83\x26\xc0\x98\x16\xaa\xe0\x58\xa5\x9e\xb7\x20\xcc\x2b\xd2\xec\x9d\xd9\x86\xc0\x23\x9a\x7b\x3e\x32\x99\xf9\xc9\x70\xaa\xb1\xe4\x07\x9a\xe6\x1d\xb5\xb0\x19\x9d\x12\xc7\x56\x93\x0b\xb6\x7b\xab\xfc\xe8\xf9\x8d\xa6\xfe\xd2\xbf\x7e\xd7\x5c\x47\x98\x63\x6e\x14\xb2\x1e\x44\x36\x80\x5b\x36\xb4\xb8\xd8\x28\x89\xcc\xa2\x73\x62\x25\x47\xa4\x39\xb2\x72\x73\x03\xc8\xa7\x8a\x4e\xe0\x11\x5b\x08\x9e\xaf\x20\xc9\x9e\x3d\xa3\x31\xc6\xe3\x3e\x7f\xd1\x3e\xbb\x62\x09\x5a\x21\x31\x5f\x6a\xdc\xbb\xff\xf8\x35\x88\x15\xf3\x28\xc7\xd0\x71\x1b\x75\xa5\x73\x55\x60\xb0\x1a\x0d\xe2\x1e\xe3\x60\xf9\x3e\xab\xdc\xda\x21\xdd\x2c\x8c\xc4\x16\x43\x80\xac\xda\x0f\xfc\xc0\x18\x1e\x7c\x3b\x0c\xf0\x07\xc6\x11\x2a\x9b\x28\xaf\x8f\xfb\xcc\x47\xe7\x42\xd2\x35\x88\xbc\xb4\x6d\xaa\x8e\x81\x80\x0e\xec\x07\x81\x36\x3f\xdd\x49\x4d\x91\x89\xd4\x92\x91\xe2\xbb\x22\x37\xc5\x4a\xa6\xf1\xc9\x86\xa7\xf9\xd6\x2e\xdf\x44\xce\x81\xc3\x30\x91\x4f\x82\x8d\xd3\x54\xbf\x1c\x7b\x14\x5a\x4d\xcb\x03\xcf\x9e\x8e\x4c\x75\x03\xd4\x4e\x43\xa8\x6a\x1a\x99\x69\x4a\x69\xf7\x58\xcc\xf6\x63\xc1\x69\x63\xf2\x69\x7c\x4e\x2a\xf2\x74\x3b\x33\x0b\x71\xbd\x69\xb5\x14\xbd\x00\x5c\xfd\x9d\xdc\x61\x04\x3b\x70\x3e\xf7\x20\xd8\x29\xcd\xea\x8f\x43\xb0\xd3\xc0\x9d\x53\x27\xd8\x99\x5c\x4f\x1e\x26\xe3\xab\xc9\xff\xab\xb4\xf8\x79\x3c\x79\x98\x5c\xff\x69\xf6\xe1\xe6\x6e\x76\x77\x79\x7f\xf3\x78\x77\x7e\xd9\x5d\x31\x5b\xef\xbd\x77\xc1\x4f\x58\xf8\x9c\xf7\xec\x21\x08\xc1\x23\xf0\x89\xfc\x6f\x12\xf1\x80\x55\x65\x36\xb3\x54\xcb\x11\x6c\xd4\xf7\xec\x32\x4d\x27\x6b\xbe\x14\xb7\x45\x92\x40\xa2\x0c\x51\x86\xe7\xa9\x80\x8b\xe7\x88\xdd\xea\x78\x12\xfc\x0e\xa0\xd1\x8d\xaf\x01\xcf\xe7\x71\x9c\x8a\x2c\xc3\xc7\x8f\xe8\xf9\x41\x5a\xc8\xc1\xae\x29\x2d\xca\x9f\xb9\x4c\xcc\xfd\xed\x3d\xe8\x0a\xea\x05\x29\x44\x8f\x1c\x88\x93\x7d\x2d\x74\xce\x99\xf8\x16\x41\x95\x78\xf3\x3a\xb9\xd2\xcb\xd7\xbd\x03\x35\xef\xe9\xdd\xc4\x1a\x2d\x97\x14\x20\x6b\x9f\x35\x1f\xe7\xcd\x86\x80\xde\xf2\x23\xfe\xf4\x03\xfe\xb2\xb1\xf5\x3c\x4f\x8e\x50\xb5\x72\xa5\x97\xcd\xd4\xb9\xe0\x5d\x13\xdf\xaf\x17\xd0\x85\x1a\x38\xbd\x64\x99\x54\x4f\x53\xf5\x79\x25\x14\xd3\x45\x8a\x7f\x82\x6b\xbe\x71\x33\x93\x22\x5b\x89\x98\xe9\x22\x1f\xb1\x17\xc1\xd6\x7c\x8b\x6e\x33\xdc\x09\x1c\xdf\x27\x2c\x19\x38\x45\xcc\xaf\x13\xa9\x8c\xb5\xd8\x48\x8b\x91\xaa\x4e\xfd\x31\x6e\x5c\x96\x23\x81\x1f\x4e\x61\xd4\xaf\x10\xe4\x65\x25\x00\x03\xef\x33\xe2\x36\xf5\x43\x96\x1b\xe4\x44\xb4\x7e\x2a\x36\x9e\x4d\xe5\x8d\xa5\x2c\x84\xe1\x7e\xd6\x32\x66\x71\xb1\x49\x64\xe4\xec\xee\x8b\x4e\x5b\x29\xa3\x10\xcc\x37\x80\x32\xaa\x02\x51\xed\x7a\xb1\x06\xa4\x60\x90\x23\xed\x20\x8f\x7a\x65\xfa\xac\x40\xce\xbd\xc8\x44\x7a\x92\xa7\x72\xb9\x04\x07\xdc\xe2\x8e\x7f\x7c\x7e\x2d\xcf\xdf\x71\x38\xc4\x36\x2c\x80\x49\xf4\x52\x46\x3c\x09\x61\x2b\x3e\xde\xed\x08\x7c\xec\xb6\x27\x19\x19\xd3\x6f\xd7\xa1\xd6\xc2\xe4\x4d\x2a\x80\x43\x6a\x86\x0a\xf9\x87\x2b\xf7\x4f\x16\xcc\x5c\xd0\xad\xc4\xac\xaf\x10\xb3\x2a\xdd\xf6\x84\xf3\xcf\xb6\x5c\xe2\x28\x26\xa8\x00\x8c\xad\x5f\x94\x48\xc1\x83\x85\x80\xbe\x79\x53\xa5\xc1\x37\x71\xfc\xe2\x0e\x79\x62\xf9\xf5\x17\x0e\x62\x83\x28\xfe\xa5\x7c\x16\xea\xfb\xf3\xa1\x05\x0f\x88\x78\xb4\x12\x33\xeb\x97\x1f\xdb\x64\xb9\x03\x60\xa0\xb1\xb2\x44\x9f\xa1\x29\x65\x12\x38\x28\x22\xbc\x3a\x61\x8f\xeb\xb6\x0b\xc9\xab\x7b\x1d\x4a\x40\x81\x5a\x8e\xcf\x55\x8f\x83\x43\x99\xbc\x1d\x48\x6e\x5f\xef\xbf\x3b\x10\xb0\x4c\xf4\x1c\xaa\xb5\xea\x1c\xdf\xe1\x09\xdb\x46\x19\xfc\x2c\xd2\x54\xc6\x43\x2c\x93\x1d\x93\x1b\xf7\xd3\xae\x0e\x3a\xa1\x46\xf7\x24\x30\x0a\x12\x63\x75\x15\xcf\xbd\x5a\x0d\xb0\xeb\x9a\x00\xb9\x8d\xcc\x25\x37\x9c\x23\x61\xb9\xfa\x20\x30\xa1\x3b\x94\x3f\xeb\xef\x72\xd0\x44\xd7\xeb\xcb\x76\x8c\xa5\x2f\x49\xeb\x9e\xe4\x03\x8a\x84\xb0\xa2\xc9\x55\x0a\x0d\x21\x5c\xb2\x53\x87\x89\x67\x50\x55\x75\x93\x58\x42\x04\xf5\x9a\xd1\xea\xb8\x3f\x50\xba\xeb\xa0\x0a\xf8\x57\xd8\x51\x45\xae\x7d\xb4\x12\xde\x67\x02\x34\x24\x21\xd6\x10\xcc\xc6\x24\x6e\x54\xcb\xf7\xc7\x87\xdd\x9a\x6d\xae\xca\x61\x11\xa7\x31\xdb\xa4\xc2\xc6\xbd\xb7\x22\x77\x35\x12\x89\x65\x76\x86\xb0\xae\x7b\xeb\x72\x91\x98\xad\x03\x71\x85\xbd\x10\x84\xd5\x56\x07\x7b\xbd\xd1\x4a\x28\x42\x07\x28\x3d\x55\xd4\xb8\xd5\xe7\x71\x91\xe1\x12\x08\x73\x44\x17\x72\x84\xf4\x88\x4c\x27\xcf\x94\x02\x08\xf8\xfb\x80\xd9\xdb\x74\xf0\xdc\xf8\x36\xc6\x93\x87\xdc\x14\x21\xf2\x00\xa3\x50\x11\xa9\x49\xc5\x52\x66\xb9\x08\x71\xab\xe1\xef\x8f\xa6\x27\x50\x72\xfe\xbb\x86\xbe\x55\x4f\x60\xd7\x29\x6e\x76\xed\x80\xfe\x6c\x37\x22\x9e\xb8\xdf\x75\x2f\x86\x12\xf8\x3c\x0e\x8c\x44\xe9\x14\xc0\x35\x80\xde\x4b\x86\x65\xb3\x99\x63\xde\x73\x93\x44\x05\x8d\xdc\x89\x40\xc0\x14\x2d\x0b\x9e\x72\x95\x0b\x91\x4d\x15\x25\x4e\xb0\xfc\x3b\xac\x70\x5a\x94\xc4\x23\xfc\xd9\x1c\xe9\x2c\xc7\x6a\x4a\xf8\xc9\x82\xcb\xa4\x48\x5b\xdd\x65\x5c\x95\x7b\x95\x6e\x74\x8d\xd2\x39\x34\xcb\x9a\x26\xcd\x41\xab\x83\x5d\xe4\x2a\x90\xaa\x69\x8f\x32\xf2\xb8\xe5\x15\xac\xc9\xed\x3f\xdf\x2e\x56\xd2\x82\xb6\xfe\x97\x6c\xb6\xd1\x03\x2c\x1e\x69\x0e\x37\x36\x96\x7d\xad\xdd\xe9\x3b\xd2\x7f\x5f\xdb\xb8\x08\x79\xf6\x04\x91\xf3\x5d\x57\x89\xdd\xf1\xc1\x3f\xfe\x61\x77\x7c\xbd\xd5\x76\xc1\xaa\x5d\x71\x15\x27\xa0\x4f\x9c\x57\x4e\x20\xb7\x07\x40\x00\x20\xb7\xc6\xb1\x1d\x6e\x08\xe8\x9d\x59\x54\x83\x7e\xee\x1a\xa7\x0a\x66\x74\x07\x84\xb0\xf4\x94\x32\x92\xb3\x09\x41\xe4\x4f\x76\x12\xa2\x70\x1b\xb6\x7d\x09\x2e\xe4\xf2\xf8\x44\x3c\x7d\x95\x39\x9c\x97\xfd\xb1\x6e\x29\x23\xda\x8a\x74\x7e\x39\x31\x8e\x03\x37\x23\x20\xbf\x8c\x31\x0b\xe9\x8e\xa6\x8a\x74\x6a\x30\x69\x04\xd9\x02\x2c\xe9\xcd\xd8\xef\x1d\x1c\xf8\xf7\xff\x6c\x0b\x3a\xb7\x6c\x01\x63\x0d\x55\xd3\x3a\x8a\x8a\x14\x32\x3a\x74\xeb\x64\x02\xcf\xa6\x21\xac\x74\x63\x3c\x91\x5d\x1e\x1e\xdd\xa7\x26\xef\xc1\x85\x19\x4a\x2f\xf5\x00\xb7\x4b\x54\xdc\x71\x67\x21\x31\xd8\xa6\x59\xce\xb2\x5c\x6c\x1a\xad\x52\xc9\xe9\x2a\x8b\x4a\x1d\xe0\x76\x75\x28\xc2\x1f\x6c\xa3\xc7\x81\x7a\xd5\x9f\xef\x6f\xae\xd9\x86\x6f\x01\xd2\x92\x6b\x52\x03\x03\x4e\x8b\xea\xfe\xdd\x35\x03\xe5\x97\x2f\x6f\x36\x1c\xd3\x94\x7b\x7b\x51\x0f\x3b\x71\xa7\xf6\x57\xb1\x43\xb0\x66\x68\x49\x9a\xad\x9c\xea\xe4\x64\x93\x70\x25\x90\x7f\x10\x0b\x7c\x59\xe5\xf1\x61\x9a\xca\x05\xac\x09\x08\x00\x1d\x08\xc5\xb2\xd3\x42\x35\xe1\xda\xca\x3a\x59\x07\x65\xa6\x5a\x6d\x44\x27\x5e\xe7\x23\xb2\x12\xf2\xc8\x6c\x13\x2c\x77\xb1\xd9\x36\x97\xb0\xe5\x19\x60\xa9\x06\x4c\x54\xb7\xa8\xd7\x54\x59\xcd\x16\xfd\x92\xb1\x18\x0b\x82\x0a\x99\xa1\x16\x26\xc6\x32\x01\xd7\x40\xf6\x05\x93\xae\x29\x57\x99\x99\x50\x08\xc7\x88\x67\xa1\x58\xbd\xbc\x64\x72\x71\xe5\x52\x93\x38\x49\xc4\x67\xde\x32\xf4\x81\x63\x76\x10\x85\x57\x93\xca\xd4\x6e\xaa\xc0\x8f\x7c\xd3\x72\xa1\x47\x09\x9a\x43\x5b\xdc\x35\x4b\xae\x1c\xb2\xea\x75\x82\xfe\x0d\x50\x1c\x93\x76\x4f\x7d\xf4\x1e\xd5\x81\xe6\xa7\x91\x3b\x6c\x80\x8a\xee\xfe\xd4\xdd\xa1\x80\xe8\x00\xdb\x13\xd4\xd2\x3b\x58\x80\xf3\x97\xcd\x2e\x07\x02\x59\x54\x6b\x24\x75\xea\x7b\x21\xd8\x17\x27\xf8\xf8\x85\x08\xca\xbd\xd6\x76\xdb\xb8\x4e\xd4\x42\x1f\x66\x0c\xd2\x65\x0d\x49\x73\xd0\xa8\x34\xf7\xf3\x50\xac\x0e\x54\x14\xa9\xd7\x2d\x0a\x69\x7c\xaf\x1d\xc8\x9c\x5b\x7f\x27\x27\x78\xb2\xed\xa9\x39\x9f\x61\x8a\xf7\x13\x26\x2c\x2d\x92\x1c\x34\x30\x81\xfc\xe9\x49\xe9\x17\x85\xbe\x00\x3d\x89\xbd\x35\xfb\x0f\x0e\x30\x60\x71\x22\x70\x4e\x81\xd6\xf0\x1d\xb0\x51\x8d\xdd\x7f\xb3\x7b\x0c\x73\x63\x9f\x81\x6e\x35\x03\xe7\x87\x88\x52\xc1\x9a\xbf\x1d\x8f\xd8\x4f\x23\x76\x3e\x62\xa7\xa7\xa7\xef\x46\x4c\xf0\x68\x65\x7b\x84\x3f\x41\xd0\x4b\xce\x97\xa6\x6d\xa7\x93\xeb\x1f\x00\xec\xc1\xe6\xb0\x32\x47\xa6\x31\xd0\x3c\x50\xd3\xf5\x91\x07\xfb\x0a\x08\xe6\x46\x85\x0a\x9b\x12\x8c\x56\x5a\xfa\x4e\x01\xba\x4c\x44\x3a\xb5\xf8\xb4\x2c\xd7\xa9\xc5\xda\x3c\xf3\x94\x4b\x05\xf5\x06\xbc\x8e\x34\xa4\x27\x07\x1c\x59\xe2\x1b\x5f\xc3\xfb\x4b\xe5\x68\x42\xcc\x30\x3d\xb8\xfe\xe7\xdb\x8d\x8c\x60\x3c\x5f\x52\x99\xe7\xe6\x74\xce\xa6\xea\x9e\xbd\xff\x57\x36\xde\x6c\x12\xc1\xc6\xec\x6f\xec\x27\xae\xb8\xe2\xec\x27\xf6\x37\x76\xce\x55\xce\x13\x5d\x6c\x04\x3b\x67\x7f\x33\xc3\x66\xda\xbb\xd6\xe6\x38\xdc\x8e\x18\x67\xaa\x48\xf0\xd4\x7f\x6b\x71\x2c\xef\xdc\x7b\x71\x3f\x3b\x56\x6c\x32\xd3\x6b\x3a\x0a\x7f\xc1\x6a\x06\x33\x32\x52\x2d\x13\x91\x5b\x89\xd7\x12\xe2\x08\x1f\x70\x02\x6f\xfa\x7e\xaa\x5c\x2c\xef\x17\xd3\xe3\x5f\xd8\xdf\xd8\x75\x91\x24\xa6\x4b\xc6\xd0\x98\x85\xf4\x9e\x59\x04\xb8\x50\xa7\x2f\xf2\x49\x6e\x44\x2c\x39\x60\xc0\xcd\x7f\x9d\x3d\xc0\x6c\xcf\x0a\x4f\x39\x10\xee\x69\x47\x61\xfb\x5d\x78\x67\x86\x68\x39\x3b\x26\x63\x3b\xf9\x1d\x37\xbf\xf2\x4f\x87\x7b\x44\x9e\x70\x85\xf6\x03\x39\xac\x48\x3f\x1c\x32\x26\xef\x65\x02\x2a\x87\xad\x6d\xab\xe1\x28\x08\x0f\xf5\x43\x8d\x2c\x10\x70\x1f\xfd\x0e\xd9\x83\x0d\xb9\xaf\xc9\xad\x71\xb9\x3e\x87\xe4\xd5\xe0\x4b\xfa\xfa\xd3\x5e\x59\x21\xc7\xe1\xfa\xa9\xcc\x40\x5e\x1a\x62\x2d\x7b\x51\xb5\x57\x3a\xfb\x48\xb1\x8b\x58\x28\x9d\x9b\x8b\x8c\x92\xc9\x99\xd9\xaa\x67\xd7\x5a\x99\x6b\x6b\x26\x97\x58\x33\x0b\x08\x88\x0c\x78\x6d\xac\x53\xf0\x50\x76\x59\x83\x2d\x00\xfe\x81\xe9\x12\xa2\x72\x72\x63\x05\xcc\x14\x24\xdb\xa9\x32\xbf\xa0\x13\x09\x10\xba\xd2\x91\x01\xe1\xd3\xac\x28\x1c\x3d\x8b\x0c\x72\xd0\x78\xc3\x02\xeb\xd2\x51\x3b\x88\x84\x07\xaa\x4d\x0e\x88\x8a\x5f\x07\xb4\x02\xd4\x9a\xad\x39\x43\xf0\xcf\x5c\x24\x5a\x2d\xcd\xaa\x68\x33\x02\x7a\xcd\xe5\x21\x39\xf1\xb0\x0b\xd8\x58\x6b\x0f\xcc\x61\x49\x5f\xa1\x29\x09\xc4\xac\x49\xcc\x06\x04\x31\x5d\x44\xd6\x9d\x86\xf4\x72\x2d\x2f\x31\x54\xa1\xa7\xbe\x4a\x41\xfb\x9a\x92\xb3\x2e\xda\x8f\x07\xa7\x8d\xa6\xd9\x37\xea\xb7\xa9\x3a\x31\x7d\xcd\xa1\x10\xca\x26\xd8\x60\xb2\x0b\xea\xf5\x58\x8f\xbf\x26\xbc\xef\x35\x55\xf5\x1a\x25\xf4\xe0\x7b\xa6\x35\xfa\xd3\x50\x99\x3c\x3b\x7a\xc7\x40\x3e\x7d\x45\xd6\xdc\x99\x5e\xd8\x22\xb0\xfe\x67\x7a\x8d\xb7\xb8\x1f\xf4\x24\xe4\x2a\x0b\xf9\x7d\xeb\x0b\xa7\x2d\xdf\xa0\xd5\x8c\x32\x12\xfd\x3a\x5b\x1d\xb0\x1b\xf5\x01\x7f\x7e\xab\x13\x19\x75\xe3\x75\xec\x71\x05\x22\xce\x35\x00\x04\xe8\xa9\xbb\xf8\x0f\x75\x0a\x3d\xf4\x5c\x44\xb9\xcf\xb8\xd5\x5f\x6e\x50\x38\x8c\x02\xac\xae\x15\x90\x92\x70\x29\x2d\x38\x6a\x80\x04\x05\xd8\xea\x30\xf4\x08\x55\x31\x90\xea\x8d\x38\x45\x64\x4b\x1d\x01\x7b\xf5\xb2\xd2\x89\xb9\x9a\xa8\x98\x08\x65\xa6\x6a\x23\xd2\x48\x27\x3c\x37\xd6\xf0\x85\x48\x03\x64\x12\x7b\x4a\xd8\xb7\x80\xcd\x03\x04\xcd\x3b\xe2\xbd\x17\x2e\xe5\xea\x74\xc8\x77\x2f\x5b\xab\x7d\x75\x58\x40\xe6\x78\x60\x9b\xae\x55\xf0\x99\x20\x30\x38\x14\x24\x1f\x5c\x49\x9e\x99\x41\x2f\xf5\x67\xd8\x0c\x0b\xc7\xf6\x19\xf9\x7b\x44\x5e\x99\x57\xba\x4a\x54\x87\x12\x88\x81\xb0\xae\x03\xf1\x14\x99\x80\xee\xac\x05\x47\xd7\xc4\xd3\x74\xd0\xa4\x4e\x95\x4f\x17\xbe\xc9\x42\x37\xa5\x71\x9e\x91\xf7\xc6\xc2\x79\x46\xec\x4d\xe9\x45\xdf\x00\x71\x8c\xd2\xf0\x3c\x4a\xe9\x94\x86\x06\x96\xeb\x88\xc9\x7c\xaa\x64\x86\x2b\x33\x15\x89\x78\x36\xbd\x0b\x63\xa7\x04\xfd\xb0\x57\x49\xfb\xda\x80\x08\xe5\xb6\x90\xd0\x49\xa6\x41\x89\x76\x1a\x12\x90\x70\x88\xd3\x82\xa6\x74\xa1\x80\xec\x53\x7c\x43\xe1\xee\x64\x6b\xd1\x10\xb1\x50\xb6\x7f\x00\x92\x40\x55\x96\xa9\x9a\x2c\xa0\x9a\x0b\x6a\xc8\xe2\x18\x2f\x65\x96\xfe\xd1\x55\x83\x4b\x8a\x95\x6a\xba\xa2\x3a\x45\x5e\x94\x6d\xc0\x9d\x24\x9e\x45\xba\xcd\x21\xc6\x09\xe3\xaa\x04\xcf\x57\x4c\xe6\x23\x28\xe3\xb7\x86\x63\xaa\x78\x4c\xaa\x57\xd4\x9c\x19\x1a\x58\xf7\x1d\xf3\x4c\x9f\xcf\xf5\x73\x97\x9f\x77\x28\x08\x0a\x77\xf5\x26\xe1\x6a\x86\x06\xf5\x57\x80\x41\x05\x8a\x1a\x6d\x99\xbf\x62\x3e\x73\x0a\xd7\x47\xe9\xa7\xf3\x7e\xee\x4a\x3a\x37\xc6\xad\xb3\x0f\x1a\xe1\x62\xf0\xd4\x63\xd6\x5b\x77\x61\x0b\x4a\xb6\xa7\xcc\x26\x24\xfb\x5b\x01\x8f\x90\xe2\x95\xc4\xbc\x5d\xad\xbb\x20\x52\x76\x05\xfc\xa8\x70\x9d\x3e\x33\x5f\x39\x43\xaa\xd3\x3e\x1c\x29\x52\x73\x98\xf6\x42\x8b\xec\xe8\xd6\xeb\x22\x46\x5a\xc3\x0a\x75\xe4\x88\x7d\xdb\x20\xfb\x85\x30\x68\x81\x61\x29\x17\xf5\x68\x56\x4c\x09\xaf\x25\xba\x01\x6a\x78\xcc\x90\x6d\x59\x57\xb9\x77\x15\x25\xf4\xeb\x94\x4d\x14\xb3\xd1\x8b\x11\x7b\x83\x0b\x2b\x7b\x43\x11\x39\x92\xdd\xa1\x54\x72\x4c\xbb\x87\xea\xce\xaa\xc8\x04\x44\xff\xfa\xed\x86\x89\x91\x36\xef\xb3\x39\x67\x73\xcc\x71\xf9\x49\x02\xfa\x78\x9f\x02\x53\x4c\xaa\xcd\xb1\x01\x3a\x24\xf1\x16\xba\x45\x1f\x56\xfb\xe0\xae\x7f\x61\x9b\xfe\x61\x3f\xd9\x1f\x9a\x21\xda\x14\x74\x9e\xda\xcf\x99\x4e\xa7\xca\xb6\x46\x11\xba\x0c\x19\x9a\xab\x4d\xd9\xab\xaf\x77\x81\x83\x95\x0a\x39\x7d\x4b\xca\x0d\x5c\xef\x9e\x23\xa7\x6a\x05\x00\x23\x30\x17\x5e\x30\xec\x94\x8d\xfd\xd3\x8c\xe3\x61\x16\xf8\x1a\x8f\x79\xe2\x84\x13\x2a\xda\x02\xcd\x4d\x92\x98\x41\x91\x79\x46\x3e\x5b\x00\x54\xce\x0a\x20\x9f\x59\x14\xc6\x18\x05\x0c\x3d\x53\x65\x06\x8f\x2d\x24\xc0\x60\x69\x5c\xa6\xea\xa3\xce\x6c\x5d\x6c\xe6\xc7\xc3\x42\x2a\x69\xd8\xde\x38\x6e\x72\xfa\xc3\x05\x1c\xda\x14\x02\xaf\x88\xd5\x01\x42\x9d\x8a\xdb\xb7\xba\x48\xfd\x4b\x45\x5c\x4d\xd5\x7f\x9a\xe1\x41\xa9\x28\xa7\xb3\xa6\x17\xb8\x85\xad\xb8\x1f\x7b\xfb\x05\x1b\x7d\xfb\xcf\xef\xbe\xbc\xc3\xfa\xf4\x22\x03\x39\x88\x51\xf9\x00\x71\x64\x6d\x45\x92\x40\x62\xd6\xbe\x81\x2b\x2b\xf7\x8f\xe8\x94\x1e\xa7\x3b\xce\x4c\x95\x5d\x8c\x3e\x1b\xbd\x6b\x05\xfb\x58\xec\x98\x45\x3c\x8f\x56\x27\xd6\x97\x23\x33\x66\x4f\x3f\x9a\x3e\xe4\x85\x37\x9e\x56\x33\x5f\x99\xb9\x7f\xa5\x6b\x27\xb7\x56\x5a\x2f\xe6\x15\x00\x67\xf2\x50\x5a\x95\xa1\xa8\x21\x2e\x4e\xaf\x74\xe6\xfd\x3c\xf7\x75\x4b\xf6\xee\x03\xa8\x14\x34\x56\x7c\x2d\x62\xf6\x06\x6a\x1f\xde\xd8\xc9\x9f\xaa\xcd\xfc\x34\xd9\x2e\x72\x22\x6b\x31\x83\x72\x0a\x74\xc8\x3b\x4e\xb9\x59\x5c\xbf\x26\xed\x18\xec\xd6\x8b\x56\xb3\xaf\xe3\xc6\xc6\x3d\xa9\xbf\xc3\x82\x21\x1f\x37\x3a\xf7\x65\xc4\x4c\x99\xed\x8e\x67\x4f\x23\x36\x4f\xb9\x02\x7e\xd0\x38\x74\xaa\xfc\xee\x44\x35\x73\x60\x42\xa1\x04\x0e\x57\x3c\xd9\x02\x94\x7a\x34\x55\x48\x1b\x03\xcc\x51\xdb\x28\x91\x11\x2a\x2b\x56\xfc\x20\xf1\x2c\x54\x7e\x49\x75\xd2\x16\xb3\x7d\x68\xa6\xd5\xd5\x5d\x1f\x24\x11\x39\x29\x7b\x3b\xdc\x17\x94\xfb\x80\x63\x94\x0a\xc0\x32\xcf\xb7\x01\xc6\xd3\x2d\xf0\x11\x11\xac\x03\xb3\x0e\xfb\x6b\x31\xd7\x89\xa5\x26\x9a\x5c\x30\x9d\x02\xdf\x63\xae\xe9\x4f\x32\x6e\x3b\xc5\xa4\x8a\xc5\xb7\x83\xea\x83\xbb\x0f\x24\xeb\xde\x99\xc7\x04\xb4\x82\xd5\x97\x85\x5d\x94\x0a\x73\x58\xe4\xf6\x06\x57\xfb\x56\x56\x05\x9c\x8d\x93\x7c\x05\x28\x30\xc4\x1f\xfb\x41\x5d\xf3\x2d\x8b\x56\x5c\x2d\x83\x2b\x34\x80\x72\xc4\x46\xa7\xc8\xe4\xff\x0c\x44\x3c\x3a\xb5\xf5\x57\x54\x55\x44\x20\x68\x17\xff\x45\xec\xa1\xb6\xa5\x43\x7c\xb9\x4c\xc5\x12\x4a\x62\x4b\x02\xd0\x68\x3f\x1d\x25\x23\x3e\xa7\xab\xac\xec\x38\xb5\xd9\x6d\xb7\x96\x3c\xdd\xba\xa2\x1c\x92\xc1\x70\x43\x57\x1b\xd6\x11\x93\xe2\x74\xc4\xfe\xe0\xf1\x96\x22\xd2\xca\x55\xf5\x34\xbf\xc3\xa6\x12\xa9\xdd\x61\x8b\x1a\x8a\xb8\x9b\xfb\x0e\x9f\xd5\xc4\x34\x1a\x17\x4d\x67\x59\x54\xce\xf3\x62\x80\xad\x24\xc1\xa4\x73\xf3\xe3\x7b\xfc\x6d\x27\x24\x99\x6f\x8c\x79\xb3\x04\x1a\xe6\xfb\xc6\xc2\x9b\x67\x13\xb7\x57\xcb\x58\x37\xc7\xfd\x82\xee\x27\x7a\xf9\xaa\x2e\xa5\xad\x92\x6e\x75\x29\xdd\x4c\x24\x2d\x95\xbf\x1d\xef\x34\x34\x94\x69\xb1\x99\x84\xba\xce\xaa\xd7\xad\x06\x0b\xe0\x24\x66\x75\x8a\x7e\x3b\x02\x19\x5c\x01\x72\xc9\x48\x36\x1d\x08\x25\x16\x05\x90\xcd\xfa\x5e\x77\xe3\x36\xfe\x86\xe6\xe1\x7f\x6c\xb9\x17\x5b\xcf\xa4\x69\xd0\xc3\xfd\x89\xe3\x94\x0e\x3c\xa7\xbc\xd8\x3c\x90\xd2\xda\xe0\xa6\x4e\xe5\x52\x2a\x9e\xeb\x94\xbd\xbd\xb5\x4c\x8e\xef\x1c\xfb\x30\x8c\xe2\x31\xcc\x44\x69\x88\xd0\x4c\x34\xdf\xbd\x00\xde\x2b\xe2\xd9\x30\x16\x9c\x26\xd9\xc7\x9d\xf0\x75\xf3\xad\x2c\xe7\xeb\x4d\x48\xe0\xe6\xd4\x88\x68\x64\x12\x1c\x04\x66\x3b\x06\x31\x3e\x99\xf9\x92\xa4\xa9\xa2\xc8\x38\xce\x9b\x4e\x1b\xf4\x8c\xab\x6f\x09\x7e\xe4\x6c\x4f\x52\x02\xf4\xe3\x7b\xfc\xba\x33\xa3\x78\x77\x65\x13\x06\xfe\x5e\x50\x72\xb4\xe1\x45\x91\x4f\x2a\x83\x53\x1b\xaf\x78\xce\x6c\x98\x53\xd2\xd6\x5e\x9f\x27\xba\x88\x19\x19\x0d\xca\x4e\xa6\xa7\x78\xfa\x00\xc1\xdb\xe9\x69\x1b\xdb\xcd\x40\x7d\x11\xb7\xbf\xe1\x77\xcd\x2b\x1c\x3e\x6b\xb1\x70\x9d\x5b\x8b\x46\x76\x58\xec\x89\x12\xf3\x1f\xf9\xa6\xbb\x82\x9e\xdb\x9b\x33\xd6\xbb\x84\x8a\xda\x0d\x7b\xbf\x65\xb8\x5c\x34\x14\xd8\x66\x86\x05\xca\xac\x7e\x0c\xac\xe7\x30\x90\xdc\xc0\x87\x17\x22\x32\x79\xf6\x74\xf0\xe3\x6c\x61\x67\xf7\xa3\x36\x3c\x15\x2a\x9f\xc1\x13\x87\x3d\x0c\x1e\x72\x0b\x3f\x2f\x39\x24\xbd\x02\x82\xff\xfe\xa0\x31\xce\x6b\x4b\xcb\xff\x83\xdd\x53\x6c\x23\xb3\x5a\x74\xe6\xf4\x79\x2b\x01\x8a\x11\xe4\xc4\xdc\xc4\xb5\x4c\x17\xbd\xd0\x1e\xa3\x17\xbc\x50\xc9\x74\xf6\x7a\x21\xdf\x7b\x64\x66\x37\xad\x50\x98\x87\x0a\x0a\x8d\x29\xb3\x7f\xf3\x6b\x0e\x8b\x74\x7d\x76\x96\xf1\x9c\x99\xf9\x4b\xd8\x7f\x89\x54\x7b\x94\x3c\xe9\x5b\x07\x0d\x77\xfa\xc3\xfb\x6b\xa0\xa0\xbf\x8b\xea\x1b\x21\xfd\x3c\xfc\x85\xaa\xf7\xf1\x66\x39\xdf\x5a\x77\xbf\x25\x95\xb0\x11\x11\xce\xc3\x9e\xc7\x66\x70\xb1\x0b\xec\xbb\x0d\x7d\xb9\xc3\xc2\x6e\xd0\x33\xb8\xb7\x12\x3f\xd6\x9a\x6f\x08\xf6\x44\x08\xcb\x6a\x10\xff\x14\x5e\xe2\xdf\x7f\xf9\x8f\xd3\x36\x1d\x26\xe8\xfa\x50\x14\x89\xeb\xfc\x87\x54\x0a\x15\x43\x52\x8e\xc7\x0e\x8a\xe5\xcc\xa2\x2a\x45\x69\x4b\xe6\xd9\x2c\xc3\xa3\x14\x93\x35\x9f\x83\xd9\x0c\x17\xd1\x77\xc8\xec\x7a\x23\xeb\xb6\x6f\x29\xef\xd3\x76\x54\x67\xb3\x78\xab\xf8\xba\xae\x5c\xf5\xaa\x7d\xdc\x4a\x91\xc4\xd0\x45\x7a\xfa\xae\xec\x44\x2c\xa2\xa7\xa1\x3e\xc1\xde\x54\xaf\x22\x7a\x62\x3f\x3f\x7c\xbc\x42\xcd\x06\x99\x4d\xd5\x35\xcf\xe5\xb3\x78\x4c\x13\x17\x16\x46\xe3\x53\xa4\x89\xdd\x23\x65\xea\x41\x2c\x86\x2b\x40\x18\x95\x78\x0a\xad\xe3\x10\x32\xc3\xae\xb7\x27\xf3\x22\x7a\x12\xf9\x59\xca\x55\xac\xd7\xf8\x1a\x67\x59\xb1\x58\xc8\x6f\xa7\x39\x4f\xdf\xed\x82\xb8\xef\xb4\xa4\x07\x5c\x12\x0e\x31\x28\xf5\x6b\x80\x53\xd2\xf0\xb6\x59\xc6\xa1\xfa\xab\xb3\xcc\x9e\x77\xcf\x99\x14\x88\x37\xb6\x5c\x44\x4e\xa9\x9f\x0d\x4f\x18\x30\x7a\xcd\x07\xeb\x77\xba\x62\xb5\x31\x00\xf6\xe9\xbe\x8d\x10\xde\x6a\x9d\x1c\x1a\x25\xe4\x89\xdd\x24\x33\x90\x04\x38\xc4\x05\xc7\x05\xe0\x2e\xdb\x93\x0b\x97\xaf\x72\x94\x7a\x14\x6b\x70\x82\x3c\x00\xa5\xa0\x2e\x00\x80\x01\x3a\xd1\x01\x3a\xcc\x36\x0d\x09\xcb\x81\xe0\x49\x68\x03\x91\x0e\x4e\x9a\xb7\x16\xb6\x0c\xca\x61\xb9\xef\x23\xd0\x0e\x55\x7a\x38\x28\x80\x80\x04\xfe\x95\x47\xb9\x60\x42\x48\x4f\xe6\xc6\x31\x78\xb6\x1d\x4f\x94\x0d\x32\x36\x87\x3c\x9f\xa9\x0a\xbc\x1c\x24\xe6\xb0\xe8\x54\x37\x6a\x4d\x31\x86\xd2\x32\x3c\x38\xc6\x70\x08\x07\x65\x67\x10\xfa\x22\x94\x87\x80\x3c\x6a\xa4\xd7\x73\x73\xcf\xc7\x6a\x47\x0a\xbc\x81\x7b\x36\xb6\x14\x3f\x2e\x48\x6a\xdd\x2c\xe4\x18\xae\x8c\xbd\x3b\x1a\x42\xb6\xa4\xd0\x64\xed\xba\xc2\x84\x3e\xf1\x71\xe9\x32\x9b\xed\xec\xb8\xfa\x06\x20\xd3\xfe\xc2\xb7\x19\x68\x69\x08\x63\x15\x17\x18\x6c\x2a\xf7\x7f\xe4\x43\x20\x8e\x3e\x8a\x84\xa9\x0a\x92\xd8\xa1\x77\x91\x58\x02\x2e\x12\xab\x1a\xe2\xa9\x35\xde\x64\xcd\x83\xf3\xeb\xc4\x8f\xd3\xce\xf8\x31\x26\x70\xfe\x67\x84\x8c\x3b\x02\x53\x07\xc6\xc7\x82\x63\x32\xd5\x11\xe9\x49\xe7\x0c\x24\xb6\xd0\x1c\x9b\x67\x8f\xd8\x9a\x4b\x45\xdb\x20\x4f\x8d\x81\x8c\xc5\xbc\x58\x2e\x5b\xc3\x36\x3f\x7e\xfc\xb7\xbc\x4f\xfe\xe1\xe3\x73\x9d\xe4\x30\xc7\x88\xb0\x4d\xec\x93\x30\x6d\x6c\x7c\xe5\xef\x13\x54\x3b\x52\x84\x70\xd2\x27\x42\x68\x71\x07\x50\x0d\x41\x2e\xbe\xcd\x0d\xff\x16\x3a\xfc\x3e\xa1\xc3\xc6\xdc\x48\xb5\x87\x58\x81\x3f\x93\x65\x07\xb8\xa3\x87\x7b\x12\xf9\x38\xc6\x37\xe8\x15\xa9\x48\x65\x42\xc5\x19\x28\xba\x1f\x9f\xd9\x07\x4e\x9f\xc3\x63\x14\x3b\x12\xde\xf7\x7a\x2d\x18\x3c\x2a\x43\x66\x65\x46\x05\x27\x23\x40\x52\x99\x17\xf4\x59\x62\xca\x41\xc3\x71\x85\xd9\xea\xd8\x3b\xad\x6f\x95\x78\x61\xe6\x34\x18\x85\xd0\x92\x60\x7a\x80\x72\xff\x1d\xc9\xc0\x7a\x1c\xaa\xab\xae\x4d\xc5\x92\xa7\x31\xa0\x9f\x69\x4b\x26\x3c\x7a\x32\xff\x0e\xfd\xa3\x27\x12\xfc\xc5\xb2\x7f\x22\x24\xcb\xb7\x26\x55\x84\x92\x9c\x84\xb4\xf1\xfd\xc3\x9f\x67\x8c\x47\xa9\xce\xf0\x16\x1f\x17\xa9\xaf\x8f\x57\xe0\x20\x3e\xcb\xb8\xe0\x09\x3e\xb1\x35\xfa\xc7\xb3\x83\xd8\x4c\xc7\x01\xa9\xbc\xf8\xb6\x49\xb8\x2a\xef\x49\x7c\x5d\xa0\x93\x90\x1d\x2b\xdf\xb1\x22\x7d\x57\x76\xb7\x50\xda\xd1\x6f\x2b\xf4\x3e\x53\xc1\xe3\x6d\xc8\x1d\x23\x15\xe9\xb5\xf1\x78\x2d\x95\x99\x7a\xab\x19\xe2\xec\x2b\x34\x1d\xf1\x04\x41\x60\x40\xad\x9d\x24\x95\xad\x9f\x31\x25\x8c\xcb\xc2\x53\x99\x6c\xc1\x4b\xdd\xa4\xe2\x24\x78\x4e\xb0\xbf\x09\x83\x2e\xb3\xa9\xb2\x75\xce\x45\x26\x16\x45\x82\xbe\x2c\xdc\xf6\xdc\x0b\xd0\x3e\x7c\x9c\x8c\xcc\x31\x96\x13\xa1\x6d\xf0\x60\x94\x89\x38\x06\x9e\xb7\x7e\xcf\xea\x15\xf3\xf6\x9c\x46\x29\xc0\x0d\x57\xfa\xc5\x16\x1d\xbc\x70\x8f\x2a\x6b\x3b\x4b\x8e\x16\xe7\xec\xf6\x6a\xec\x7d\xc2\xee\x4a\x1c\xf4\xb2\xb6\x2a\x7d\x26\x62\xb7\x13\xa5\x82\xd7\x21\x85\x25\xc2\xa0\x88\x98\x15\x19\xd6\x2e\x98\x39\x04\x6b\x6d\xaf\xcd\x58\xcd\x61\xd5\xb9\x98\x7b\x3b\x99\x69\xc5\xa6\xc5\xef\x7e\xf7\x47\xc1\x7e\x47\xfa\x7d\x60\x65\x30\x42\x0d\xac\x46\xd8\x3a\x18\x28\xf7\x00\x81\x94\x47\xb5\x19\x61\x4d\x20\x2c\x5b\x48\x08\x30\x26\x1e\xad\x58\x56\xcc\x11\xa3\xc3\x29\xc8\xc9\x95\x23\x0d\xbc\xd2\x00\xb7\xc1\x73\xcc\xf6\x7e\x40\xb0\xe0\x96\xce\x17\x1b\x08\x08\x70\x82\x30\xd0\xa1\x48\x0f\x0c\x0a\xbe\x24\x18\xf0\x5b\x50\xea\x19\xb1\x9f\xe5\xb3\x18\xb1\xfb\x0d\x4f\x9f\x46\xec\x02\xc3\xad\x7f\xd6\xf3\x9d\xf7\xff\x63\xc4\xc0\x9c\x9b\x3a\x38\xb8\xdf\x18\x4d\x1a\x05\x54\x99\x41\x88\xbf\x1e\xad\xb1\x08\x0b\xd0\x3e\x41\x15\xd9\x5d\x7a\x24\xad\x7c\xaa\xc7\xba\xc5\xb4\xc3\xfa\x5a\xef\x34\x55\x2b\xed\xcf\x53\xaa\x9a\x6a\x42\x9a\x98\x73\x0c\x56\xa2\x79\xf1\x13\xf0\x4c\x74\xca\x36\x09\xcf\xcd\x5a\xc9\x28\xfc\x8c\xab\x02\xf1\x77\x78\x22\x57\x6a\xe1\xfa\x3a\x5e\xf6\xc1\xb3\x8d\xd6\x49\xa3\xff\x75\xd4\x01\xac\x45\x3b\xfb\x0e\xde\x04\x6b\x08\xb2\xd0\x2b\xb1\xa3\xe8\x23\x67\x3e\xce\x16\x68\x71\xc3\x6a\x8a\x0b\x48\x22\xf8\xe1\x08\xe5\x61\x8c\x59\x41\xd4\x23\x3a\x22\x56\x4d\x8c\x5b\x0f\xd1\x38\x51\x14\x42\x0c\xd1\x76\xb5\x98\x5e\x56\x7f\x4e\x8b\x5b\x08\xed\xce\x64\x53\x21\xfc\xd0\xcd\xf5\xb0\x6a\x0c\xd4\x63\xcf\xad\x01\xb7\xb8\xf3\x5d\x34\x80\xb6\xc8\x6e\x16\x25\x3c\xeb\x89\x64\x6b\xb4\x3b\x13\x6a\xe8\x1c\xda\xe9\x6f\x33\x7f\x86\x98\xea\xba\xe7\x81\x39\x55\x63\x47\x83\xe7\x5d\x2d\xe7\x1e\xa2\x99\x45\xc7\xb8\x36\x35\x08\x66\xf7\x9c\x89\x23\x96\x15\xd1\x0a\xe0\xfa\x65\x3b\x15\xda\xad\xfa\x8e\x1d\x4d\x95\x71\x56\x50\x45\x82\x43\x42\xf8\x05\x08\xc7\xe5\x7f\x09\xe7\x0d\x11\x2a\x34\x74\x80\xe6\xdc\x4c\x0d\xc9\xc7\x57\x9d\x45\x5b\x39\xc1\xd3\x27\x11\x07\xa1\xbe\x62\x13\xf3\xdc\x78\xcf\xee\x90\x83\xf5\xeb\xf8\x43\xad\xf7\x99\x85\x2f\x16\x3a\xcb\x15\x4b\x9b\xc8\x85\x88\xb6\x51\x8d\x17\xa4\x04\xc3\x38\x5e\x4c\x79\xbf\x90\x6a\x17\x7f\x44\xf3\x4d\xf9\x73\xad\xde\x99\xb5\xe5\xae\xff\x67\x22\xd6\x5a\x28\x0c\xfe\xd1\xa3\x62\x3b\xd2\xcc\xbf\x81\xcf\xfe\x21\x23\x48\xfd\xd8\x0b\x4a\xf6\xcb\xe2\xbb\xe0\xc6\x4a\x5e\x73\x23\xaa\xec\xc7\x2a\x50\x95\x71\xb8\x6f\x90\x74\xb2\x25\x11\xbf\x63\x2b\x50\x19\x70\xec\x4a\x94\x07\x80\xd2\xe9\xa7\x76\xbc\xce\x13\x9d\x15\x69\xf7\xe6\xbf\x2b\xf7\xda\x3e\xbd\x81\xc1\x10\x16\xdb\x7a\x2e\xa0\xfa\xbc\x0b\x3e\xb2\xcb\x51\x30\xf7\xa5\xea\xef\x09\x6f\xf5\x22\x58\x84\x50\xf9\x16\x4d\xa0\xda\xef\x82\x18\x08\x9c\xbc\x4b\x11\x7a\x01\x95\xc3\xb1\xb4\xb8\x4a\xf9\xbe\x1f\x0a\xd3\xdd\x78\x07\xab\xb0\xe6\x94\xc2\x65\xbd\x32\xa4\xc7\xc8\x3e\xdc\xf2\x7c\x85\x81\x1c\xd0\xd4\xc7\x6c\x79\x6e\x1c\x28\x84\xf1\x60\x4a\x62\x9e\xe8\x39\xc8\x7c\x81\x0a\x77\xdb\x3a\xa7\xc5\xd9\x6b\xe8\xea\x13\xd6\x67\x6d\x9b\xfd\x00\x35\x7f\xa9\xc8\x80\xfa\xa1\x9e\xf3\xeb\x8b\x90\x1d\x16\x6c\xaa\x77\xd7\x98\xad\x8b\x5a\xb0\xa9\x4e\x9d\x6d\xac\x3a\xc0\x25\x2f\xf7\xa8\x91\xb8\x0c\xeb\xe6\xcc\xf1\x46\x2c\xa2\x94\x54\x47\x22\xc1\xca\xfb\x5a\x1d\xc5\xa9\x1a\xe3\x27\x25\xd5\x71\x27\x11\xe1\x10\x89\x24\x99\xe5\xf6\x1f\x16\xd2\xb1\x71\x88\x81\x23\xbf\x7e\xe4\x6f\x5c\x10\x1e\x19\x41\xdd\x9a\xca\x65\x6a\xfc\xe9\x0c\xdc\x85\xac\x98\x9f\x78\x8a\x04\x9d\x82\x83\x01\x0c\x1a\x1b\x9e\x82\x1e\xe1\x4a\x26\xf1\x49\xc3\x41\x82\x71\x68\x4f\xf5\x6e\x99\xb5\x78\x42\xe6\x0b\xee\x85\x58\xa3\xeb\xde\xdd\xb5\x63\xdc\x7b\x88\x22\xd9\xfa\x50\x34\xd7\x5d\xf6\xa2\x74\x59\xfa\xb5\x01\x4a\x3d\x10\x40\x2d\x12\x41\xff\xf8\x76\xa2\x34\x66\x7d\xec\xc4\x43\xf9\x6a\x65\x77\x8d\xb9\x1c\x92\xe5\x68\x47\x71\x7e\x5f\xa0\x29\x4c\x60\xb6\xe1\x2f\x8a\xa8\x09\xba\xa9\x0e\xf7\xb2\x0f\xcd\x3a\xab\xc6\x3e\xd4\xa0\x59\xde\x52\x28\x22\xf9\xc9\xa5\xd3\xd3\x19\x05\x2a\x7a\x3c\x49\x42\xd6\x68\x1f\x0a\x9a\x2a\x1f\x30\x30\xc7\x7f\x92\x98\x7f\x46\x55\xc3\x4d\x44\x14\xa0\xfe\x9f\x8b\x91\xad\xa3\x27\x06\x2a\x4a\x23\x9d\xe0\xc5\xdc\x5f\x9f\x77\xed\xe6\x63\xf9\x93\x3f\x58\x09\xe1\x8e\x84\x2d\x3e\x76\xf6\x24\xb6\x83\xfb\xda\x9c\x32\xf1\x32\x6b\xa0\x4a\xee\x6a\xb9\x23\x9e\xa6\x16\xb0\x4b\x4f\x65\x3c\xcd\xe5\x82\x47\xa5\x08\x7a\x4b\x3f\x57\x22\x7a\xda\x68\xa9\x06\xdb\xa2\xa0\x3f\xe6\x44\xca\x45\x96\x33\xdf\x9a\x83\x23\xf7\xa2\x33\x2c\x1d\xcc\xf8\x22\x19\xa0\x12\x2c\x62\xd1\xf3\xeb\x70\xe6\x74\xe4\xda\x97\xdd\xb1\xaf\x32\xc2\x9f\x0d\xaf\x10\x96\xe9\x8e\x57\xa2\xd5\xa8\x1f\xcd\xa5\x80\x36\xaf\x15\x72\xf4\x1c\x6c\xce\x4a\xac\x54\x8d\x43\x0a\x6a\x2c\x20\x23\x7e\xc8\x18\xee\x59\x30\x37\x8c\xc8\x18\xbb\x39\x90\x52\xbe\xa6\xf7\x44\x9a\xe9\x70\xd3\x89\x89\xda\x27\xaf\xb2\x51\xc0\x10\x62\xd9\xca\xb3\xe5\xe1\xae\xc8\x20\x58\x6c\xfc\x5a\xc4\xb2\xa8\xaa\x88\x94\x4a\xac\x7e\xbb\x82\xff\xef\xbb\x82\x03\xea\xe4\x35\xef\xdf\xcd\xc5\x7b\xbf\x9d\xc0\x3f\xd6\x09\x8c\x1c\x58\x58\x95\x30\x64\x68\xa9\xab\x77\xfe\xe7\x87\x0d\xae\x60\x41\x4f\xb2\x01\xe3\xfc\x1d\x3d\x88\xe0\xb1\xb4\x45\x06\x1a\x8f\xde\x46\xb7\x3b\xd7\xea\x7d\x14\x7f\x5f\x08\x0a\xd3\x6a\xdb\x37\x0c\xb8\xe5\xe1\xd2\x31\xd7\xb4\xde\xc1\xda\xf6\xda\xdf\x1f\x2a\xe5\xd4\xc7\x07\x31\x96\xd1\x25\xa1\xae\xad\x45\x54\x02\x93\xb1\x1d\x96\x31\xe0\x5c\xe4\xf9\x9b\xcc\x8d\x7a\xd9\x02\x5a\xf4\xe3\x95\xcc\xf2\x4f\x15\x81\x9b\xfd\x14\x72\x5e\x0d\x37\x61\xbb\x8a\xdd\x0c\x7e\xd1\x99\xee\xbf\x2b\x27\xe4\x8d\x3b\x82\x6b\x0e\x48\x99\xac\xa4\x81\xe9\xf7\x90\xf3\xea\x8b\x1b\xaf\x2f\xe8\x6a\xbf\xa4\x7c\xb3\x11\xa9\xcd\x32\xd7\x80\x00\xa0\x0f\x00\x4f\x01\x81\x8f\x95\x40\x95\xb1\xca\x91\x6a\x4c\x49\xa5\x69\xf8\x1a\x0c\xdd\x69\xf3\xcc\x5d\x17\x49\xd2\x3a\x73\xbb\x69\xc7\xaf\x1f\xaf\xae\x66\x9f\xc6\x57\x8f\x97\x9d\x34\xde\xc1\xd7\x5a\xc7\xc4\xf5\x84\xc6\xc4\x0b\x85\x98\xc7\x0a\xab\x74\xa6\xfd\x5b\xe3\x7d\xa5\x48\x92\x32\xc5\xfb\x54\x7d\xa1\x76\x00\xb2\x87\xf2\x35\x66\xdc\x58\xe7\xc0\x95\x9f\x0f\x5f\xfb\x62\x1a\xff\x82\xbf\x3d\x61\xfe\x25\xde\x83\x10\x09\x09\x1c\x34\x8f\x2b\xe1\x81\x0f\xd8\x0e\x08\x10\x6b\xdb\x0e\xc7\x16\xb1\xd8\x6f\x7b\x3c\x2a\xe0\x0b\x14\xb1\xd5\x9e\x38\xca\xee\xc0\xb1\xfb\x52\x8e\xdd\x3a\x5b\x1e\xe3\x8d\x00\xda\x1d\xa1\xf4\x00\x08\xaa\x79\x76\xfe\xa9\xc2\xeb\xac\xe9\x53\xae\xdb\xfb\xc4\x26\x84\xbd\x48\xb8\x5a\x16\x7c\x29\xb2\x11\xb3\x0f\x9f\xaa\xb5\x5c\xae\x80\x99\x91\x94\xef\xdd\x05\x10\x8a\x78\x2b\x4b\xa8\x82\x25\x94\x6a\xaa\xe8\x9d\xd4\xd2\x37\x8f\x88\xba\x3f\xdf\xbb\xd7\x21\xa0\x22\x36\x44\xea\x09\x6a\xaa\x70\x72\x91\xfe\xd9\x06\xb5\xc0\x5f\xe6\x79\x75\xe9\x72\x50\xd7\x42\x85\x41\x63\xd3\x97\x10\x5e\x9b\x2a\x57\x04\x84\x90\xc7\x50\xbd\x1f\xb1\xd0\xd8\xa5\xdd\xf6\xc4\x4e\x86\xdd\x13\xd4\xb7\xe6\x55\x7f\xf0\x19\x60\x36\xdc\x6c\x80\x54\x5a\xdd\x8c\xf5\xbc\x9a\xf0\xc0\x70\xb4\x55\x86\x42\xe5\x57\x73\x6f\xec\x7b\xe1\x77\x5a\x01\x0b\xba\x98\x27\x03\xba\x84\xdf\xef\xec\x14\x9a\xe4\xee\x4e\xf5\x88\x68\xdf\x55\xb6\x96\x59\xa6\x5d\x8f\x9d\x6b\xdd\x32\x2f\x47\x8c\x0d\x97\x3a\x45\x3f\xd8\x35\x18\x45\x94\xef\xb3\x5e\x7a\x94\x6b\x54\x87\xc8\x5a\x9f\xae\x0e\x25\x32\xdb\xab\x3b\xde\x7f\xea\xdd\x23\xe7\x21\xd0\x61\x37\xc8\xc2\xd2\x39\x57\x32\xb0\x2d\x66\x92\x42\x83\x56\x73\x4c\xa2\x79\x31\x9b\x07\x05\xc1\xcc\xfa\x1f\xb9\x45\x34\xf2\x33\x37\x82\x4e\x46\x45\x9a\x19\x73\x49\xf6\x8e\xac\xb6\x4e\x19\x9f\x2a\xcb\xd6\x6b\xcd\xf1\xd8\x42\x2e\x52\xf7\x57\x2c\x81\xd9\x20\xdb\x25\x78\xac\x39\xd3\x4a\x58\x6b\x38\x55\x56\xa8\x6e\xc4\xf8\x3c\xb3\xfa\x6f\x5c\x6d\x9d\x28\x9b\x74\x8a\x1b\x5c\x31\xc0\xb2\xec\xb6\x79\x15\x37\xa0\x74\xce\xff\x93\xf9\xdf\xdf\xff\xe9\xff\x07\x00\x00\xff\xff\xf5\xc4\x11\x16\x94\x4d\x04\x00") func adminSwaggerJsonBytes() ([]byte, error) { return bindataRead( @@ -93,7 +93,7 @@ func adminSwaggerJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "admin.swagger.json", size: 284079, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 282004, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/flyteidl/gen/pb-java/flyteidl/admin/ClusterAssignmentOuterClass.java b/flyteidl/gen/pb-java/flyteidl/admin/ClusterAssignmentOuterClass.java index a48b48be02..d36dcfdc8e 100644 --- a/flyteidl/gen/pb-java/flyteidl/admin/ClusterAssignmentOuterClass.java +++ b/flyteidl/gen/pb-java/flyteidl/admin/ClusterAssignmentOuterClass.java @@ -19,30 +19,14 @@ public interface ClusterAssignmentOrBuilder extends com.google.protobuf.MessageOrBuilder { /** - * .flyteidl.admin.Affinity affinity = 1; + * string cluster_pool_name = 3; */ - boolean hasAffinity(); + java.lang.String getClusterPoolName(); /** - * .flyteidl.admin.Affinity affinity = 1; + * string cluster_pool_name = 3; */ - flyteidl.admin.ClusterAssignmentOuterClass.Affinity getAffinity(); - /** - * .flyteidl.admin.Affinity affinity = 1; - */ - flyteidl.admin.ClusterAssignmentOuterClass.AffinityOrBuilder getAffinityOrBuilder(); - - /** - * .flyteidl.admin.Toleration toleration = 2; - */ - boolean hasToleration(); - /** - * .flyteidl.admin.Toleration toleration = 2; - */ - flyteidl.admin.ClusterAssignmentOuterClass.Toleration getToleration(); - /** - * .flyteidl.admin.Toleration toleration = 2; - */ - flyteidl.admin.ClusterAssignmentOuterClass.TolerationOrBuilder getTolerationOrBuilder(); + com.google.protobuf.ByteString + getClusterPoolNameBytes(); } /** *
@@ -61,6 +45,7 @@ private ClusterAssignment(com.google.protobuf.GeneratedMessageV3.Builder buil
       super(builder);
     }
     private ClusterAssignment() {
+      clusterPoolName_ = "";
     }
 
     @java.lang.Override
@@ -87,30 +72,10 @@ private ClusterAssignment(
             case 0:
               done = true;
               break;
-            case 10: {
-              flyteidl.admin.ClusterAssignmentOuterClass.Affinity.Builder subBuilder = null;
-              if (affinity_ != null) {
-                subBuilder = affinity_.toBuilder();
-              }
-              affinity_ = input.readMessage(flyteidl.admin.ClusterAssignmentOuterClass.Affinity.parser(), extensionRegistry);
-              if (subBuilder != null) {
-                subBuilder.mergeFrom(affinity_);
-                affinity_ = subBuilder.buildPartial();
-              }
-
-              break;
-            }
-            case 18: {
-              flyteidl.admin.ClusterAssignmentOuterClass.Toleration.Builder subBuilder = null;
-              if (toleration_ != null) {
-                subBuilder = toleration_.toBuilder();
-              }
-              toleration_ = input.readMessage(flyteidl.admin.ClusterAssignmentOuterClass.Toleration.parser(), extensionRegistry);
-              if (subBuilder != null) {
-                subBuilder.mergeFrom(toleration_);
-                toleration_ = subBuilder.buildPartial();
-              }
+            case 26: {
+              java.lang.String s = input.readStringRequireUtf8();
 
+              clusterPoolName_ = s;
               break;
             }
             default: {
@@ -145,46 +110,38 @@ private ClusterAssignment(
               flyteidl.admin.ClusterAssignmentOuterClass.ClusterAssignment.class, flyteidl.admin.ClusterAssignmentOuterClass.ClusterAssignment.Builder.class);
     }
 
-    public static final int AFFINITY_FIELD_NUMBER = 1;
-    private flyteidl.admin.ClusterAssignmentOuterClass.Affinity affinity_;
-    /**
-     * .flyteidl.admin.Affinity affinity = 1;
-     */
-    public boolean hasAffinity() {
-      return affinity_ != null;
-    }
-    /**
-     * .flyteidl.admin.Affinity affinity = 1;
-     */
-    public flyteidl.admin.ClusterAssignmentOuterClass.Affinity getAffinity() {
-      return affinity_ == null ? flyteidl.admin.ClusterAssignmentOuterClass.Affinity.getDefaultInstance() : affinity_;
-    }
-    /**
-     * .flyteidl.admin.Affinity affinity = 1;
-     */
-    public flyteidl.admin.ClusterAssignmentOuterClass.AffinityOrBuilder getAffinityOrBuilder() {
-      return getAffinity();
-    }
-
-    public static final int TOLERATION_FIELD_NUMBER = 2;
-    private flyteidl.admin.ClusterAssignmentOuterClass.Toleration toleration_;
+    public static final int CLUSTER_POOL_NAME_FIELD_NUMBER = 3;
+    private volatile java.lang.Object clusterPoolName_;
     /**
-     * .flyteidl.admin.Toleration toleration = 2;
+     * string cluster_pool_name = 3;
      */
-    public boolean hasToleration() {
-      return toleration_ != null;
-    }
-    /**
-     * .flyteidl.admin.Toleration toleration = 2;
-     */
-    public flyteidl.admin.ClusterAssignmentOuterClass.Toleration getToleration() {
-      return toleration_ == null ? flyteidl.admin.ClusterAssignmentOuterClass.Toleration.getDefaultInstance() : toleration_;
+    public java.lang.String getClusterPoolName() {
+      java.lang.Object ref = clusterPoolName_;
+      if (ref instanceof java.lang.String) {
+        return (java.lang.String) ref;
+      } else {
+        com.google.protobuf.ByteString bs = 
+            (com.google.protobuf.ByteString) ref;
+        java.lang.String s = bs.toStringUtf8();
+        clusterPoolName_ = s;
+        return s;
+      }
     }
     /**
-     * .flyteidl.admin.Toleration toleration = 2;
+     * string cluster_pool_name = 3;
      */
-    public flyteidl.admin.ClusterAssignmentOuterClass.TolerationOrBuilder getTolerationOrBuilder() {
-      return getToleration();
+    public com.google.protobuf.ByteString
+        getClusterPoolNameBytes() {
+      java.lang.Object ref = clusterPoolName_;
+      if (ref instanceof java.lang.String) {
+        com.google.protobuf.ByteString b = 
+            com.google.protobuf.ByteString.copyFromUtf8(
+                (java.lang.String) ref);
+        clusterPoolName_ = b;
+        return b;
+      } else {
+        return (com.google.protobuf.ByteString) ref;
+      }
     }
 
     private byte memoizedIsInitialized = -1;
@@ -201,11 +158,8 @@ public final boolean isInitialized() {
     @java.lang.Override
     public void writeTo(com.google.protobuf.CodedOutputStream output)
                         throws java.io.IOException {
-      if (affinity_ != null) {
-        output.writeMessage(1, getAffinity());
-      }
-      if (toleration_ != null) {
-        output.writeMessage(2, getToleration());
+      if (!getClusterPoolNameBytes().isEmpty()) {
+        com.google.protobuf.GeneratedMessageV3.writeString(output, 3, clusterPoolName_);
       }
       unknownFields.writeTo(output);
     }
@@ -216,13 +170,8 @@ public int getSerializedSize() {
       if (size != -1) return size;
 
       size = 0;
-      if (affinity_ != null) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeMessageSize(1, getAffinity());
-      }
-      if (toleration_ != null) {
-        size += com.google.protobuf.CodedOutputStream
-          .computeMessageSize(2, getToleration());
+      if (!getClusterPoolNameBytes().isEmpty()) {
+        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, clusterPoolName_);
       }
       size += unknownFields.getSerializedSize();
       memoizedSize = size;
@@ -239,16 +188,8 @@ public boolean equals(final java.lang.Object obj) {
       }
       flyteidl.admin.ClusterAssignmentOuterClass.ClusterAssignment other = (flyteidl.admin.ClusterAssignmentOuterClass.ClusterAssignment) obj;
 
-      if (hasAffinity() != other.hasAffinity()) return false;
-      if (hasAffinity()) {
-        if (!getAffinity()
-            .equals(other.getAffinity())) return false;
-      }
-      if (hasToleration() != other.hasToleration()) return false;
-      if (hasToleration()) {
-        if (!getToleration()
-            .equals(other.getToleration())) return false;
-      }
+      if (!getClusterPoolName()
+          .equals(other.getClusterPoolName())) return false;
       if (!unknownFields.equals(other.unknownFields)) return false;
       return true;
     }
@@ -260,14 +201,8 @@ public int hashCode() {
       }
       int hash = 41;
       hash = (19 * hash) + getDescriptor().hashCode();
-      if (hasAffinity()) {
-        hash = (37 * hash) + AFFINITY_FIELD_NUMBER;
-        hash = (53 * hash) + getAffinity().hashCode();
-      }
-      if (hasToleration()) {
-        hash = (37 * hash) + TOLERATION_FIELD_NUMBER;
-        hash = (53 * hash) + getToleration().hashCode();
-      }
+      hash = (37 * hash) + CLUSTER_POOL_NAME_FIELD_NUMBER;
+      hash = (53 * hash) + getClusterPoolName().hashCode();
       hash = (29 * hash) + unknownFields.hashCode();
       memoizedHashCode = hash;
       return hash;
@@ -405,18 +340,8 @@ private void maybeForceBuilderInitialization() {
       @java.lang.Override
       public Builder clear() {
         super.clear();
-        if (affinityBuilder_ == null) {
-          affinity_ = null;
-        } else {
-          affinity_ = null;
-          affinityBuilder_ = null;
-        }
-        if (tolerationBuilder_ == null) {
-          toleration_ = null;
-        } else {
-          toleration_ = null;
-          tolerationBuilder_ = null;
-        }
+        clusterPoolName_ = "";
+
         return this;
       }
 
@@ -443,16 +368,7 @@ public flyteidl.admin.ClusterAssignmentOuterClass.ClusterAssignment build() {
       @java.lang.Override
       public flyteidl.admin.ClusterAssignmentOuterClass.ClusterAssignment buildPartial() {
         flyteidl.admin.ClusterAssignmentOuterClass.ClusterAssignment result = new flyteidl.admin.ClusterAssignmentOuterClass.ClusterAssignment(this);
-        if (affinityBuilder_ == null) {
-          result.affinity_ = affinity_;
-        } else {
-          result.affinity_ = affinityBuilder_.build();
-        }
-        if (tolerationBuilder_ == null) {
-          result.toleration_ = toleration_;
-        } else {
-          result.toleration_ = tolerationBuilder_.build();
-        }
+        result.clusterPoolName_ = clusterPoolName_;
         onBuilt();
         return result;
       }
@@ -501,11 +417,9 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
 
       public Builder mergeFrom(flyteidl.admin.ClusterAssignmentOuterClass.ClusterAssignment other) {
         if (other == flyteidl.admin.ClusterAssignmentOuterClass.ClusterAssignment.getDefaultInstance()) return this;
-        if (other.hasAffinity()) {
-          mergeAffinity(other.getAffinity());
-        }
-        if (other.hasToleration()) {
-          mergeToleration(other.getToleration());
+        if (!other.getClusterPoolName().isEmpty()) {
+          clusterPoolName_ = other.clusterPoolName_;
+          onChanged();
         }
         this.mergeUnknownFields(other.unknownFields);
         onChanged();
@@ -536,238 +450,73 @@ public Builder mergeFrom(
         return this;
       }
 
-      private flyteidl.admin.ClusterAssignmentOuterClass.Affinity affinity_;
-      private com.google.protobuf.SingleFieldBuilderV3<
-          flyteidl.admin.ClusterAssignmentOuterClass.Affinity, flyteidl.admin.ClusterAssignmentOuterClass.Affinity.Builder, flyteidl.admin.ClusterAssignmentOuterClass.AffinityOrBuilder> affinityBuilder_;
-      /**
-       * .flyteidl.admin.Affinity affinity = 1;
-       */
-      public boolean hasAffinity() {
-        return affinityBuilder_ != null || affinity_ != null;
-      }
-      /**
-       * .flyteidl.admin.Affinity affinity = 1;
-       */
-      public flyteidl.admin.ClusterAssignmentOuterClass.Affinity getAffinity() {
-        if (affinityBuilder_ == null) {
-          return affinity_ == null ? flyteidl.admin.ClusterAssignmentOuterClass.Affinity.getDefaultInstance() : affinity_;
-        } else {
-          return affinityBuilder_.getMessage();
-        }
-      }
-      /**
-       * .flyteidl.admin.Affinity affinity = 1;
-       */
-      public Builder setAffinity(flyteidl.admin.ClusterAssignmentOuterClass.Affinity value) {
-        if (affinityBuilder_ == null) {
-          if (value == null) {
-            throw new NullPointerException();
-          }
-          affinity_ = value;
-          onChanged();
-        } else {
-          affinityBuilder_.setMessage(value);
-        }
-
-        return this;
-      }
+      private java.lang.Object clusterPoolName_ = "";
       /**
-       * .flyteidl.admin.Affinity affinity = 1;
+       * string cluster_pool_name = 3;
        */
-      public Builder setAffinity(
-          flyteidl.admin.ClusterAssignmentOuterClass.Affinity.Builder builderForValue) {
-        if (affinityBuilder_ == null) {
-          affinity_ = builderForValue.build();
-          onChanged();
+      public java.lang.String getClusterPoolName() {
+        java.lang.Object ref = clusterPoolName_;
+        if (!(ref instanceof java.lang.String)) {
+          com.google.protobuf.ByteString bs =
+              (com.google.protobuf.ByteString) ref;
+          java.lang.String s = bs.toStringUtf8();
+          clusterPoolName_ = s;
+          return s;
         } else {
-          affinityBuilder_.setMessage(builderForValue.build());
+          return (java.lang.String) ref;
         }
-
-        return this;
       }
       /**
-       * .flyteidl.admin.Affinity affinity = 1;
+       * string cluster_pool_name = 3;
        */
-      public Builder mergeAffinity(flyteidl.admin.ClusterAssignmentOuterClass.Affinity value) {
-        if (affinityBuilder_ == null) {
-          if (affinity_ != null) {
-            affinity_ =
-              flyteidl.admin.ClusterAssignmentOuterClass.Affinity.newBuilder(affinity_).mergeFrom(value).buildPartial();
-          } else {
-            affinity_ = value;
-          }
-          onChanged();
+      public com.google.protobuf.ByteString
+          getClusterPoolNameBytes() {
+        java.lang.Object ref = clusterPoolName_;
+        if (ref instanceof String) {
+          com.google.protobuf.ByteString b = 
+              com.google.protobuf.ByteString.copyFromUtf8(
+                  (java.lang.String) ref);
+          clusterPoolName_ = b;
+          return b;
         } else {
-          affinityBuilder_.mergeFrom(value);
+          return (com.google.protobuf.ByteString) ref;
         }
-
-        return this;
       }
       /**
-       * .flyteidl.admin.Affinity affinity = 1;
+       * string cluster_pool_name = 3;
        */
-      public Builder clearAffinity() {
-        if (affinityBuilder_ == null) {
-          affinity_ = null;
-          onChanged();
-        } else {
-          affinity_ = null;
-          affinityBuilder_ = null;
-        }
-
+      public Builder setClusterPoolName(
+          java.lang.String value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  
+        clusterPoolName_ = value;
+        onChanged();
         return this;
       }
       /**
-       * .flyteidl.admin.Affinity affinity = 1;
+       * string cluster_pool_name = 3;
        */
-      public flyteidl.admin.ClusterAssignmentOuterClass.Affinity.Builder getAffinityBuilder() {
+      public Builder clearClusterPoolName() {
         
+        clusterPoolName_ = getDefaultInstance().getClusterPoolName();
         onChanged();
-        return getAffinityFieldBuilder().getBuilder();
-      }
-      /**
-       * .flyteidl.admin.Affinity affinity = 1;
-       */
-      public flyteidl.admin.ClusterAssignmentOuterClass.AffinityOrBuilder getAffinityOrBuilder() {
-        if (affinityBuilder_ != null) {
-          return affinityBuilder_.getMessageOrBuilder();
-        } else {
-          return affinity_ == null ?
-              flyteidl.admin.ClusterAssignmentOuterClass.Affinity.getDefaultInstance() : affinity_;
-        }
-      }
-      /**
-       * .flyteidl.admin.Affinity affinity = 1;
-       */
-      private com.google.protobuf.SingleFieldBuilderV3<
-          flyteidl.admin.ClusterAssignmentOuterClass.Affinity, flyteidl.admin.ClusterAssignmentOuterClass.Affinity.Builder, flyteidl.admin.ClusterAssignmentOuterClass.AffinityOrBuilder> 
-          getAffinityFieldBuilder() {
-        if (affinityBuilder_ == null) {
-          affinityBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-              flyteidl.admin.ClusterAssignmentOuterClass.Affinity, flyteidl.admin.ClusterAssignmentOuterClass.Affinity.Builder, flyteidl.admin.ClusterAssignmentOuterClass.AffinityOrBuilder>(
-                  getAffinity(),
-                  getParentForChildren(),
-                  isClean());
-          affinity_ = null;
-        }
-        return affinityBuilder_;
-      }
-
-      private flyteidl.admin.ClusterAssignmentOuterClass.Toleration toleration_;
-      private com.google.protobuf.SingleFieldBuilderV3<
-          flyteidl.admin.ClusterAssignmentOuterClass.Toleration, flyteidl.admin.ClusterAssignmentOuterClass.Toleration.Builder, flyteidl.admin.ClusterAssignmentOuterClass.TolerationOrBuilder> tolerationBuilder_;
-      /**
-       * .flyteidl.admin.Toleration toleration = 2;
-       */
-      public boolean hasToleration() {
-        return tolerationBuilder_ != null || toleration_ != null;
-      }
-      /**
-       * .flyteidl.admin.Toleration toleration = 2;
-       */
-      public flyteidl.admin.ClusterAssignmentOuterClass.Toleration getToleration() {
-        if (tolerationBuilder_ == null) {
-          return toleration_ == null ? flyteidl.admin.ClusterAssignmentOuterClass.Toleration.getDefaultInstance() : toleration_;
-        } else {
-          return tolerationBuilder_.getMessage();
-        }
-      }
-      /**
-       * .flyteidl.admin.Toleration toleration = 2;
-       */
-      public Builder setToleration(flyteidl.admin.ClusterAssignmentOuterClass.Toleration value) {
-        if (tolerationBuilder_ == null) {
-          if (value == null) {
-            throw new NullPointerException();
-          }
-          toleration_ = value;
-          onChanged();
-        } else {
-          tolerationBuilder_.setMessage(value);
-        }
-
-        return this;
-      }
-      /**
-       * .flyteidl.admin.Toleration toleration = 2;
-       */
-      public Builder setToleration(
-          flyteidl.admin.ClusterAssignmentOuterClass.Toleration.Builder builderForValue) {
-        if (tolerationBuilder_ == null) {
-          toleration_ = builderForValue.build();
-          onChanged();
-        } else {
-          tolerationBuilder_.setMessage(builderForValue.build());
-        }
-
-        return this;
-      }
-      /**
-       * .flyteidl.admin.Toleration toleration = 2;
-       */
-      public Builder mergeToleration(flyteidl.admin.ClusterAssignmentOuterClass.Toleration value) {
-        if (tolerationBuilder_ == null) {
-          if (toleration_ != null) {
-            toleration_ =
-              flyteidl.admin.ClusterAssignmentOuterClass.Toleration.newBuilder(toleration_).mergeFrom(value).buildPartial();
-          } else {
-            toleration_ = value;
-          }
-          onChanged();
-        } else {
-          tolerationBuilder_.mergeFrom(value);
-        }
-
-        return this;
-      }
-      /**
-       * .flyteidl.admin.Toleration toleration = 2;
-       */
-      public Builder clearToleration() {
-        if (tolerationBuilder_ == null) {
-          toleration_ = null;
-          onChanged();
-        } else {
-          toleration_ = null;
-          tolerationBuilder_ = null;
-        }
-
         return this;
       }
       /**
-       * .flyteidl.admin.Toleration toleration = 2;
+       * string cluster_pool_name = 3;
        */
-      public flyteidl.admin.ClusterAssignmentOuterClass.Toleration.Builder getTolerationBuilder() {
+      public Builder setClusterPoolNameBytes(
+          com.google.protobuf.ByteString value) {
+        if (value == null) {
+    throw new NullPointerException();
+  }
+  checkByteStringIsUtf8(value);
         
+        clusterPoolName_ = value;
         onChanged();
-        return getTolerationFieldBuilder().getBuilder();
-      }
-      /**
-       * .flyteidl.admin.Toleration toleration = 2;
-       */
-      public flyteidl.admin.ClusterAssignmentOuterClass.TolerationOrBuilder getTolerationOrBuilder() {
-        if (tolerationBuilder_ != null) {
-          return tolerationBuilder_.getMessageOrBuilder();
-        } else {
-          return toleration_ == null ?
-              flyteidl.admin.ClusterAssignmentOuterClass.Toleration.getDefaultInstance() : toleration_;
-        }
-      }
-      /**
-       * .flyteidl.admin.Toleration toleration = 2;
-       */
-      private com.google.protobuf.SingleFieldBuilderV3<
-          flyteidl.admin.ClusterAssignmentOuterClass.Toleration, flyteidl.admin.ClusterAssignmentOuterClass.Toleration.Builder, flyteidl.admin.ClusterAssignmentOuterClass.TolerationOrBuilder> 
-          getTolerationFieldBuilder() {
-        if (tolerationBuilder_ == null) {
-          tolerationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
-              flyteidl.admin.ClusterAssignmentOuterClass.Toleration, flyteidl.admin.ClusterAssignmentOuterClass.Toleration.Builder, flyteidl.admin.ClusterAssignmentOuterClass.TolerationOrBuilder>(
-                  getToleration(),
-                  getParentForChildren(),
-                  isClean());
-          toleration_ = null;
-        }
-        return tolerationBuilder_;
+        return this;
       }
       @java.lang.Override
       public final Builder setUnknownFields(
@@ -822,2970 +571,25 @@ public flyteidl.admin.ClusterAssignmentOuterClass.ClusterAssignment getDefaultIn
 
   }
 
-  public interface AffinityOrBuilder extends
-      // @@protoc_insertion_point(interface_extends:flyteidl.admin.Affinity)
-      com.google.protobuf.MessageOrBuilder {
+  private static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_flyteidl_admin_ClusterAssignment_descriptor;
+  private static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_flyteidl_admin_ClusterAssignment_fieldAccessorTable;
 
-    /**
-     * 
-     * Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects.
-     * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - java.util.List - getSelectorsList(); - /** - *
-     * Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects.
-     * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - flyteidl.admin.ClusterAssignmentOuterClass.Selector getSelectors(int index); - /** - *
-     * Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects.
-     * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - int getSelectorsCount(); - /** - *
-     * Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects.
-     * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - java.util.List - getSelectorsOrBuilderList(); - /** - *
-     * Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects.
-     * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - flyteidl.admin.ClusterAssignmentOuterClass.SelectorOrBuilder getSelectorsOrBuilder( - int index); - } - /** - *
-   * Defines a set of constraints used to select eligible objects based on labels they possess.
-   * 
- * - * Protobuf type {@code flyteidl.admin.Affinity} - */ - public static final class Affinity extends - com.google.protobuf.GeneratedMessageV3 implements - // @@protoc_insertion_point(message_implements:flyteidl.admin.Affinity) - AffinityOrBuilder { - private static final long serialVersionUID = 0L; - // Use Affinity.newBuilder() to construct. - private Affinity(com.google.protobuf.GeneratedMessageV3.Builder builder) { - super(builder); - } - private Affinity() { - selectors_ = java.util.Collections.emptyList(); - } - - @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { - return this.unknownFields; - } - private Affinity( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - this(); - if (extensionRegistry == null) { - throw new java.lang.NullPointerException(); - } - int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); - try { - boolean done = false; - while (!done) { - int tag = input.readTag(); - switch (tag) { - case 0: - done = true; - break; - case 10: { - if (!((mutable_bitField0_ & 0x00000001) != 0)) { - selectors_ = new java.util.ArrayList(); - mutable_bitField0_ |= 0x00000001; - } - selectors_.add( - input.readMessage(flyteidl.admin.ClusterAssignmentOuterClass.Selector.parser(), extensionRegistry)); - break; - } - default: { - if (!parseUnknownField( - input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; - } - } - } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(this); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( - e).setUnfinishedMessage(this); - } finally { - if (((mutable_bitField0_ & 0x00000001) != 0)) { - selectors_ = java.util.Collections.unmodifiableList(selectors_); - } - this.unknownFields = unknownFields.build(); - makeExtensionsImmutable(); - } - } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return flyteidl.admin.ClusterAssignmentOuterClass.internal_static_flyteidl_admin_Affinity_descriptor; - } - - @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internalGetFieldAccessorTable() { - return flyteidl.admin.ClusterAssignmentOuterClass.internal_static_flyteidl_admin_Affinity_fieldAccessorTable - .ensureFieldAccessorsInitialized( - flyteidl.admin.ClusterAssignmentOuterClass.Affinity.class, flyteidl.admin.ClusterAssignmentOuterClass.Affinity.Builder.class); - } - - public static final int SELECTORS_FIELD_NUMBER = 1; - private java.util.List selectors_; - /** - *
-     * Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects.
-     * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public java.util.List getSelectorsList() { - return selectors_; - } - /** - *
-     * Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects.
-     * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public java.util.List - getSelectorsOrBuilderList() { - return selectors_; - } - /** - *
-     * Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects.
-     * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public int getSelectorsCount() { - return selectors_.size(); - } - /** - *
-     * Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects.
-     * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public flyteidl.admin.ClusterAssignmentOuterClass.Selector getSelectors(int index) { - return selectors_.get(index); - } - /** - *
-     * Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects.
-     * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public flyteidl.admin.ClusterAssignmentOuterClass.SelectorOrBuilder getSelectorsOrBuilder( - int index) { - return selectors_.get(index); - } - - private byte memoizedIsInitialized = -1; - @java.lang.Override - public final boolean isInitialized() { - byte isInitialized = memoizedIsInitialized; - if (isInitialized == 1) return true; - if (isInitialized == 0) return false; - - memoizedIsInitialized = 1; - return true; - } - - @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { - for (int i = 0; i < selectors_.size(); i++) { - output.writeMessage(1, selectors_.get(i)); - } - unknownFields.writeTo(output); - } - - @java.lang.Override - public int getSerializedSize() { - int size = memoizedSize; - if (size != -1) return size; - - size = 0; - for (int i = 0; i < selectors_.size(); i++) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, selectors_.get(i)); - } - size += unknownFields.getSerializedSize(); - memoizedSize = size; - return size; - } - - @java.lang.Override - public boolean equals(final java.lang.Object obj) { - if (obj == this) { - return true; - } - if (!(obj instanceof flyteidl.admin.ClusterAssignmentOuterClass.Affinity)) { - return super.equals(obj); - } - flyteidl.admin.ClusterAssignmentOuterClass.Affinity other = (flyteidl.admin.ClusterAssignmentOuterClass.Affinity) obj; - - if (!getSelectorsList() - .equals(other.getSelectorsList())) return false; - if (!unknownFields.equals(other.unknownFields)) return false; - return true; - } - - @java.lang.Override - public int hashCode() { - if (memoizedHashCode != 0) { - return memoizedHashCode; - } - int hash = 41; - hash = (19 * hash) + getDescriptor().hashCode(); - if (getSelectorsCount() > 0) { - hash = (37 * hash) + SELECTORS_FIELD_NUMBER; - hash = (53 * hash) + getSelectorsList().hashCode(); - } - hash = (29 * hash) + unknownFields.hashCode(); - memoizedHashCode = hash; - return hash; - } - - public static flyteidl.admin.ClusterAssignmentOuterClass.Affinity parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Affinity parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data, extensionRegistry); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Affinity parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Affinity parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data, extensionRegistry); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Affinity parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Affinity parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data, extensionRegistry); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Affinity parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Affinity parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Affinity parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Affinity parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Affinity parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Affinity parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); - } - - @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } - public static Builder newBuilder() { - return DEFAULT_INSTANCE.toBuilder(); - } - public static Builder newBuilder(flyteidl.admin.ClusterAssignmentOuterClass.Affinity prototype) { - return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); - } - @java.lang.Override - public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); - } - - @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - Builder builder = new Builder(parent); - return builder; - } - /** - *
-     * Defines a set of constraints used to select eligible objects based on labels they possess.
-     * 
- * - * Protobuf type {@code flyteidl.admin.Affinity} - */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements - // @@protoc_insertion_point(builder_implements:flyteidl.admin.Affinity) - flyteidl.admin.ClusterAssignmentOuterClass.AffinityOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return flyteidl.admin.ClusterAssignmentOuterClass.internal_static_flyteidl_admin_Affinity_descriptor; - } - - @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internalGetFieldAccessorTable() { - return flyteidl.admin.ClusterAssignmentOuterClass.internal_static_flyteidl_admin_Affinity_fieldAccessorTable - .ensureFieldAccessorsInitialized( - flyteidl.admin.ClusterAssignmentOuterClass.Affinity.class, flyteidl.admin.ClusterAssignmentOuterClass.Affinity.Builder.class); - } - - // Construct using flyteidl.admin.ClusterAssignmentOuterClass.Affinity.newBuilder() - private Builder() { - maybeForceBuilderInitialization(); - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); - maybeForceBuilderInitialization(); - } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 - .alwaysUseFieldBuilders) { - getSelectorsFieldBuilder(); - } - } - @java.lang.Override - public Builder clear() { - super.clear(); - if (selectorsBuilder_ == null) { - selectors_ = java.util.Collections.emptyList(); - bitField0_ = (bitField0_ & ~0x00000001); - } else { - selectorsBuilder_.clear(); - } - return this; - } - - @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return flyteidl.admin.ClusterAssignmentOuterClass.internal_static_flyteidl_admin_Affinity_descriptor; - } - - @java.lang.Override - public flyteidl.admin.ClusterAssignmentOuterClass.Affinity getDefaultInstanceForType() { - return flyteidl.admin.ClusterAssignmentOuterClass.Affinity.getDefaultInstance(); - } - - @java.lang.Override - public flyteidl.admin.ClusterAssignmentOuterClass.Affinity build() { - flyteidl.admin.ClusterAssignmentOuterClass.Affinity result = buildPartial(); - if (!result.isInitialized()) { - throw newUninitializedMessageException(result); - } - return result; - } - - @java.lang.Override - public flyteidl.admin.ClusterAssignmentOuterClass.Affinity buildPartial() { - flyteidl.admin.ClusterAssignmentOuterClass.Affinity result = new flyteidl.admin.ClusterAssignmentOuterClass.Affinity(this); - int from_bitField0_ = bitField0_; - if (selectorsBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0)) { - selectors_ = java.util.Collections.unmodifiableList(selectors_); - bitField0_ = (bitField0_ & ~0x00000001); - } - result.selectors_ = selectors_; - } else { - result.selectors_ = selectorsBuilder_.build(); - } - onBuilt(); - return result; - } - - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } - @java.lang.Override - public Builder mergeFrom(com.google.protobuf.Message other) { - if (other instanceof flyteidl.admin.ClusterAssignmentOuterClass.Affinity) { - return mergeFrom((flyteidl.admin.ClusterAssignmentOuterClass.Affinity)other); - } else { - super.mergeFrom(other); - return this; - } - } - - public Builder mergeFrom(flyteidl.admin.ClusterAssignmentOuterClass.Affinity other) { - if (other == flyteidl.admin.ClusterAssignmentOuterClass.Affinity.getDefaultInstance()) return this; - if (selectorsBuilder_ == null) { - if (!other.selectors_.isEmpty()) { - if (selectors_.isEmpty()) { - selectors_ = other.selectors_; - bitField0_ = (bitField0_ & ~0x00000001); - } else { - ensureSelectorsIsMutable(); - selectors_.addAll(other.selectors_); - } - onChanged(); - } - } else { - if (!other.selectors_.isEmpty()) { - if (selectorsBuilder_.isEmpty()) { - selectorsBuilder_.dispose(); - selectorsBuilder_ = null; - selectors_ = other.selectors_; - bitField0_ = (bitField0_ & ~0x00000001); - selectorsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? - getSelectorsFieldBuilder() : null; - } else { - selectorsBuilder_.addAllMessages(other.selectors_); - } - } - } - this.mergeUnknownFields(other.unknownFields); - onChanged(); - return this; - } - - @java.lang.Override - public final boolean isInitialized() { - return true; - } - - @java.lang.Override - public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - flyteidl.admin.ClusterAssignmentOuterClass.Affinity parsedMessage = null; - try { - parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = (flyteidl.admin.ClusterAssignmentOuterClass.Affinity) e.getUnfinishedMessage(); - throw e.unwrapIOException(); - } finally { - if (parsedMessage != null) { - mergeFrom(parsedMessage); - } - } - return this; - } - private int bitField0_; - - private java.util.List selectors_ = - java.util.Collections.emptyList(); - private void ensureSelectorsIsMutable() { - if (!((bitField0_ & 0x00000001) != 0)) { - selectors_ = new java.util.ArrayList(selectors_); - bitField0_ |= 0x00000001; - } - } - - private com.google.protobuf.RepeatedFieldBuilderV3< - flyteidl.admin.ClusterAssignmentOuterClass.Selector, flyteidl.admin.ClusterAssignmentOuterClass.Selector.Builder, flyteidl.admin.ClusterAssignmentOuterClass.SelectorOrBuilder> selectorsBuilder_; - - /** - *
-       * Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public java.util.List getSelectorsList() { - if (selectorsBuilder_ == null) { - return java.util.Collections.unmodifiableList(selectors_); - } else { - return selectorsBuilder_.getMessageList(); - } - } - /** - *
-       * Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public int getSelectorsCount() { - if (selectorsBuilder_ == null) { - return selectors_.size(); - } else { - return selectorsBuilder_.getCount(); - } - } - /** - *
-       * Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public flyteidl.admin.ClusterAssignmentOuterClass.Selector getSelectors(int index) { - if (selectorsBuilder_ == null) { - return selectors_.get(index); - } else { - return selectorsBuilder_.getMessage(index); - } - } - /** - *
-       * Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public Builder setSelectors( - int index, flyteidl.admin.ClusterAssignmentOuterClass.Selector value) { - if (selectorsBuilder_ == null) { - if (value == null) { - throw new NullPointerException(); - } - ensureSelectorsIsMutable(); - selectors_.set(index, value); - onChanged(); - } else { - selectorsBuilder_.setMessage(index, value); - } - return this; - } - /** - *
-       * Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public Builder setSelectors( - int index, flyteidl.admin.ClusterAssignmentOuterClass.Selector.Builder builderForValue) { - if (selectorsBuilder_ == null) { - ensureSelectorsIsMutable(); - selectors_.set(index, builderForValue.build()); - onChanged(); - } else { - selectorsBuilder_.setMessage(index, builderForValue.build()); - } - return this; - } - /** - *
-       * Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public Builder addSelectors(flyteidl.admin.ClusterAssignmentOuterClass.Selector value) { - if (selectorsBuilder_ == null) { - if (value == null) { - throw new NullPointerException(); - } - ensureSelectorsIsMutable(); - selectors_.add(value); - onChanged(); - } else { - selectorsBuilder_.addMessage(value); - } - return this; - } - /** - *
-       * Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public Builder addSelectors( - int index, flyteidl.admin.ClusterAssignmentOuterClass.Selector value) { - if (selectorsBuilder_ == null) { - if (value == null) { - throw new NullPointerException(); - } - ensureSelectorsIsMutable(); - selectors_.add(index, value); - onChanged(); - } else { - selectorsBuilder_.addMessage(index, value); - } - return this; - } - /** - *
-       * Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public Builder addSelectors( - flyteidl.admin.ClusterAssignmentOuterClass.Selector.Builder builderForValue) { - if (selectorsBuilder_ == null) { - ensureSelectorsIsMutable(); - selectors_.add(builderForValue.build()); - onChanged(); - } else { - selectorsBuilder_.addMessage(builderForValue.build()); - } - return this; - } - /** - *
-       * Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public Builder addSelectors( - int index, flyteidl.admin.ClusterAssignmentOuterClass.Selector.Builder builderForValue) { - if (selectorsBuilder_ == null) { - ensureSelectorsIsMutable(); - selectors_.add(index, builderForValue.build()); - onChanged(); - } else { - selectorsBuilder_.addMessage(index, builderForValue.build()); - } - return this; - } - /** - *
-       * Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public Builder addAllSelectors( - java.lang.Iterable values) { - if (selectorsBuilder_ == null) { - ensureSelectorsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, selectors_); - onChanged(); - } else { - selectorsBuilder_.addAllMessages(values); - } - return this; - } - /** - *
-       * Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public Builder clearSelectors() { - if (selectorsBuilder_ == null) { - selectors_ = java.util.Collections.emptyList(); - bitField0_ = (bitField0_ & ~0x00000001); - onChanged(); - } else { - selectorsBuilder_.clear(); - } - return this; - } - /** - *
-       * Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public Builder removeSelectors(int index) { - if (selectorsBuilder_ == null) { - ensureSelectorsIsMutable(); - selectors_.remove(index); - onChanged(); - } else { - selectorsBuilder_.remove(index); - } - return this; - } - /** - *
-       * Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public flyteidl.admin.ClusterAssignmentOuterClass.Selector.Builder getSelectorsBuilder( - int index) { - return getSelectorsFieldBuilder().getBuilder(index); - } - /** - *
-       * Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public flyteidl.admin.ClusterAssignmentOuterClass.SelectorOrBuilder getSelectorsOrBuilder( - int index) { - if (selectorsBuilder_ == null) { - return selectors_.get(index); } else { - return selectorsBuilder_.getMessageOrBuilder(index); - } - } - /** - *
-       * Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public java.util.List - getSelectorsOrBuilderList() { - if (selectorsBuilder_ != null) { - return selectorsBuilder_.getMessageOrBuilderList(); - } else { - return java.util.Collections.unmodifiableList(selectors_); - } - } - /** - *
-       * Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public flyteidl.admin.ClusterAssignmentOuterClass.Selector.Builder addSelectorsBuilder() { - return getSelectorsFieldBuilder().addBuilder( - flyteidl.admin.ClusterAssignmentOuterClass.Selector.getDefaultInstance()); - } - /** - *
-       * Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public flyteidl.admin.ClusterAssignmentOuterClass.Selector.Builder addSelectorsBuilder( - int index) { - return getSelectorsFieldBuilder().addBuilder( - index, flyteidl.admin.ClusterAssignmentOuterClass.Selector.getDefaultInstance()); - } - /** - *
-       * Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public java.util.List - getSelectorsBuilderList() { - return getSelectorsFieldBuilder().getBuilderList(); - } - private com.google.protobuf.RepeatedFieldBuilderV3< - flyteidl.admin.ClusterAssignmentOuterClass.Selector, flyteidl.admin.ClusterAssignmentOuterClass.Selector.Builder, flyteidl.admin.ClusterAssignmentOuterClass.SelectorOrBuilder> - getSelectorsFieldBuilder() { - if (selectorsBuilder_ == null) { - selectorsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< - flyteidl.admin.ClusterAssignmentOuterClass.Selector, flyteidl.admin.ClusterAssignmentOuterClass.Selector.Builder, flyteidl.admin.ClusterAssignmentOuterClass.SelectorOrBuilder>( - selectors_, - ((bitField0_ & 0x00000001) != 0), - getParentForChildren(), - isClean()); - selectors_ = null; - } - return selectorsBuilder_; - } - @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { - return super.setUnknownFields(unknownFields); - } - - @java.lang.Override - public final Builder mergeUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { - return super.mergeUnknownFields(unknownFields); - } - - - // @@protoc_insertion_point(builder_scope:flyteidl.admin.Affinity) - } - - // @@protoc_insertion_point(class_scope:flyteidl.admin.Affinity) - private static final flyteidl.admin.ClusterAssignmentOuterClass.Affinity DEFAULT_INSTANCE; - static { - DEFAULT_INSTANCE = new flyteidl.admin.ClusterAssignmentOuterClass.Affinity(); - } - - public static flyteidl.admin.ClusterAssignmentOuterClass.Affinity getDefaultInstance() { - return DEFAULT_INSTANCE; - } - - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Affinity parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new Affinity(input, extensionRegistry); - } - }; - - public static com.google.protobuf.Parser parser() { - return PARSER; - } - - @java.lang.Override - public com.google.protobuf.Parser getParserForType() { - return PARSER; - } - - @java.lang.Override - public flyteidl.admin.ClusterAssignmentOuterClass.Affinity getDefaultInstanceForType() { - return DEFAULT_INSTANCE; - } - - } - - public interface TolerationOrBuilder extends - // @@protoc_insertion_point(interface_extends:flyteidl.admin.Toleration) - com.google.protobuf.MessageOrBuilder { - - /** - *
-     * A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
-     * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - java.util.List - getSelectorsList(); - /** - *
-     * A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
-     * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - flyteidl.admin.ClusterAssignmentOuterClass.Selector getSelectors(int index); - /** - *
-     * A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
-     * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - int getSelectorsCount(); - /** - *
-     * A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
-     * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - java.util.List - getSelectorsOrBuilderList(); - /** - *
-     * A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
-     * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - flyteidl.admin.ClusterAssignmentOuterClass.SelectorOrBuilder getSelectorsOrBuilder( - int index); - } - /** - *
-   * Defines a set of specific label selectors that the execution can tolerate on a cluster.
-   * 
- * - * Protobuf type {@code flyteidl.admin.Toleration} - */ - public static final class Toleration extends - com.google.protobuf.GeneratedMessageV3 implements - // @@protoc_insertion_point(message_implements:flyteidl.admin.Toleration) - TolerationOrBuilder { - private static final long serialVersionUID = 0L; - // Use Toleration.newBuilder() to construct. - private Toleration(com.google.protobuf.GeneratedMessageV3.Builder builder) { - super(builder); - } - private Toleration() { - selectors_ = java.util.Collections.emptyList(); - } - - @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { - return this.unknownFields; - } - private Toleration( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - this(); - if (extensionRegistry == null) { - throw new java.lang.NullPointerException(); - } - int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); - try { - boolean done = false; - while (!done) { - int tag = input.readTag(); - switch (tag) { - case 0: - done = true; - break; - case 10: { - if (!((mutable_bitField0_ & 0x00000001) != 0)) { - selectors_ = new java.util.ArrayList(); - mutable_bitField0_ |= 0x00000001; - } - selectors_.add( - input.readMessage(flyteidl.admin.ClusterAssignmentOuterClass.Selector.parser(), extensionRegistry)); - break; - } - default: { - if (!parseUnknownField( - input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; - } - } - } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(this); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( - e).setUnfinishedMessage(this); - } finally { - if (((mutable_bitField0_ & 0x00000001) != 0)) { - selectors_ = java.util.Collections.unmodifiableList(selectors_); - } - this.unknownFields = unknownFields.build(); - makeExtensionsImmutable(); - } - } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return flyteidl.admin.ClusterAssignmentOuterClass.internal_static_flyteidl_admin_Toleration_descriptor; - } - - @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internalGetFieldAccessorTable() { - return flyteidl.admin.ClusterAssignmentOuterClass.internal_static_flyteidl_admin_Toleration_fieldAccessorTable - .ensureFieldAccessorsInitialized( - flyteidl.admin.ClusterAssignmentOuterClass.Toleration.class, flyteidl.admin.ClusterAssignmentOuterClass.Toleration.Builder.class); - } - - public static final int SELECTORS_FIELD_NUMBER = 1; - private java.util.List selectors_; - /** - *
-     * A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
-     * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public java.util.List getSelectorsList() { - return selectors_; - } - /** - *
-     * A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
-     * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public java.util.List - getSelectorsOrBuilderList() { - return selectors_; - } - /** - *
-     * A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
-     * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public int getSelectorsCount() { - return selectors_.size(); - } - /** - *
-     * A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
-     * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public flyteidl.admin.ClusterAssignmentOuterClass.Selector getSelectors(int index) { - return selectors_.get(index); - } - /** - *
-     * A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
-     * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public flyteidl.admin.ClusterAssignmentOuterClass.SelectorOrBuilder getSelectorsOrBuilder( - int index) { - return selectors_.get(index); - } - - private byte memoizedIsInitialized = -1; - @java.lang.Override - public final boolean isInitialized() { - byte isInitialized = memoizedIsInitialized; - if (isInitialized == 1) return true; - if (isInitialized == 0) return false; - - memoizedIsInitialized = 1; - return true; - } - - @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { - for (int i = 0; i < selectors_.size(); i++) { - output.writeMessage(1, selectors_.get(i)); - } - unknownFields.writeTo(output); - } - - @java.lang.Override - public int getSerializedSize() { - int size = memoizedSize; - if (size != -1) return size; - - size = 0; - for (int i = 0; i < selectors_.size(); i++) { - size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, selectors_.get(i)); - } - size += unknownFields.getSerializedSize(); - memoizedSize = size; - return size; - } - - @java.lang.Override - public boolean equals(final java.lang.Object obj) { - if (obj == this) { - return true; - } - if (!(obj instanceof flyteidl.admin.ClusterAssignmentOuterClass.Toleration)) { - return super.equals(obj); - } - flyteidl.admin.ClusterAssignmentOuterClass.Toleration other = (flyteidl.admin.ClusterAssignmentOuterClass.Toleration) obj; - - if (!getSelectorsList() - .equals(other.getSelectorsList())) return false; - if (!unknownFields.equals(other.unknownFields)) return false; - return true; - } - - @java.lang.Override - public int hashCode() { - if (memoizedHashCode != 0) { - return memoizedHashCode; - } - int hash = 41; - hash = (19 * hash) + getDescriptor().hashCode(); - if (getSelectorsCount() > 0) { - hash = (37 * hash) + SELECTORS_FIELD_NUMBER; - hash = (53 * hash) + getSelectorsList().hashCode(); - } - hash = (29 * hash) + unknownFields.hashCode(); - memoizedHashCode = hash; - return hash; - } - - public static flyteidl.admin.ClusterAssignmentOuterClass.Toleration parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Toleration parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data, extensionRegistry); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Toleration parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Toleration parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data, extensionRegistry); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Toleration parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Toleration parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data, extensionRegistry); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Toleration parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Toleration parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Toleration parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Toleration parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Toleration parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Toleration parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); - } - - @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } - public static Builder newBuilder() { - return DEFAULT_INSTANCE.toBuilder(); - } - public static Builder newBuilder(flyteidl.admin.ClusterAssignmentOuterClass.Toleration prototype) { - return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); - } - @java.lang.Override - public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); - } - - @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - Builder builder = new Builder(parent); - return builder; - } - /** - *
-     * Defines a set of specific label selectors that the execution can tolerate on a cluster.
-     * 
- * - * Protobuf type {@code flyteidl.admin.Toleration} - */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements - // @@protoc_insertion_point(builder_implements:flyteidl.admin.Toleration) - flyteidl.admin.ClusterAssignmentOuterClass.TolerationOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return flyteidl.admin.ClusterAssignmentOuterClass.internal_static_flyteidl_admin_Toleration_descriptor; - } - - @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internalGetFieldAccessorTable() { - return flyteidl.admin.ClusterAssignmentOuterClass.internal_static_flyteidl_admin_Toleration_fieldAccessorTable - .ensureFieldAccessorsInitialized( - flyteidl.admin.ClusterAssignmentOuterClass.Toleration.class, flyteidl.admin.ClusterAssignmentOuterClass.Toleration.Builder.class); - } - - // Construct using flyteidl.admin.ClusterAssignmentOuterClass.Toleration.newBuilder() - private Builder() { - maybeForceBuilderInitialization(); - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); - maybeForceBuilderInitialization(); - } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 - .alwaysUseFieldBuilders) { - getSelectorsFieldBuilder(); - } - } - @java.lang.Override - public Builder clear() { - super.clear(); - if (selectorsBuilder_ == null) { - selectors_ = java.util.Collections.emptyList(); - bitField0_ = (bitField0_ & ~0x00000001); - } else { - selectorsBuilder_.clear(); - } - return this; - } - - @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return flyteidl.admin.ClusterAssignmentOuterClass.internal_static_flyteidl_admin_Toleration_descriptor; - } - - @java.lang.Override - public flyteidl.admin.ClusterAssignmentOuterClass.Toleration getDefaultInstanceForType() { - return flyteidl.admin.ClusterAssignmentOuterClass.Toleration.getDefaultInstance(); - } - - @java.lang.Override - public flyteidl.admin.ClusterAssignmentOuterClass.Toleration build() { - flyteidl.admin.ClusterAssignmentOuterClass.Toleration result = buildPartial(); - if (!result.isInitialized()) { - throw newUninitializedMessageException(result); - } - return result; - } - - @java.lang.Override - public flyteidl.admin.ClusterAssignmentOuterClass.Toleration buildPartial() { - flyteidl.admin.ClusterAssignmentOuterClass.Toleration result = new flyteidl.admin.ClusterAssignmentOuterClass.Toleration(this); - int from_bitField0_ = bitField0_; - if (selectorsBuilder_ == null) { - if (((bitField0_ & 0x00000001) != 0)) { - selectors_ = java.util.Collections.unmodifiableList(selectors_); - bitField0_ = (bitField0_ & ~0x00000001); - } - result.selectors_ = selectors_; - } else { - result.selectors_ = selectorsBuilder_.build(); - } - onBuilt(); - return result; - } - - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } - @java.lang.Override - public Builder mergeFrom(com.google.protobuf.Message other) { - if (other instanceof flyteidl.admin.ClusterAssignmentOuterClass.Toleration) { - return mergeFrom((flyteidl.admin.ClusterAssignmentOuterClass.Toleration)other); - } else { - super.mergeFrom(other); - return this; - } - } - - public Builder mergeFrom(flyteidl.admin.ClusterAssignmentOuterClass.Toleration other) { - if (other == flyteidl.admin.ClusterAssignmentOuterClass.Toleration.getDefaultInstance()) return this; - if (selectorsBuilder_ == null) { - if (!other.selectors_.isEmpty()) { - if (selectors_.isEmpty()) { - selectors_ = other.selectors_; - bitField0_ = (bitField0_ & ~0x00000001); - } else { - ensureSelectorsIsMutable(); - selectors_.addAll(other.selectors_); - } - onChanged(); - } - } else { - if (!other.selectors_.isEmpty()) { - if (selectorsBuilder_.isEmpty()) { - selectorsBuilder_.dispose(); - selectorsBuilder_ = null; - selectors_ = other.selectors_; - bitField0_ = (bitField0_ & ~0x00000001); - selectorsBuilder_ = - com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? - getSelectorsFieldBuilder() : null; - } else { - selectorsBuilder_.addAllMessages(other.selectors_); - } - } - } - this.mergeUnknownFields(other.unknownFields); - onChanged(); - return this; - } - - @java.lang.Override - public final boolean isInitialized() { - return true; - } - - @java.lang.Override - public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - flyteidl.admin.ClusterAssignmentOuterClass.Toleration parsedMessage = null; - try { - parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = (flyteidl.admin.ClusterAssignmentOuterClass.Toleration) e.getUnfinishedMessage(); - throw e.unwrapIOException(); - } finally { - if (parsedMessage != null) { - mergeFrom(parsedMessage); - } - } - return this; - } - private int bitField0_; - - private java.util.List selectors_ = - java.util.Collections.emptyList(); - private void ensureSelectorsIsMutable() { - if (!((bitField0_ & 0x00000001) != 0)) { - selectors_ = new java.util.ArrayList(selectors_); - bitField0_ |= 0x00000001; - } - } - - private com.google.protobuf.RepeatedFieldBuilderV3< - flyteidl.admin.ClusterAssignmentOuterClass.Selector, flyteidl.admin.ClusterAssignmentOuterClass.Selector.Builder, flyteidl.admin.ClusterAssignmentOuterClass.SelectorOrBuilder> selectorsBuilder_; - - /** - *
-       * A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public java.util.List getSelectorsList() { - if (selectorsBuilder_ == null) { - return java.util.Collections.unmodifiableList(selectors_); - } else { - return selectorsBuilder_.getMessageList(); - } - } - /** - *
-       * A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public int getSelectorsCount() { - if (selectorsBuilder_ == null) { - return selectors_.size(); - } else { - return selectorsBuilder_.getCount(); - } - } - /** - *
-       * A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public flyteidl.admin.ClusterAssignmentOuterClass.Selector getSelectors(int index) { - if (selectorsBuilder_ == null) { - return selectors_.get(index); - } else { - return selectorsBuilder_.getMessage(index); - } - } - /** - *
-       * A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public Builder setSelectors( - int index, flyteidl.admin.ClusterAssignmentOuterClass.Selector value) { - if (selectorsBuilder_ == null) { - if (value == null) { - throw new NullPointerException(); - } - ensureSelectorsIsMutable(); - selectors_.set(index, value); - onChanged(); - } else { - selectorsBuilder_.setMessage(index, value); - } - return this; - } - /** - *
-       * A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public Builder setSelectors( - int index, flyteidl.admin.ClusterAssignmentOuterClass.Selector.Builder builderForValue) { - if (selectorsBuilder_ == null) { - ensureSelectorsIsMutable(); - selectors_.set(index, builderForValue.build()); - onChanged(); - } else { - selectorsBuilder_.setMessage(index, builderForValue.build()); - } - return this; - } - /** - *
-       * A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public Builder addSelectors(flyteidl.admin.ClusterAssignmentOuterClass.Selector value) { - if (selectorsBuilder_ == null) { - if (value == null) { - throw new NullPointerException(); - } - ensureSelectorsIsMutable(); - selectors_.add(value); - onChanged(); - } else { - selectorsBuilder_.addMessage(value); - } - return this; - } - /** - *
-       * A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public Builder addSelectors( - int index, flyteidl.admin.ClusterAssignmentOuterClass.Selector value) { - if (selectorsBuilder_ == null) { - if (value == null) { - throw new NullPointerException(); - } - ensureSelectorsIsMutable(); - selectors_.add(index, value); - onChanged(); - } else { - selectorsBuilder_.addMessage(index, value); - } - return this; - } - /** - *
-       * A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public Builder addSelectors( - flyteidl.admin.ClusterAssignmentOuterClass.Selector.Builder builderForValue) { - if (selectorsBuilder_ == null) { - ensureSelectorsIsMutable(); - selectors_.add(builderForValue.build()); - onChanged(); - } else { - selectorsBuilder_.addMessage(builderForValue.build()); - } - return this; - } - /** - *
-       * A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public Builder addSelectors( - int index, flyteidl.admin.ClusterAssignmentOuterClass.Selector.Builder builderForValue) { - if (selectorsBuilder_ == null) { - ensureSelectorsIsMutable(); - selectors_.add(index, builderForValue.build()); - onChanged(); - } else { - selectorsBuilder_.addMessage(index, builderForValue.build()); - } - return this; - } - /** - *
-       * A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public Builder addAllSelectors( - java.lang.Iterable values) { - if (selectorsBuilder_ == null) { - ensureSelectorsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, selectors_); - onChanged(); - } else { - selectorsBuilder_.addAllMessages(values); - } - return this; - } - /** - *
-       * A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public Builder clearSelectors() { - if (selectorsBuilder_ == null) { - selectors_ = java.util.Collections.emptyList(); - bitField0_ = (bitField0_ & ~0x00000001); - onChanged(); - } else { - selectorsBuilder_.clear(); - } - return this; - } - /** - *
-       * A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public Builder removeSelectors(int index) { - if (selectorsBuilder_ == null) { - ensureSelectorsIsMutable(); - selectors_.remove(index); - onChanged(); - } else { - selectorsBuilder_.remove(index); - } - return this; - } - /** - *
-       * A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public flyteidl.admin.ClusterAssignmentOuterClass.Selector.Builder getSelectorsBuilder( - int index) { - return getSelectorsFieldBuilder().getBuilder(index); - } - /** - *
-       * A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public flyteidl.admin.ClusterAssignmentOuterClass.SelectorOrBuilder getSelectorsOrBuilder( - int index) { - if (selectorsBuilder_ == null) { - return selectors_.get(index); } else { - return selectorsBuilder_.getMessageOrBuilder(index); - } - } - /** - *
-       * A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public java.util.List - getSelectorsOrBuilderList() { - if (selectorsBuilder_ != null) { - return selectorsBuilder_.getMessageOrBuilderList(); - } else { - return java.util.Collections.unmodifiableList(selectors_); - } - } - /** - *
-       * A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public flyteidl.admin.ClusterAssignmentOuterClass.Selector.Builder addSelectorsBuilder() { - return getSelectorsFieldBuilder().addBuilder( - flyteidl.admin.ClusterAssignmentOuterClass.Selector.getDefaultInstance()); - } - /** - *
-       * A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public flyteidl.admin.ClusterAssignmentOuterClass.Selector.Builder addSelectorsBuilder( - int index) { - return getSelectorsFieldBuilder().addBuilder( - index, flyteidl.admin.ClusterAssignmentOuterClass.Selector.getDefaultInstance()); - } - /** - *
-       * A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS.
-       * 
- * - * repeated .flyteidl.admin.Selector selectors = 1; - */ - public java.util.List - getSelectorsBuilderList() { - return getSelectorsFieldBuilder().getBuilderList(); - } - private com.google.protobuf.RepeatedFieldBuilderV3< - flyteidl.admin.ClusterAssignmentOuterClass.Selector, flyteidl.admin.ClusterAssignmentOuterClass.Selector.Builder, flyteidl.admin.ClusterAssignmentOuterClass.SelectorOrBuilder> - getSelectorsFieldBuilder() { - if (selectorsBuilder_ == null) { - selectorsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< - flyteidl.admin.ClusterAssignmentOuterClass.Selector, flyteidl.admin.ClusterAssignmentOuterClass.Selector.Builder, flyteidl.admin.ClusterAssignmentOuterClass.SelectorOrBuilder>( - selectors_, - ((bitField0_ & 0x00000001) != 0), - getParentForChildren(), - isClean()); - selectors_ = null; - } - return selectorsBuilder_; - } - @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { - return super.setUnknownFields(unknownFields); - } - - @java.lang.Override - public final Builder mergeUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { - return super.mergeUnknownFields(unknownFields); - } - - - // @@protoc_insertion_point(builder_scope:flyteidl.admin.Toleration) - } - - // @@protoc_insertion_point(class_scope:flyteidl.admin.Toleration) - private static final flyteidl.admin.ClusterAssignmentOuterClass.Toleration DEFAULT_INSTANCE; - static { - DEFAULT_INSTANCE = new flyteidl.admin.ClusterAssignmentOuterClass.Toleration(); - } - - public static flyteidl.admin.ClusterAssignmentOuterClass.Toleration getDefaultInstance() { - return DEFAULT_INSTANCE; - } - - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Toleration parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new Toleration(input, extensionRegistry); - } - }; - - public static com.google.protobuf.Parser parser() { - return PARSER; - } - - @java.lang.Override - public com.google.protobuf.Parser getParserForType() { - return PARSER; - } - - @java.lang.Override - public flyteidl.admin.ClusterAssignmentOuterClass.Toleration getDefaultInstanceForType() { - return DEFAULT_INSTANCE; - } - - } - - public interface SelectorOrBuilder extends - // @@protoc_insertion_point(interface_extends:flyteidl.admin.Selector) - com.google.protobuf.MessageOrBuilder { - - /** - *
-     * The label key.
-     * 
- * - * string key = 1; - */ - java.lang.String getKey(); - /** - *
-     * The label key.
-     * 
- * - * string key = 1; - */ - com.google.protobuf.ByteString - getKeyBytes(); - - /** - *
-     * One or more values used to match labels.
-     * For equality (or inequality) requirements, values must contain a single element.
-     * For set-based requirements, values may contain one or more elements.
-     * 
- * - * repeated string value = 2; - */ - java.util.List - getValueList(); - /** - *
-     * One or more values used to match labels.
-     * For equality (or inequality) requirements, values must contain a single element.
-     * For set-based requirements, values may contain one or more elements.
-     * 
- * - * repeated string value = 2; - */ - int getValueCount(); - /** - *
-     * One or more values used to match labels.
-     * For equality (or inequality) requirements, values must contain a single element.
-     * For set-based requirements, values may contain one or more elements.
-     * 
- * - * repeated string value = 2; - */ - java.lang.String getValue(int index); - /** - *
-     * One or more values used to match labels.
-     * For equality (or inequality) requirements, values must contain a single element.
-     * For set-based requirements, values may contain one or more elements.
-     * 
- * - * repeated string value = 2; - */ - com.google.protobuf.ByteString - getValueBytes(int index); - - /** - * .flyteidl.admin.Selector.Operator operator = 3; - */ - int getOperatorValue(); - /** - * .flyteidl.admin.Selector.Operator operator = 3; - */ - flyteidl.admin.ClusterAssignmentOuterClass.Selector.Operator getOperator(); - } - /** - *
-   * A Selector is a specification for identifying a set of objects with corresponding labels.
-   * 
- * - * Protobuf type {@code flyteidl.admin.Selector} - */ - public static final class Selector extends - com.google.protobuf.GeneratedMessageV3 implements - // @@protoc_insertion_point(message_implements:flyteidl.admin.Selector) - SelectorOrBuilder { - private static final long serialVersionUID = 0L; - // Use Selector.newBuilder() to construct. - private Selector(com.google.protobuf.GeneratedMessageV3.Builder builder) { - super(builder); - } - private Selector() { - key_ = ""; - value_ = com.google.protobuf.LazyStringArrayList.EMPTY; - operator_ = 0; - } - - @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { - return this.unknownFields; - } - private Selector( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - this(); - if (extensionRegistry == null) { - throw new java.lang.NullPointerException(); - } - int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); - try { - boolean done = false; - while (!done) { - int tag = input.readTag(); - switch (tag) { - case 0: - done = true; - break; - case 10: { - java.lang.String s = input.readStringRequireUtf8(); - - key_ = s; - break; - } - case 18: { - java.lang.String s = input.readStringRequireUtf8(); - if (!((mutable_bitField0_ & 0x00000002) != 0)) { - value_ = new com.google.protobuf.LazyStringArrayList(); - mutable_bitField0_ |= 0x00000002; - } - value_.add(s); - break; - } - case 24: { - int rawValue = input.readEnum(); - - operator_ = rawValue; - break; - } - default: { - if (!parseUnknownField( - input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; - } - } - } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - throw e.setUnfinishedMessage(this); - } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( - e).setUnfinishedMessage(this); - } finally { - if (((mutable_bitField0_ & 0x00000002) != 0)) { - value_ = value_.getUnmodifiableView(); - } - this.unknownFields = unknownFields.build(); - makeExtensionsImmutable(); - } - } - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return flyteidl.admin.ClusterAssignmentOuterClass.internal_static_flyteidl_admin_Selector_descriptor; - } - - @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internalGetFieldAccessorTable() { - return flyteidl.admin.ClusterAssignmentOuterClass.internal_static_flyteidl_admin_Selector_fieldAccessorTable - .ensureFieldAccessorsInitialized( - flyteidl.admin.ClusterAssignmentOuterClass.Selector.class, flyteidl.admin.ClusterAssignmentOuterClass.Selector.Builder.class); - } - - /** - *
-     * Defines how a label with a corresponding key and value is selected or excluded.
-     * 
- * - * Protobuf enum {@code flyteidl.admin.Selector.Operator} - */ - public enum Operator - implements com.google.protobuf.ProtocolMessageEnum { - /** - * EQUALS = 0; - */ - EQUALS(0), - /** - * NOT_EQUALS = 1; - */ - NOT_EQUALS(1), - /** - * IN = 2; - */ - IN(2), - /** - * NOT_IN = 3; - */ - NOT_IN(3), - /** - *
-       * A label key with any value
-       * 
- * - * EXISTS = 4; - */ - EXISTS(4), - UNRECOGNIZED(-1), - ; - - /** - * EQUALS = 0; - */ - public static final int EQUALS_VALUE = 0; - /** - * NOT_EQUALS = 1; - */ - public static final int NOT_EQUALS_VALUE = 1; - /** - * IN = 2; - */ - public static final int IN_VALUE = 2; - /** - * NOT_IN = 3; - */ - public static final int NOT_IN_VALUE = 3; - /** - *
-       * A label key with any value
-       * 
- * - * EXISTS = 4; - */ - public static final int EXISTS_VALUE = 4; - - - public final int getNumber() { - if (this == UNRECOGNIZED) { - throw new java.lang.IllegalArgumentException( - "Can't get the number of an unknown enum value."); - } - return value; - } - - /** - * @deprecated Use {@link #forNumber(int)} instead. - */ - @java.lang.Deprecated - public static Operator valueOf(int value) { - return forNumber(value); - } - - public static Operator forNumber(int value) { - switch (value) { - case 0: return EQUALS; - case 1: return NOT_EQUALS; - case 2: return IN; - case 3: return NOT_IN; - case 4: return EXISTS; - default: return null; - } - } - - public static com.google.protobuf.Internal.EnumLiteMap - internalGetValueMap() { - return internalValueMap; - } - private static final com.google.protobuf.Internal.EnumLiteMap< - Operator> internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { - public Operator findValueByNumber(int number) { - return Operator.forNumber(number); - } - }; - - public final com.google.protobuf.Descriptors.EnumValueDescriptor - getValueDescriptor() { - return getDescriptor().getValues().get(ordinal()); - } - public final com.google.protobuf.Descriptors.EnumDescriptor - getDescriptorForType() { - return getDescriptor(); - } - public static final com.google.protobuf.Descriptors.EnumDescriptor - getDescriptor() { - return flyteidl.admin.ClusterAssignmentOuterClass.Selector.getDescriptor().getEnumTypes().get(0); - } - - private static final Operator[] VALUES = values(); - - public static Operator valueOf( - com.google.protobuf.Descriptors.EnumValueDescriptor desc) { - if (desc.getType() != getDescriptor()) { - throw new java.lang.IllegalArgumentException( - "EnumValueDescriptor is not for this type."); - } - if (desc.getIndex() == -1) { - return UNRECOGNIZED; - } - return VALUES[desc.getIndex()]; - } - - private final int value; - - private Operator(int value) { - this.value = value; - } - - // @@protoc_insertion_point(enum_scope:flyteidl.admin.Selector.Operator) - } - - private int bitField0_; - public static final int KEY_FIELD_NUMBER = 1; - private volatile java.lang.Object key_; - /** - *
-     * The label key.
-     * 
- * - * string key = 1; - */ - public java.lang.String getKey() { - java.lang.Object ref = key_; - if (ref instanceof java.lang.String) { - return (java.lang.String) ref; - } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; - java.lang.String s = bs.toStringUtf8(); - key_ = s; - return s; - } - } - /** - *
-     * The label key.
-     * 
- * - * string key = 1; - */ - public com.google.protobuf.ByteString - getKeyBytes() { - java.lang.Object ref = key_; - if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); - key_ = b; - return b; - } else { - return (com.google.protobuf.ByteString) ref; - } - } - - public static final int VALUE_FIELD_NUMBER = 2; - private com.google.protobuf.LazyStringList value_; - /** - *
-     * One or more values used to match labels.
-     * For equality (or inequality) requirements, values must contain a single element.
-     * For set-based requirements, values may contain one or more elements.
-     * 
- * - * repeated string value = 2; - */ - public com.google.protobuf.ProtocolStringList - getValueList() { - return value_; - } - /** - *
-     * One or more values used to match labels.
-     * For equality (or inequality) requirements, values must contain a single element.
-     * For set-based requirements, values may contain one or more elements.
-     * 
- * - * repeated string value = 2; - */ - public int getValueCount() { - return value_.size(); - } - /** - *
-     * One or more values used to match labels.
-     * For equality (or inequality) requirements, values must contain a single element.
-     * For set-based requirements, values may contain one or more elements.
-     * 
- * - * repeated string value = 2; - */ - public java.lang.String getValue(int index) { - return value_.get(index); - } - /** - *
-     * One or more values used to match labels.
-     * For equality (or inequality) requirements, values must contain a single element.
-     * For set-based requirements, values may contain one or more elements.
-     * 
- * - * repeated string value = 2; - */ - public com.google.protobuf.ByteString - getValueBytes(int index) { - return value_.getByteString(index); - } - - public static final int OPERATOR_FIELD_NUMBER = 3; - private int operator_; - /** - * .flyteidl.admin.Selector.Operator operator = 3; - */ - public int getOperatorValue() { - return operator_; - } - /** - * .flyteidl.admin.Selector.Operator operator = 3; - */ - public flyteidl.admin.ClusterAssignmentOuterClass.Selector.Operator getOperator() { - @SuppressWarnings("deprecation") - flyteidl.admin.ClusterAssignmentOuterClass.Selector.Operator result = flyteidl.admin.ClusterAssignmentOuterClass.Selector.Operator.valueOf(operator_); - return result == null ? flyteidl.admin.ClusterAssignmentOuterClass.Selector.Operator.UNRECOGNIZED : result; - } - - private byte memoizedIsInitialized = -1; - @java.lang.Override - public final boolean isInitialized() { - byte isInitialized = memoizedIsInitialized; - if (isInitialized == 1) return true; - if (isInitialized == 0) return false; - - memoizedIsInitialized = 1; - return true; - } - - @java.lang.Override - public void writeTo(com.google.protobuf.CodedOutputStream output) - throws java.io.IOException { - if (!getKeyBytes().isEmpty()) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 1, key_); - } - for (int i = 0; i < value_.size(); i++) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 2, value_.getRaw(i)); - } - if (operator_ != flyteidl.admin.ClusterAssignmentOuterClass.Selector.Operator.EQUALS.getNumber()) { - output.writeEnum(3, operator_); - } - unknownFields.writeTo(output); - } - - @java.lang.Override - public int getSerializedSize() { - int size = memoizedSize; - if (size != -1) return size; - - size = 0; - if (!getKeyBytes().isEmpty()) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, key_); - } - { - int dataSize = 0; - for (int i = 0; i < value_.size(); i++) { - dataSize += computeStringSizeNoTag(value_.getRaw(i)); - } - size += dataSize; - size += 1 * getValueList().size(); - } - if (operator_ != flyteidl.admin.ClusterAssignmentOuterClass.Selector.Operator.EQUALS.getNumber()) { - size += com.google.protobuf.CodedOutputStream - .computeEnumSize(3, operator_); - } - size += unknownFields.getSerializedSize(); - memoizedSize = size; - return size; - } - - @java.lang.Override - public boolean equals(final java.lang.Object obj) { - if (obj == this) { - return true; - } - if (!(obj instanceof flyteidl.admin.ClusterAssignmentOuterClass.Selector)) { - return super.equals(obj); - } - flyteidl.admin.ClusterAssignmentOuterClass.Selector other = (flyteidl.admin.ClusterAssignmentOuterClass.Selector) obj; - - if (!getKey() - .equals(other.getKey())) return false; - if (!getValueList() - .equals(other.getValueList())) return false; - if (operator_ != other.operator_) return false; - if (!unknownFields.equals(other.unknownFields)) return false; - return true; - } - - @java.lang.Override - public int hashCode() { - if (memoizedHashCode != 0) { - return memoizedHashCode; - } - int hash = 41; - hash = (19 * hash) + getDescriptor().hashCode(); - hash = (37 * hash) + KEY_FIELD_NUMBER; - hash = (53 * hash) + getKey().hashCode(); - if (getValueCount() > 0) { - hash = (37 * hash) + VALUE_FIELD_NUMBER; - hash = (53 * hash) + getValueList().hashCode(); - } - hash = (37 * hash) + OPERATOR_FIELD_NUMBER; - hash = (53 * hash) + operator_; - hash = (29 * hash) + unknownFields.hashCode(); - memoizedHashCode = hash; - return hash; - } - - public static flyteidl.admin.ClusterAssignmentOuterClass.Selector parseFrom( - java.nio.ByteBuffer data) - throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Selector parseFrom( - java.nio.ByteBuffer data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data, extensionRegistry); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Selector parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Selector parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data, extensionRegistry); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Selector parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Selector parseFrom( - byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return PARSER.parseFrom(data, extensionRegistry); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Selector parseFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Selector parseFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Selector parseDelimitedFrom(java.io.InputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Selector parseDelimitedFrom( - java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseDelimitedWithIOException(PARSER, input, extensionRegistry); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Selector parseFrom( - com.google.protobuf.CodedInputStream input) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input); - } - public static flyteidl.admin.ClusterAssignmentOuterClass.Selector parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - return com.google.protobuf.GeneratedMessageV3 - .parseWithIOException(PARSER, input, extensionRegistry); - } - - @java.lang.Override - public Builder newBuilderForType() { return newBuilder(); } - public static Builder newBuilder() { - return DEFAULT_INSTANCE.toBuilder(); - } - public static Builder newBuilder(flyteidl.admin.ClusterAssignmentOuterClass.Selector prototype) { - return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); - } - @java.lang.Override - public Builder toBuilder() { - return this == DEFAULT_INSTANCE - ? new Builder() : new Builder().mergeFrom(this); - } - - @java.lang.Override - protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - Builder builder = new Builder(parent); - return builder; - } - /** - *
-     * A Selector is a specification for identifying a set of objects with corresponding labels.
-     * 
- * - * Protobuf type {@code flyteidl.admin.Selector} - */ - public static final class Builder extends - com.google.protobuf.GeneratedMessageV3.Builder implements - // @@protoc_insertion_point(builder_implements:flyteidl.admin.Selector) - flyteidl.admin.ClusterAssignmentOuterClass.SelectorOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor - getDescriptor() { - return flyteidl.admin.ClusterAssignmentOuterClass.internal_static_flyteidl_admin_Selector_descriptor; - } - - @java.lang.Override - protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internalGetFieldAccessorTable() { - return flyteidl.admin.ClusterAssignmentOuterClass.internal_static_flyteidl_admin_Selector_fieldAccessorTable - .ensureFieldAccessorsInitialized( - flyteidl.admin.ClusterAssignmentOuterClass.Selector.class, flyteidl.admin.ClusterAssignmentOuterClass.Selector.Builder.class); - } - - // Construct using flyteidl.admin.ClusterAssignmentOuterClass.Selector.newBuilder() - private Builder() { - maybeForceBuilderInitialization(); - } - - private Builder( - com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { - super(parent); - maybeForceBuilderInitialization(); - } - private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessageV3 - .alwaysUseFieldBuilders) { - } - } - @java.lang.Override - public Builder clear() { - super.clear(); - key_ = ""; - - value_ = com.google.protobuf.LazyStringArrayList.EMPTY; - bitField0_ = (bitField0_ & ~0x00000002); - operator_ = 0; - - return this; - } - - @java.lang.Override - public com.google.protobuf.Descriptors.Descriptor - getDescriptorForType() { - return flyteidl.admin.ClusterAssignmentOuterClass.internal_static_flyteidl_admin_Selector_descriptor; - } - - @java.lang.Override - public flyteidl.admin.ClusterAssignmentOuterClass.Selector getDefaultInstanceForType() { - return flyteidl.admin.ClusterAssignmentOuterClass.Selector.getDefaultInstance(); - } - - @java.lang.Override - public flyteidl.admin.ClusterAssignmentOuterClass.Selector build() { - flyteidl.admin.ClusterAssignmentOuterClass.Selector result = buildPartial(); - if (!result.isInitialized()) { - throw newUninitializedMessageException(result); - } - return result; - } - - @java.lang.Override - public flyteidl.admin.ClusterAssignmentOuterClass.Selector buildPartial() { - flyteidl.admin.ClusterAssignmentOuterClass.Selector result = new flyteidl.admin.ClusterAssignmentOuterClass.Selector(this); - int from_bitField0_ = bitField0_; - int to_bitField0_ = 0; - result.key_ = key_; - if (((bitField0_ & 0x00000002) != 0)) { - value_ = value_.getUnmodifiableView(); - bitField0_ = (bitField0_ & ~0x00000002); - } - result.value_ = value_; - result.operator_ = operator_; - result.bitField0_ = to_bitField0_; - onBuilt(); - return result; - } - - @java.lang.Override - public Builder clone() { - return super.clone(); - } - @java.lang.Override - public Builder setField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.setField(field, value); - } - @java.lang.Override - public Builder clearField( - com.google.protobuf.Descriptors.FieldDescriptor field) { - return super.clearField(field); - } - @java.lang.Override - public Builder clearOneof( - com.google.protobuf.Descriptors.OneofDescriptor oneof) { - return super.clearOneof(oneof); - } - @java.lang.Override - public Builder setRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - int index, java.lang.Object value) { - return super.setRepeatedField(field, index, value); - } - @java.lang.Override - public Builder addRepeatedField( - com.google.protobuf.Descriptors.FieldDescriptor field, - java.lang.Object value) { - return super.addRepeatedField(field, value); - } - @java.lang.Override - public Builder mergeFrom(com.google.protobuf.Message other) { - if (other instanceof flyteidl.admin.ClusterAssignmentOuterClass.Selector) { - return mergeFrom((flyteidl.admin.ClusterAssignmentOuterClass.Selector)other); - } else { - super.mergeFrom(other); - return this; - } - } - - public Builder mergeFrom(flyteidl.admin.ClusterAssignmentOuterClass.Selector other) { - if (other == flyteidl.admin.ClusterAssignmentOuterClass.Selector.getDefaultInstance()) return this; - if (!other.getKey().isEmpty()) { - key_ = other.key_; - onChanged(); - } - if (!other.value_.isEmpty()) { - if (value_.isEmpty()) { - value_ = other.value_; - bitField0_ = (bitField0_ & ~0x00000002); - } else { - ensureValueIsMutable(); - value_.addAll(other.value_); - } - onChanged(); - } - if (other.operator_ != 0) { - setOperatorValue(other.getOperatorValue()); - } - this.mergeUnknownFields(other.unknownFields); - onChanged(); - return this; - } - - @java.lang.Override - public final boolean isInitialized() { - return true; - } - - @java.lang.Override - public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws java.io.IOException { - flyteidl.admin.ClusterAssignmentOuterClass.Selector parsedMessage = null; - try { - parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = (flyteidl.admin.ClusterAssignmentOuterClass.Selector) e.getUnfinishedMessage(); - throw e.unwrapIOException(); - } finally { - if (parsedMessage != null) { - mergeFrom(parsedMessage); - } - } - return this; - } - private int bitField0_; - - private java.lang.Object key_ = ""; - /** - *
-       * The label key.
-       * 
- * - * string key = 1; - */ - public java.lang.String getKey() { - java.lang.Object ref = key_; - if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; - java.lang.String s = bs.toStringUtf8(); - key_ = s; - return s; - } else { - return (java.lang.String) ref; - } - } - /** - *
-       * The label key.
-       * 
- * - * string key = 1; - */ - public com.google.protobuf.ByteString - getKeyBytes() { - java.lang.Object ref = key_; - if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); - key_ = b; - return b; - } else { - return (com.google.protobuf.ByteString) ref; - } - } - /** - *
-       * The label key.
-       * 
- * - * string key = 1; - */ - public Builder setKey( - java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } - - key_ = value; - onChanged(); - return this; - } - /** - *
-       * The label key.
-       * 
- * - * string key = 1; - */ - public Builder clearKey() { - - key_ = getDefaultInstance().getKey(); - onChanged(); - return this; - } - /** - *
-       * The label key.
-       * 
- * - * string key = 1; - */ - public Builder setKeyBytes( - com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - - key_ = value; - onChanged(); - return this; - } - - private com.google.protobuf.LazyStringList value_ = com.google.protobuf.LazyStringArrayList.EMPTY; - private void ensureValueIsMutable() { - if (!((bitField0_ & 0x00000002) != 0)) { - value_ = new com.google.protobuf.LazyStringArrayList(value_); - bitField0_ |= 0x00000002; - } - } - /** - *
-       * One or more values used to match labels.
-       * For equality (or inequality) requirements, values must contain a single element.
-       * For set-based requirements, values may contain one or more elements.
-       * 
- * - * repeated string value = 2; - */ - public com.google.protobuf.ProtocolStringList - getValueList() { - return value_.getUnmodifiableView(); - } - /** - *
-       * One or more values used to match labels.
-       * For equality (or inequality) requirements, values must contain a single element.
-       * For set-based requirements, values may contain one or more elements.
-       * 
- * - * repeated string value = 2; - */ - public int getValueCount() { - return value_.size(); - } - /** - *
-       * One or more values used to match labels.
-       * For equality (or inequality) requirements, values must contain a single element.
-       * For set-based requirements, values may contain one or more elements.
-       * 
- * - * repeated string value = 2; - */ - public java.lang.String getValue(int index) { - return value_.get(index); - } - /** - *
-       * One or more values used to match labels.
-       * For equality (or inequality) requirements, values must contain a single element.
-       * For set-based requirements, values may contain one or more elements.
-       * 
- * - * repeated string value = 2; - */ - public com.google.protobuf.ByteString - getValueBytes(int index) { - return value_.getByteString(index); - } - /** - *
-       * One or more values used to match labels.
-       * For equality (or inequality) requirements, values must contain a single element.
-       * For set-based requirements, values may contain one or more elements.
-       * 
- * - * repeated string value = 2; - */ - public Builder setValue( - int index, java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } - ensureValueIsMutable(); - value_.set(index, value); - onChanged(); - return this; - } - /** - *
-       * One or more values used to match labels.
-       * For equality (or inequality) requirements, values must contain a single element.
-       * For set-based requirements, values may contain one or more elements.
-       * 
- * - * repeated string value = 2; - */ - public Builder addValue( - java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } - ensureValueIsMutable(); - value_.add(value); - onChanged(); - return this; - } - /** - *
-       * One or more values used to match labels.
-       * For equality (or inequality) requirements, values must contain a single element.
-       * For set-based requirements, values may contain one or more elements.
-       * 
- * - * repeated string value = 2; - */ - public Builder addAllValue( - java.lang.Iterable values) { - ensureValueIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, value_); - onChanged(); - return this; - } - /** - *
-       * One or more values used to match labels.
-       * For equality (or inequality) requirements, values must contain a single element.
-       * For set-based requirements, values may contain one or more elements.
-       * 
- * - * repeated string value = 2; - */ - public Builder clearValue() { - value_ = com.google.protobuf.LazyStringArrayList.EMPTY; - bitField0_ = (bitField0_ & ~0x00000002); - onChanged(); - return this; - } - /** - *
-       * One or more values used to match labels.
-       * For equality (or inequality) requirements, values must contain a single element.
-       * For set-based requirements, values may contain one or more elements.
-       * 
- * - * repeated string value = 2; - */ - public Builder addValueBytes( - com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - ensureValueIsMutable(); - value_.add(value); - onChanged(); - return this; - } - - private int operator_ = 0; - /** - * .flyteidl.admin.Selector.Operator operator = 3; - */ - public int getOperatorValue() { - return operator_; - } - /** - * .flyteidl.admin.Selector.Operator operator = 3; - */ - public Builder setOperatorValue(int value) { - operator_ = value; - onChanged(); - return this; - } - /** - * .flyteidl.admin.Selector.Operator operator = 3; - */ - public flyteidl.admin.ClusterAssignmentOuterClass.Selector.Operator getOperator() { - @SuppressWarnings("deprecation") - flyteidl.admin.ClusterAssignmentOuterClass.Selector.Operator result = flyteidl.admin.ClusterAssignmentOuterClass.Selector.Operator.valueOf(operator_); - return result == null ? flyteidl.admin.ClusterAssignmentOuterClass.Selector.Operator.UNRECOGNIZED : result; - } - /** - * .flyteidl.admin.Selector.Operator operator = 3; - */ - public Builder setOperator(flyteidl.admin.ClusterAssignmentOuterClass.Selector.Operator value) { - if (value == null) { - throw new NullPointerException(); - } - - operator_ = value.getNumber(); - onChanged(); - return this; - } - /** - * .flyteidl.admin.Selector.Operator operator = 3; - */ - public Builder clearOperator() { - - operator_ = 0; - onChanged(); - return this; - } - @java.lang.Override - public final Builder setUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { - return super.setUnknownFields(unknownFields); - } - - @java.lang.Override - public final Builder mergeUnknownFields( - final com.google.protobuf.UnknownFieldSet unknownFields) { - return super.mergeUnknownFields(unknownFields); - } - - - // @@protoc_insertion_point(builder_scope:flyteidl.admin.Selector) - } - - // @@protoc_insertion_point(class_scope:flyteidl.admin.Selector) - private static final flyteidl.admin.ClusterAssignmentOuterClass.Selector DEFAULT_INSTANCE; - static { - DEFAULT_INSTANCE = new flyteidl.admin.ClusterAssignmentOuterClass.Selector(); - } - - public static flyteidl.admin.ClusterAssignmentOuterClass.Selector getDefaultInstance() { - return DEFAULT_INSTANCE; - } - - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public Selector parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new Selector(input, extensionRegistry); - } - }; - - public static com.google.protobuf.Parser parser() { - return PARSER; - } - - @java.lang.Override - public com.google.protobuf.Parser getParserForType() { - return PARSER; - } - - @java.lang.Override - public flyteidl.admin.ClusterAssignmentOuterClass.Selector getDefaultInstanceForType() { - return DEFAULT_INSTANCE; - } - - } - - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_admin_ClusterAssignment_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_admin_ClusterAssignment_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_admin_Affinity_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_admin_Affinity_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_admin_Toleration_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_admin_Toleration_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_admin_Selector_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_admin_Selector_fieldAccessorTable; - - public static com.google.protobuf.Descriptors.FileDescriptor - getDescriptor() { - return descriptor; + public static com.google.protobuf.Descriptors.FileDescriptor + getDescriptor() { + return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n\'flyteidl/admin/cluster_assignment.prot" + - "o\022\016flyteidl.admin\"o\n\021ClusterAssignment\022*" + - "\n\010affinity\030\001 \001(\0132\030.flyteidl.admin.Affini" + - "ty\022.\n\ntoleration\030\002 \001(\0132\032.flyteidl.admin." + - "Toleration\"7\n\010Affinity\022+\n\tselectors\030\001 \003(" + - "\0132\030.flyteidl.admin.Selector\"9\n\nToleratio" + - "n\022+\n\tselectors\030\001 \003(\0132\030.flyteidl.admin.Se" + - "lector\"\243\001\n\010Selector\022\013\n\003key\030\001 \001(\t\022\r\n\005valu" + - "e\030\002 \003(\t\0223\n\010operator\030\003 \001(\0162!.flyteidl.adm" + - "in.Selector.Operator\"F\n\010Operator\022\n\n\006EQUA" + - "LS\020\000\022\016\n\nNOT_EQUALS\020\001\022\006\n\002IN\020\002\022\n\n\006NOT_IN\020\003" + - "\022\n\n\006EXISTS\020\004B7Z5github.com/flyteorg/flyt" + - "eidl/gen/pb-go/flyteidl/adminb\006proto3" + "o\022\016flyteidl.admin\":\n\021ClusterAssignment\022\031" + + "\n\021cluster_pool_name\030\003 \001(\tJ\004\010\001\020\002J\004\010\002\020\003B7Z" + + "5github.com/flyteorg/flyteidl/gen/pb-go/" + + "flyteidl/adminb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -3804,25 +608,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( internal_static_flyteidl_admin_ClusterAssignment_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_ClusterAssignment_descriptor, - new java.lang.String[] { "Affinity", "Toleration", }); - internal_static_flyteidl_admin_Affinity_descriptor = - getDescriptor().getMessageTypes().get(1); - internal_static_flyteidl_admin_Affinity_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_flyteidl_admin_Affinity_descriptor, - new java.lang.String[] { "Selectors", }); - internal_static_flyteidl_admin_Toleration_descriptor = - getDescriptor().getMessageTypes().get(2); - internal_static_flyteidl_admin_Toleration_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_flyteidl_admin_Toleration_descriptor, - new java.lang.String[] { "Selectors", }); - internal_static_flyteidl_admin_Selector_descriptor = - getDescriptor().getMessageTypes().get(3); - internal_static_flyteidl_admin_Selector_fieldAccessorTable = new - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_flyteidl_admin_Selector_descriptor, - new java.lang.String[] { "Key", "Value", "Operator", }); + new java.lang.String[] { "ClusterPoolName", }); } // @@protoc_insertion_point(outer_class_scope) diff --git a/flyteidl/gen/pb-js/flyteidl.d.ts b/flyteidl/gen/pb-js/flyteidl.d.ts index e4c56b0487..e0a5177dd6 100644 --- a/flyteidl/gen/pb-js/flyteidl.d.ts +++ b/flyteidl/gen/pb-js/flyteidl.d.ts @@ -7037,11 +7037,8 @@ export namespace flyteidl { /** Properties of a ClusterAssignment. */ interface IClusterAssignment { - /** ClusterAssignment affinity */ - affinity?: (flyteidl.admin.IAffinity|null); - - /** ClusterAssignment toleration */ - toleration?: (flyteidl.admin.IToleration|null); + /** ClusterAssignment clusterPoolName */ + clusterPoolName?: (string|null); } /** Represents a ClusterAssignment. */ @@ -7053,11 +7050,8 @@ export namespace flyteidl { */ constructor(properties?: flyteidl.admin.IClusterAssignment); - /** ClusterAssignment affinity. */ - public affinity?: (flyteidl.admin.IAffinity|null); - - /** ClusterAssignment toleration. */ - public toleration?: (flyteidl.admin.IToleration|null); + /** ClusterAssignment clusterPoolName. */ + public clusterPoolName: string; /** * Creates a new ClusterAssignment instance using the specified properties. @@ -7092,186 +7086,6 @@ export namespace flyteidl { public static verify(message: { [k: string]: any }): (string|null); } - /** Properties of an Affinity. */ - interface IAffinity { - - /** Affinity selectors */ - selectors?: (flyteidl.admin.ISelector[]|null); - } - - /** Represents an Affinity. */ - class Affinity implements IAffinity { - - /** - * Constructs a new Affinity. - * @param [properties] Properties to set - */ - constructor(properties?: flyteidl.admin.IAffinity); - - /** Affinity selectors. */ - public selectors: flyteidl.admin.ISelector[]; - - /** - * Creates a new Affinity instance using the specified properties. - * @param [properties] Properties to set - * @returns Affinity instance - */ - public static create(properties?: flyteidl.admin.IAffinity): flyteidl.admin.Affinity; - - /** - * Encodes the specified Affinity message. Does not implicitly {@link flyteidl.admin.Affinity.verify|verify} messages. - * @param message Affinity message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: flyteidl.admin.IAffinity, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes an Affinity message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns Affinity - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): flyteidl.admin.Affinity; - - /** - * Verifies an Affinity message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - } - - /** Properties of a Toleration. */ - interface IToleration { - - /** Toleration selectors */ - selectors?: (flyteidl.admin.ISelector[]|null); - } - - /** Represents a Toleration. */ - class Toleration implements IToleration { - - /** - * Constructs a new Toleration. - * @param [properties] Properties to set - */ - constructor(properties?: flyteidl.admin.IToleration); - - /** Toleration selectors. */ - public selectors: flyteidl.admin.ISelector[]; - - /** - * Creates a new Toleration instance using the specified properties. - * @param [properties] Properties to set - * @returns Toleration instance - */ - public static create(properties?: flyteidl.admin.IToleration): flyteidl.admin.Toleration; - - /** - * Encodes the specified Toleration message. Does not implicitly {@link flyteidl.admin.Toleration.verify|verify} messages. - * @param message Toleration message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: flyteidl.admin.IToleration, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a Toleration message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns Toleration - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): flyteidl.admin.Toleration; - - /** - * Verifies a Toleration message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - } - - /** Properties of a Selector. */ - interface ISelector { - - /** Selector key */ - key?: (string|null); - - /** Selector value */ - value?: (string[]|null); - - /** Selector operator */ - operator?: (flyteidl.admin.Selector.Operator|null); - } - - /** Represents a Selector. */ - class Selector implements ISelector { - - /** - * Constructs a new Selector. - * @param [properties] Properties to set - */ - constructor(properties?: flyteidl.admin.ISelector); - - /** Selector key. */ - public key: string; - - /** Selector value. */ - public value: string[]; - - /** Selector operator. */ - public operator: flyteidl.admin.Selector.Operator; - - /** - * Creates a new Selector instance using the specified properties. - * @param [properties] Properties to set - * @returns Selector instance - */ - public static create(properties?: flyteidl.admin.ISelector): flyteidl.admin.Selector; - - /** - * Encodes the specified Selector message. Does not implicitly {@link flyteidl.admin.Selector.verify|verify} messages. - * @param message Selector message or plain object to encode - * @param [writer] Writer to encode to - * @returns Writer - */ - public static encode(message: flyteidl.admin.ISelector, writer?: $protobuf.Writer): $protobuf.Writer; - - /** - * Decodes a Selector message from the specified reader or buffer. - * @param reader Reader or buffer to decode from - * @param [length] Message length if known beforehand - * @returns Selector - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): flyteidl.admin.Selector; - - /** - * Verifies a Selector message. - * @param message Plain object to verify - * @returns `null` if valid, otherwise the reason why it is not - */ - public static verify(message: { [k: string]: any }): (string|null); - } - - namespace Selector { - - /** Operator enum. */ - enum Operator { - EQUALS = 0, - NOT_EQUALS = 1, - IN = 2, - NOT_IN = 3, - EXISTS = 4 - } - } - /** Properties of a NamedEntityIdentifier. */ interface INamedEntityIdentifier { diff --git a/flyteidl/gen/pb-js/flyteidl.js b/flyteidl/gen/pb-js/flyteidl.js index 14abce0ca0..3883e655f6 100644 --- a/flyteidl/gen/pb-js/flyteidl.js +++ b/flyteidl/gen/pb-js/flyteidl.js @@ -17056,8 +17056,7 @@ export const flyteidl = $root.flyteidl = (() => { * Properties of a ClusterAssignment. * @memberof flyteidl.admin * @interface IClusterAssignment - * @property {flyteidl.admin.IAffinity|null} [affinity] ClusterAssignment affinity - * @property {flyteidl.admin.IToleration|null} [toleration] ClusterAssignment toleration + * @property {string|null} [clusterPoolName] ClusterAssignment clusterPoolName */ /** @@ -17076,20 +17075,12 @@ export const flyteidl = $root.flyteidl = (() => { } /** - * ClusterAssignment affinity. - * @member {flyteidl.admin.IAffinity|null|undefined} affinity + * ClusterAssignment clusterPoolName. + * @member {string} clusterPoolName * @memberof flyteidl.admin.ClusterAssignment * @instance */ - ClusterAssignment.prototype.affinity = null; - - /** - * ClusterAssignment toleration. - * @member {flyteidl.admin.IToleration|null|undefined} toleration - * @memberof flyteidl.admin.ClusterAssignment - * @instance - */ - ClusterAssignment.prototype.toleration = null; + ClusterAssignment.prototype.clusterPoolName = ""; /** * Creates a new ClusterAssignment instance using the specified properties. @@ -17115,10 +17106,8 @@ export const flyteidl = $root.flyteidl = (() => { ClusterAssignment.encode = function encode(message, writer) { if (!writer) writer = $Writer.create(); - if (message.affinity != null && message.hasOwnProperty("affinity")) - $root.flyteidl.admin.Affinity.encode(message.affinity, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - if (message.toleration != null && message.hasOwnProperty("toleration")) - $root.flyteidl.admin.Toleration.encode(message.toleration, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); + if (message.clusterPoolName != null && message.hasOwnProperty("clusterPoolName")) + writer.uint32(/* id 3, wireType 2 =*/26).string(message.clusterPoolName); return writer; }; @@ -17140,11 +17129,8 @@ export const flyteidl = $root.flyteidl = (() => { while (reader.pos < end) { let tag = reader.uint32(); switch (tag >>> 3) { - case 1: - message.affinity = $root.flyteidl.admin.Affinity.decode(reader, reader.uint32()); - break; - case 2: - message.toleration = $root.flyteidl.admin.Toleration.decode(reader, reader.uint32()); + case 3: + message.clusterPoolName = reader.string(); break; default: reader.skipType(tag & 7); @@ -17165,442 +17151,15 @@ export const flyteidl = $root.flyteidl = (() => { ClusterAssignment.verify = function verify(message) { if (typeof message !== "object" || message === null) return "object expected"; - if (message.affinity != null && message.hasOwnProperty("affinity")) { - let error = $root.flyteidl.admin.Affinity.verify(message.affinity); - if (error) - return "affinity." + error; - } - if (message.toleration != null && message.hasOwnProperty("toleration")) { - let error = $root.flyteidl.admin.Toleration.verify(message.toleration); - if (error) - return "toleration." + error; - } + if (message.clusterPoolName != null && message.hasOwnProperty("clusterPoolName")) + if (!$util.isString(message.clusterPoolName)) + return "clusterPoolName: string expected"; return null; }; return ClusterAssignment; })(); - admin.Affinity = (function() { - - /** - * Properties of an Affinity. - * @memberof flyteidl.admin - * @interface IAffinity - * @property {Array.|null} [selectors] Affinity selectors - */ - - /** - * Constructs a new Affinity. - * @memberof flyteidl.admin - * @classdesc Represents an Affinity. - * @implements IAffinity - * @constructor - * @param {flyteidl.admin.IAffinity=} [properties] Properties to set - */ - function Affinity(properties) { - this.selectors = []; - if (properties) - for (let keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null) - this[keys[i]] = properties[keys[i]]; - } - - /** - * Affinity selectors. - * @member {Array.} selectors - * @memberof flyteidl.admin.Affinity - * @instance - */ - Affinity.prototype.selectors = $util.emptyArray; - - /** - * Creates a new Affinity instance using the specified properties. - * @function create - * @memberof flyteidl.admin.Affinity - * @static - * @param {flyteidl.admin.IAffinity=} [properties] Properties to set - * @returns {flyteidl.admin.Affinity} Affinity instance - */ - Affinity.create = function create(properties) { - return new Affinity(properties); - }; - - /** - * Encodes the specified Affinity message. Does not implicitly {@link flyteidl.admin.Affinity.verify|verify} messages. - * @function encode - * @memberof flyteidl.admin.Affinity - * @static - * @param {flyteidl.admin.IAffinity} message Affinity message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Affinity.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.selectors != null && message.selectors.length) - for (let i = 0; i < message.selectors.length; ++i) - $root.flyteidl.admin.Selector.encode(message.selectors[i], writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - return writer; - }; - - /** - * Decodes an Affinity message from the specified reader or buffer. - * @function decode - * @memberof flyteidl.admin.Affinity - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {flyteidl.admin.Affinity} Affinity - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Affinity.decode = function decode(reader, length) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - let end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.admin.Affinity(); - while (reader.pos < end) { - let tag = reader.uint32(); - switch (tag >>> 3) { - case 1: - if (!(message.selectors && message.selectors.length)) - message.selectors = []; - message.selectors.push($root.flyteidl.admin.Selector.decode(reader, reader.uint32())); - break; - default: - reader.skipType(tag & 7); - break; - } - } - return message; - }; - - /** - * Verifies an Affinity message. - * @function verify - * @memberof flyteidl.admin.Affinity - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - Affinity.verify = function verify(message) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (message.selectors != null && message.hasOwnProperty("selectors")) { - if (!Array.isArray(message.selectors)) - return "selectors: array expected"; - for (let i = 0; i < message.selectors.length; ++i) { - let error = $root.flyteidl.admin.Selector.verify(message.selectors[i]); - if (error) - return "selectors." + error; - } - } - return null; - }; - - return Affinity; - })(); - - admin.Toleration = (function() { - - /** - * Properties of a Toleration. - * @memberof flyteidl.admin - * @interface IToleration - * @property {Array.|null} [selectors] Toleration selectors - */ - - /** - * Constructs a new Toleration. - * @memberof flyteidl.admin - * @classdesc Represents a Toleration. - * @implements IToleration - * @constructor - * @param {flyteidl.admin.IToleration=} [properties] Properties to set - */ - function Toleration(properties) { - this.selectors = []; - if (properties) - for (let keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null) - this[keys[i]] = properties[keys[i]]; - } - - /** - * Toleration selectors. - * @member {Array.} selectors - * @memberof flyteidl.admin.Toleration - * @instance - */ - Toleration.prototype.selectors = $util.emptyArray; - - /** - * Creates a new Toleration instance using the specified properties. - * @function create - * @memberof flyteidl.admin.Toleration - * @static - * @param {flyteidl.admin.IToleration=} [properties] Properties to set - * @returns {flyteidl.admin.Toleration} Toleration instance - */ - Toleration.create = function create(properties) { - return new Toleration(properties); - }; - - /** - * Encodes the specified Toleration message. Does not implicitly {@link flyteidl.admin.Toleration.verify|verify} messages. - * @function encode - * @memberof flyteidl.admin.Toleration - * @static - * @param {flyteidl.admin.IToleration} message Toleration message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Toleration.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.selectors != null && message.selectors.length) - for (let i = 0; i < message.selectors.length; ++i) - $root.flyteidl.admin.Selector.encode(message.selectors[i], writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); - return writer; - }; - - /** - * Decodes a Toleration message from the specified reader or buffer. - * @function decode - * @memberof flyteidl.admin.Toleration - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {flyteidl.admin.Toleration} Toleration - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Toleration.decode = function decode(reader, length) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - let end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.admin.Toleration(); - while (reader.pos < end) { - let tag = reader.uint32(); - switch (tag >>> 3) { - case 1: - if (!(message.selectors && message.selectors.length)) - message.selectors = []; - message.selectors.push($root.flyteidl.admin.Selector.decode(reader, reader.uint32())); - break; - default: - reader.skipType(tag & 7); - break; - } - } - return message; - }; - - /** - * Verifies a Toleration message. - * @function verify - * @memberof flyteidl.admin.Toleration - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - Toleration.verify = function verify(message) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (message.selectors != null && message.hasOwnProperty("selectors")) { - if (!Array.isArray(message.selectors)) - return "selectors: array expected"; - for (let i = 0; i < message.selectors.length; ++i) { - let error = $root.flyteidl.admin.Selector.verify(message.selectors[i]); - if (error) - return "selectors." + error; - } - } - return null; - }; - - return Toleration; - })(); - - admin.Selector = (function() { - - /** - * Properties of a Selector. - * @memberof flyteidl.admin - * @interface ISelector - * @property {string|null} [key] Selector key - * @property {Array.|null} [value] Selector value - * @property {flyteidl.admin.Selector.Operator|null} [operator] Selector operator - */ - - /** - * Constructs a new Selector. - * @memberof flyteidl.admin - * @classdesc Represents a Selector. - * @implements ISelector - * @constructor - * @param {flyteidl.admin.ISelector=} [properties] Properties to set - */ - function Selector(properties) { - this.value = []; - if (properties) - for (let keys = Object.keys(properties), i = 0; i < keys.length; ++i) - if (properties[keys[i]] != null) - this[keys[i]] = properties[keys[i]]; - } - - /** - * Selector key. - * @member {string} key - * @memberof flyteidl.admin.Selector - * @instance - */ - Selector.prototype.key = ""; - - /** - * Selector value. - * @member {Array.} value - * @memberof flyteidl.admin.Selector - * @instance - */ - Selector.prototype.value = $util.emptyArray; - - /** - * Selector operator. - * @member {flyteidl.admin.Selector.Operator} operator - * @memberof flyteidl.admin.Selector - * @instance - */ - Selector.prototype.operator = 0; - - /** - * Creates a new Selector instance using the specified properties. - * @function create - * @memberof flyteidl.admin.Selector - * @static - * @param {flyteidl.admin.ISelector=} [properties] Properties to set - * @returns {flyteidl.admin.Selector} Selector instance - */ - Selector.create = function create(properties) { - return new Selector(properties); - }; - - /** - * Encodes the specified Selector message. Does not implicitly {@link flyteidl.admin.Selector.verify|verify} messages. - * @function encode - * @memberof flyteidl.admin.Selector - * @static - * @param {flyteidl.admin.ISelector} message Selector message or plain object to encode - * @param {$protobuf.Writer} [writer] Writer to encode to - * @returns {$protobuf.Writer} Writer - */ - Selector.encode = function encode(message, writer) { - if (!writer) - writer = $Writer.create(); - if (message.key != null && message.hasOwnProperty("key")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.key); - if (message.value != null && message.value.length) - for (let i = 0; i < message.value.length; ++i) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.value[i]); - if (message.operator != null && message.hasOwnProperty("operator")) - writer.uint32(/* id 3, wireType 0 =*/24).int32(message.operator); - return writer; - }; - - /** - * Decodes a Selector message from the specified reader or buffer. - * @function decode - * @memberof flyteidl.admin.Selector - * @static - * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from - * @param {number} [length] Message length if known beforehand - * @returns {flyteidl.admin.Selector} Selector - * @throws {Error} If the payload is not a reader or valid buffer - * @throws {$protobuf.util.ProtocolError} If required fields are missing - */ - Selector.decode = function decode(reader, length) { - if (!(reader instanceof $Reader)) - reader = $Reader.create(reader); - let end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.admin.Selector(); - while (reader.pos < end) { - let tag = reader.uint32(); - switch (tag >>> 3) { - case 1: - message.key = reader.string(); - break; - case 2: - if (!(message.value && message.value.length)) - message.value = []; - message.value.push(reader.string()); - break; - case 3: - message.operator = reader.int32(); - break; - default: - reader.skipType(tag & 7); - break; - } - } - return message; - }; - - /** - * Verifies a Selector message. - * @function verify - * @memberof flyteidl.admin.Selector - * @static - * @param {Object.} message Plain object to verify - * @returns {string|null} `null` if valid, otherwise the reason why it is not - */ - Selector.verify = function verify(message) { - if (typeof message !== "object" || message === null) - return "object expected"; - if (message.key != null && message.hasOwnProperty("key")) - if (!$util.isString(message.key)) - return "key: string expected"; - if (message.value != null && message.hasOwnProperty("value")) { - if (!Array.isArray(message.value)) - return "value: array expected"; - for (let i = 0; i < message.value.length; ++i) - if (!$util.isString(message.value[i])) - return "value: string[] expected"; - } - if (message.operator != null && message.hasOwnProperty("operator")) - switch (message.operator) { - default: - return "operator: enum value expected"; - case 0: - case 1: - case 2: - case 3: - case 4: - break; - } - return null; - }; - - /** - * Operator enum. - * @name flyteidl.admin.Selector.Operator - * @enum {string} - * @property {number} EQUALS=0 EQUALS value - * @property {number} NOT_EQUALS=1 NOT_EQUALS value - * @property {number} IN=2 IN value - * @property {number} NOT_IN=3 NOT_IN value - * @property {number} EXISTS=4 EXISTS value - */ - Selector.Operator = (function() { - const valuesById = {}, values = Object.create(valuesById); - values[valuesById[0] = "EQUALS"] = 0; - values[valuesById[1] = "NOT_EQUALS"] = 1; - values[valuesById[2] = "IN"] = 2; - values[valuesById[3] = "NOT_IN"] = 3; - values[valuesById[4] = "EXISTS"] = 4; - return values; - })(); - - return Selector; - })(); - admin.NamedEntityIdentifier = (function() { /** diff --git a/flyteidl/gen/pb_python/flyteidl/admin/cluster_assignment_pb2.py b/flyteidl/gen/pb_python/flyteidl/admin/cluster_assignment_pb2.py index ce562b7fc5..ba21af30d0 100644 --- a/flyteidl/gen/pb_python/flyteidl/admin/cluster_assignment_pb2.py +++ b/flyteidl/gen/pb_python/flyteidl/admin/cluster_assignment_pb2.py @@ -20,45 +20,11 @@ package='flyteidl.admin', syntax='proto3', serialized_options=_b('Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/admin'), - serialized_pb=_b('\n\'flyteidl/admin/cluster_assignment.proto\x12\x0e\x66lyteidl.admin\"o\n\x11\x43lusterAssignment\x12*\n\x08\x61\x66\x66inity\x18\x01 \x01(\x0b\x32\x18.flyteidl.admin.Affinity\x12.\n\ntoleration\x18\x02 \x01(\x0b\x32\x1a.flyteidl.admin.Toleration\"7\n\x08\x41\x66\x66inity\x12+\n\tselectors\x18\x01 \x03(\x0b\x32\x18.flyteidl.admin.Selector\"9\n\nToleration\x12+\n\tselectors\x18\x01 \x03(\x0b\x32\x18.flyteidl.admin.Selector\"\xa3\x01\n\x08Selector\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x03(\t\x12\x33\n\x08operator\x18\x03 \x01(\x0e\x32!.flyteidl.admin.Selector.Operator\"F\n\x08Operator\x12\n\n\x06\x45QUALS\x10\x00\x12\x0e\n\nNOT_EQUALS\x10\x01\x12\x06\n\x02IN\x10\x02\x12\n\n\x06NOT_IN\x10\x03\x12\n\n\x06\x45XISTS\x10\x04\x42\x37Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3') + serialized_pb=_b('\n\'flyteidl/admin/cluster_assignment.proto\x12\x0e\x66lyteidl.admin\":\n\x11\x43lusterAssignment\x12\x19\n\x11\x63luster_pool_name\x18\x03 \x01(\tJ\x04\x08\x01\x10\x02J\x04\x08\x02\x10\x03\x42\x37Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3') ) -_SELECTOR_OPERATOR = _descriptor.EnumDescriptor( - name='Operator', - full_name='flyteidl.admin.Selector.Operator', - filename=None, - file=DESCRIPTOR, - values=[ - _descriptor.EnumValueDescriptor( - name='EQUALS', index=0, number=0, - serialized_options=None, - type=None), - _descriptor.EnumValueDescriptor( - name='NOT_EQUALS', index=1, number=1, - serialized_options=None, - type=None), - _descriptor.EnumValueDescriptor( - name='IN', index=2, number=2, - serialized_options=None, - type=None), - _descriptor.EnumValueDescriptor( - name='NOT_IN', index=3, number=3, - serialized_options=None, - type=None), - _descriptor.EnumValueDescriptor( - name='EXISTS', index=4, number=4, - serialized_options=None, - type=None), - ], - containing_type=None, - serialized_options=None, - serialized_start=382, - serialized_end=452, -) -_sym_db.RegisterEnumDescriptor(_SELECTOR_OPERATOR) - _CLUSTERASSIGNMENT = _descriptor.Descriptor( name='ClusterAssignment', @@ -68,132 +34,17 @@ containing_type=None, fields=[ _descriptor.FieldDescriptor( - name='affinity', full_name='flyteidl.admin.ClusterAssignment.affinity', index=0, - number=1, type=11, cpp_type=10, label=1, - has_default_value=False, default_value=None, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='toleration', full_name='flyteidl.admin.ClusterAssignment.toleration', index=1, - number=2, type=11, cpp_type=10, label=1, - has_default_value=False, default_value=None, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - serialized_options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=59, - serialized_end=170, -) - - -_AFFINITY = _descriptor.Descriptor( - name='Affinity', - full_name='flyteidl.admin.Affinity', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='selectors', full_name='flyteidl.admin.Affinity.selectors', index=0, - number=1, type=11, cpp_type=10, label=3, - has_default_value=False, default_value=[], - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - serialized_options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=172, - serialized_end=227, -) - - -_TOLERATION = _descriptor.Descriptor( - name='Toleration', - full_name='flyteidl.admin.Toleration', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='selectors', full_name='flyteidl.admin.Toleration.selectors', index=0, - number=1, type=11, cpp_type=10, label=3, - has_default_value=False, default_value=[], - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - ], - extensions=[ - ], - nested_types=[], - enum_types=[ - ], - serialized_options=None, - is_extendable=False, - syntax='proto3', - extension_ranges=[], - oneofs=[ - ], - serialized_start=229, - serialized_end=286, -) - - -_SELECTOR = _descriptor.Descriptor( - name='Selector', - full_name='flyteidl.admin.Selector', - filename=None, - file=DESCRIPTOR, - containing_type=None, - fields=[ - _descriptor.FieldDescriptor( - name='key', full_name='flyteidl.admin.Selector.key', index=0, - number=1, type=9, cpp_type=9, label=1, + name='cluster_pool_name', full_name='flyteidl.admin.ClusterAssignment.cluster_pool_name', index=0, + number=3, type=9, cpp_type=9, label=1, has_default_value=False, default_value=_b("").decode('utf-8'), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='value', full_name='flyteidl.admin.Selector.value', index=1, - number=2, type=9, cpp_type=9, label=3, - has_default_value=False, default_value=[], - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='operator', full_name='flyteidl.admin.Selector.operator', index=2, - number=3, type=14, cpp_type=8, label=1, - has_default_value=False, default_value=0, - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), ], extensions=[ ], nested_types=[], enum_types=[ - _SELECTOR_OPERATOR, ], serialized_options=None, is_extendable=False, @@ -201,20 +52,11 @@ extension_ranges=[], oneofs=[ ], - serialized_start=289, - serialized_end=452, + serialized_start=59, + serialized_end=117, ) -_CLUSTERASSIGNMENT.fields_by_name['affinity'].message_type = _AFFINITY -_CLUSTERASSIGNMENT.fields_by_name['toleration'].message_type = _TOLERATION -_AFFINITY.fields_by_name['selectors'].message_type = _SELECTOR -_TOLERATION.fields_by_name['selectors'].message_type = _SELECTOR -_SELECTOR.fields_by_name['operator'].enum_type = _SELECTOR_OPERATOR -_SELECTOR_OPERATOR.containing_type = _SELECTOR DESCRIPTOR.message_types_by_name['ClusterAssignment'] = _CLUSTERASSIGNMENT -DESCRIPTOR.message_types_by_name['Affinity'] = _AFFINITY -DESCRIPTOR.message_types_by_name['Toleration'] = _TOLERATION -DESCRIPTOR.message_types_by_name['Selector'] = _SELECTOR _sym_db.RegisterFileDescriptor(DESCRIPTOR) ClusterAssignment = _reflection.GeneratedProtocolMessageType('ClusterAssignment', (_message.Message,), dict( @@ -224,27 +66,6 @@ )) _sym_db.RegisterMessage(ClusterAssignment) -Affinity = _reflection.GeneratedProtocolMessageType('Affinity', (_message.Message,), dict( - DESCRIPTOR = _AFFINITY, - __module__ = 'flyteidl.admin.cluster_assignment_pb2' - # @@protoc_insertion_point(class_scope:flyteidl.admin.Affinity) - )) -_sym_db.RegisterMessage(Affinity) - -Toleration = _reflection.GeneratedProtocolMessageType('Toleration', (_message.Message,), dict( - DESCRIPTOR = _TOLERATION, - __module__ = 'flyteidl.admin.cluster_assignment_pb2' - # @@protoc_insertion_point(class_scope:flyteidl.admin.Toleration) - )) -_sym_db.RegisterMessage(Toleration) - -Selector = _reflection.GeneratedProtocolMessageType('Selector', (_message.Message,), dict( - DESCRIPTOR = _SELECTOR, - __module__ = 'flyteidl.admin.cluster_assignment_pb2' - # @@protoc_insertion_point(class_scope:flyteidl.admin.Selector) - )) -_sym_db.RegisterMessage(Selector) - DESCRIPTOR._options = None # @@protoc_insertion_point(module_scope) diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md index 26209e6545..c346ed7067 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md @@ -128,7 +128,6 @@ Class | Method | HTTP request | Description ## Documentation For Models - [AdminAbortMetadata](docs/AdminAbortMetadata.md) - - [AdminAffinity](docs/AdminAffinity.md) - [AdminAnnotations](docs/AdminAnnotations.md) - [AdminAuth](docs/AdminAuth.md) - [AdminAuthRole](docs/AdminAuthRole.md) @@ -211,8 +210,6 @@ Class | Method | HTTP request | Description - [AdminProjects](docs/AdminProjects.md) - [AdminRawOutputDataConfig](docs/AdminRawOutputDataConfig.md) - [AdminSchedule](docs/AdminSchedule.md) - - [AdminSelector](docs/AdminSelector.md) - - [AdminSelectorOperator](docs/AdminSelectorOperator.md) - [AdminSlackNotification](docs/AdminSlackNotification.md) - [AdminSort](docs/AdminSort.md) - [AdminSystemMetadata](docs/AdminSystemMetadata.md) @@ -229,7 +226,6 @@ Class | Method | HTTP request | Description - [AdminTaskResourceAttributes](docs/AdminTaskResourceAttributes.md) - [AdminTaskResourceSpec](docs/AdminTaskResourceSpec.md) - [AdminTaskSpec](docs/AdminTaskSpec.md) - - [AdminToleration](docs/AdminToleration.md) - [AdminUrlBlob](docs/AdminUrlBlob.md) - [AdminVersion](docs/AdminVersion.md) - [AdminWorkflow](docs/AdminWorkflow.md) @@ -250,6 +246,7 @@ Class | Method | HTTP request | Description - [AdminWorkflowSpec](docs/AdminWorkflowSpec.md) - [BlobTypeBlobDimensionality](docs/BlobTypeBlobDimensionality.md) - [CatalogReservationStatus](docs/CatalogReservationStatus.md) + - [ComparisonExpressionOperator](docs/ComparisonExpressionOperator.md) - [ConjunctionExpressionLogicalOperator](docs/ConjunctionExpressionLogicalOperator.md) - [ConnectionSetIdList](docs/ConnectionSetIdList.md) - [ContainerArchitecture](docs/ContainerArchitecture.md) @@ -268,7 +265,6 @@ Class | Method | HTTP request | Description - [CoreCatalogCacheStatus](docs/CoreCatalogCacheStatus.md) - [CoreCatalogMetadata](docs/CoreCatalogMetadata.md) - [CoreComparisonExpression](docs/CoreComparisonExpression.md) - - [CoreComparisonExpressionOperator](docs/CoreComparisonExpressionOperator.md) - [CoreCompiledTask](docs/CoreCompiledTask.md) - [CoreCompiledWorkflow](docs/CoreCompiledWorkflow.md) - [CoreCompiledWorkflowClosure](docs/CoreCompiledWorkflowClosure.md) diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py index 2c6ca7bcfd..e424a2dc5a 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py @@ -23,7 +23,6 @@ from flyteadmin.configuration import Configuration # import models into sdk package from flyteadmin.models.admin_abort_metadata import AdminAbortMetadata -from flyteadmin.models.admin_affinity import AdminAffinity from flyteadmin.models.admin_annotations import AdminAnnotations from flyteadmin.models.admin_auth import AdminAuth from flyteadmin.models.admin_auth_role import AdminAuthRole @@ -106,8 +105,6 @@ from flyteadmin.models.admin_projects import AdminProjects from flyteadmin.models.admin_raw_output_data_config import AdminRawOutputDataConfig from flyteadmin.models.admin_schedule import AdminSchedule -from flyteadmin.models.admin_selector import AdminSelector -from flyteadmin.models.admin_selector_operator import AdminSelectorOperator from flyteadmin.models.admin_slack_notification import AdminSlackNotification from flyteadmin.models.admin_sort import AdminSort from flyteadmin.models.admin_system_metadata import AdminSystemMetadata @@ -124,7 +121,6 @@ from flyteadmin.models.admin_task_resource_attributes import AdminTaskResourceAttributes from flyteadmin.models.admin_task_resource_spec import AdminTaskResourceSpec from flyteadmin.models.admin_task_spec import AdminTaskSpec -from flyteadmin.models.admin_toleration import AdminToleration from flyteadmin.models.admin_url_blob import AdminUrlBlob from flyteadmin.models.admin_version import AdminVersion from flyteadmin.models.admin_workflow import AdminWorkflow @@ -145,6 +141,7 @@ from flyteadmin.models.admin_workflow_spec import AdminWorkflowSpec from flyteadmin.models.blob_type_blob_dimensionality import BlobTypeBlobDimensionality from flyteadmin.models.catalog_reservation_status import CatalogReservationStatus +from flyteadmin.models.comparison_expression_operator import ComparisonExpressionOperator from flyteadmin.models.conjunction_expression_logical_operator import ConjunctionExpressionLogicalOperator from flyteadmin.models.connection_set_id_list import ConnectionSetIdList from flyteadmin.models.container_architecture import ContainerArchitecture @@ -163,7 +160,6 @@ from flyteadmin.models.core_catalog_cache_status import CoreCatalogCacheStatus from flyteadmin.models.core_catalog_metadata import CoreCatalogMetadata from flyteadmin.models.core_comparison_expression import CoreComparisonExpression -from flyteadmin.models.core_comparison_expression_operator import CoreComparisonExpressionOperator from flyteadmin.models.core_compiled_task import CoreCompiledTask from flyteadmin.models.core_compiled_workflow import CoreCompiledWorkflow from flyteadmin.models.core_compiled_workflow_closure import CoreCompiledWorkflowClosure diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py index e07ec78624..b4b7883b18 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py @@ -16,7 +16,6 @@ # import models into model package from flyteadmin.models.admin_abort_metadata import AdminAbortMetadata -from flyteadmin.models.admin_affinity import AdminAffinity from flyteadmin.models.admin_annotations import AdminAnnotations from flyteadmin.models.admin_auth import AdminAuth from flyteadmin.models.admin_auth_role import AdminAuthRole @@ -99,8 +98,6 @@ from flyteadmin.models.admin_projects import AdminProjects from flyteadmin.models.admin_raw_output_data_config import AdminRawOutputDataConfig from flyteadmin.models.admin_schedule import AdminSchedule -from flyteadmin.models.admin_selector import AdminSelector -from flyteadmin.models.admin_selector_operator import AdminSelectorOperator from flyteadmin.models.admin_slack_notification import AdminSlackNotification from flyteadmin.models.admin_sort import AdminSort from flyteadmin.models.admin_system_metadata import AdminSystemMetadata @@ -117,7 +114,6 @@ from flyteadmin.models.admin_task_resource_attributes import AdminTaskResourceAttributes from flyteadmin.models.admin_task_resource_spec import AdminTaskResourceSpec from flyteadmin.models.admin_task_spec import AdminTaskSpec -from flyteadmin.models.admin_toleration import AdminToleration from flyteadmin.models.admin_url_blob import AdminUrlBlob from flyteadmin.models.admin_version import AdminVersion from flyteadmin.models.admin_workflow import AdminWorkflow @@ -138,6 +134,7 @@ from flyteadmin.models.admin_workflow_spec import AdminWorkflowSpec from flyteadmin.models.blob_type_blob_dimensionality import BlobTypeBlobDimensionality from flyteadmin.models.catalog_reservation_status import CatalogReservationStatus +from flyteadmin.models.comparison_expression_operator import ComparisonExpressionOperator from flyteadmin.models.conjunction_expression_logical_operator import ConjunctionExpressionLogicalOperator from flyteadmin.models.connection_set_id_list import ConnectionSetIdList from flyteadmin.models.container_architecture import ContainerArchitecture @@ -156,7 +153,6 @@ from flyteadmin.models.core_catalog_cache_status import CoreCatalogCacheStatus from flyteadmin.models.core_catalog_metadata import CoreCatalogMetadata from flyteadmin.models.core_comparison_expression import CoreComparisonExpression -from flyteadmin.models.core_comparison_expression_operator import CoreComparisonExpressionOperator from flyteadmin.models.core_compiled_task import CoreCompiledTask from flyteadmin.models.core_compiled_workflow import CoreCompiledWorkflow from flyteadmin.models.core_compiled_workflow_closure import CoreCompiledWorkflowClosure diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_affinity.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_affinity.py deleted file mode 100644 index f1e0e9f4aa..0000000000 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_affinity.py +++ /dev/null @@ -1,119 +0,0 @@ -# coding: utf-8 - -""" - flyteidl/service/admin.proto - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 - - OpenAPI spec version: version not set - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -import pprint -import re # noqa: F401 - -import six - -from flyteadmin.models.admin_selector import AdminSelector # noqa: F401,E501 - - -class AdminAffinity(object): - """NOTE: This class is auto generated by the swagger code generator program. - - Do not edit the class manually. - """ - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'selectors': 'list[AdminSelector]' - } - - attribute_map = { - 'selectors': 'selectors' - } - - def __init__(self, selectors=None): # noqa: E501 - """AdminAffinity - a model defined in Swagger""" # noqa: E501 - - self._selectors = None - self.discriminator = None - - if selectors is not None: - self.selectors = selectors - - @property - def selectors(self): - """Gets the selectors of this AdminAffinity. # noqa: E501 - - Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects. # noqa: E501 - - :return: The selectors of this AdminAffinity. # noqa: E501 - :rtype: list[AdminSelector] - """ - return self._selectors - - @selectors.setter - def selectors(self, selectors): - """Sets the selectors of this AdminAffinity. - - Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects. # noqa: E501 - - :param selectors: The selectors of this AdminAffinity. # noqa: E501 - :type: list[AdminSelector] - """ - - self._selectors = selectors - - def to_dict(self): - """Returns the model properties as a dict""" - result = {} - - for attr, _ in six.iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - if issubclass(AdminAffinity, dict): - for key, value in self.items(): - result[key] = value - - return result - - def to_str(self): - """Returns the string representation of the model""" - return pprint.pformat(self.to_dict()) - - def __repr__(self): - """For `print` and `pprint`""" - return self.to_str() - - def __eq__(self, other): - """Returns true if both objects are equal""" - if not isinstance(other, AdminAffinity): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """Returns true if both objects are not equal""" - return not self == other diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_cluster_assignment.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_cluster_assignment.py index 2aa325296f..15f5fd96f0 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_cluster_assignment.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_cluster_assignment.py @@ -16,9 +16,6 @@ import six -from flyteadmin.models.admin_affinity import AdminAffinity # noqa: F401,E501 -from flyteadmin.models.admin_toleration import AdminToleration # noqa: F401,E501 - class AdminClusterAssignment(object): """NOTE: This class is auto generated by the swagger code generator program. @@ -34,68 +31,42 @@ class AdminClusterAssignment(object): and the value is json key in definition. """ swagger_types = { - 'affinity': 'AdminAffinity', - 'toleration': 'AdminToleration' + 'cluster_pool_name': 'str' } attribute_map = { - 'affinity': 'affinity', - 'toleration': 'toleration' + 'cluster_pool_name': 'cluster_pool_name' } - def __init__(self, affinity=None, toleration=None): # noqa: E501 + def __init__(self, cluster_pool_name=None): # noqa: E501 """AdminClusterAssignment - a model defined in Swagger""" # noqa: E501 - self._affinity = None - self._toleration = None + self._cluster_pool_name = None self.discriminator = None - if affinity is not None: - self.affinity = affinity - if toleration is not None: - self.toleration = toleration - - @property - def affinity(self): - """Gets the affinity of this AdminClusterAssignment. # noqa: E501 - - - :return: The affinity of this AdminClusterAssignment. # noqa: E501 - :rtype: AdminAffinity - """ - return self._affinity - - @affinity.setter - def affinity(self, affinity): - """Sets the affinity of this AdminClusterAssignment. - - - :param affinity: The affinity of this AdminClusterAssignment. # noqa: E501 - :type: AdminAffinity - """ - - self._affinity = affinity + if cluster_pool_name is not None: + self.cluster_pool_name = cluster_pool_name @property - def toleration(self): - """Gets the toleration of this AdminClusterAssignment. # noqa: E501 + def cluster_pool_name(self): + """Gets the cluster_pool_name of this AdminClusterAssignment. # noqa: E501 - :return: The toleration of this AdminClusterAssignment. # noqa: E501 - :rtype: AdminToleration + :return: The cluster_pool_name of this AdminClusterAssignment. # noqa: E501 + :rtype: str """ - return self._toleration + return self._cluster_pool_name - @toleration.setter - def toleration(self, toleration): - """Sets the toleration of this AdminClusterAssignment. + @cluster_pool_name.setter + def cluster_pool_name(self, cluster_pool_name): + """Sets the cluster_pool_name of this AdminClusterAssignment. - :param toleration: The toleration of this AdminClusterAssignment. # noqa: E501 - :type: AdminToleration + :param cluster_pool_name: The cluster_pool_name of this AdminClusterAssignment. # noqa: E501 + :type: str """ - self._toleration = toleration + self._cluster_pool_name = cluster_pool_name def to_dict(self): """Returns the model properties as a dict""" diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_selector.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_selector.py deleted file mode 100644 index 371f0a12ba..0000000000 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_selector.py +++ /dev/null @@ -1,173 +0,0 @@ -# coding: utf-8 - -""" - flyteidl/service/admin.proto - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 - - OpenAPI spec version: version not set - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -import pprint -import re # noqa: F401 - -import six - -from flyteadmin.models.admin_selector_operator import AdminSelectorOperator # noqa: F401,E501 - - -class AdminSelector(object): - """NOTE: This class is auto generated by the swagger code generator program. - - Do not edit the class manually. - """ - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'key': 'str', - 'value': 'list[str]', - 'operator': 'AdminSelectorOperator' - } - - attribute_map = { - 'key': 'key', - 'value': 'value', - 'operator': 'operator' - } - - def __init__(self, key=None, value=None, operator=None): # noqa: E501 - """AdminSelector - a model defined in Swagger""" # noqa: E501 - - self._key = None - self._value = None - self._operator = None - self.discriminator = None - - if key is not None: - self.key = key - if value is not None: - self.value = value - if operator is not None: - self.operator = operator - - @property - def key(self): - """Gets the key of this AdminSelector. # noqa: E501 - - The label key. # noqa: E501 - - :return: The key of this AdminSelector. # noqa: E501 - :rtype: str - """ - return self._key - - @key.setter - def key(self, key): - """Sets the key of this AdminSelector. - - The label key. # noqa: E501 - - :param key: The key of this AdminSelector. # noqa: E501 - :type: str - """ - - self._key = key - - @property - def value(self): - """Gets the value of this AdminSelector. # noqa: E501 - - One or more values used to match labels. For equality (or inequality) requirements, values must contain a single element. For set-based requirements, values may contain one or more elements. # noqa: E501 - - :return: The value of this AdminSelector. # noqa: E501 - :rtype: list[str] - """ - return self._value - - @value.setter - def value(self, value): - """Sets the value of this AdminSelector. - - One or more values used to match labels. For equality (or inequality) requirements, values must contain a single element. For set-based requirements, values may contain one or more elements. # noqa: E501 - - :param value: The value of this AdminSelector. # noqa: E501 - :type: list[str] - """ - - self._value = value - - @property - def operator(self): - """Gets the operator of this AdminSelector. # noqa: E501 - - - :return: The operator of this AdminSelector. # noqa: E501 - :rtype: AdminSelectorOperator - """ - return self._operator - - @operator.setter - def operator(self, operator): - """Sets the operator of this AdminSelector. - - - :param operator: The operator of this AdminSelector. # noqa: E501 - :type: AdminSelectorOperator - """ - - self._operator = operator - - def to_dict(self): - """Returns the model properties as a dict""" - result = {} - - for attr, _ in six.iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - if issubclass(AdminSelector, dict): - for key, value in self.items(): - result[key] = value - - return result - - def to_str(self): - """Returns the string representation of the model""" - return pprint.pformat(self.to_dict()) - - def __repr__(self): - """For `print` and `pprint`""" - return self.to_str() - - def __eq__(self, other): - """Returns true if both objects are equal""" - if not isinstance(other, AdminSelector): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """Returns true if both objects are not equal""" - return not self == other diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_selector_operator.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_selector_operator.py deleted file mode 100644 index 6a748ce066..0000000000 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_selector_operator.py +++ /dev/null @@ -1,96 +0,0 @@ -# coding: utf-8 - -""" - flyteidl/service/admin.proto - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 - - OpenAPI spec version: version not set - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -import pprint -import re # noqa: F401 - -import six - - -class AdminSelectorOperator(object): - """NOTE: This class is auto generated by the swagger code generator program. - - Do not edit the class manually. - """ - - """ - allowed enum values - """ - EQUALS = "EQUALS" - NOT_EQUALS = "NOT_EQUALS" - IN = "IN" - NOT_IN = "NOT_IN" - EXISTS = "EXISTS" - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - } - - attribute_map = { - } - - def __init__(self): # noqa: E501 - """AdminSelectorOperator - a model defined in Swagger""" # noqa: E501 - self.discriminator = None - - def to_dict(self): - """Returns the model properties as a dict""" - result = {} - - for attr, _ in six.iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - if issubclass(AdminSelectorOperator, dict): - for key, value in self.items(): - result[key] = value - - return result - - def to_str(self): - """Returns the string representation of the model""" - return pprint.pformat(self.to_dict()) - - def __repr__(self): - """For `print` and `pprint`""" - return self.to_str() - - def __eq__(self, other): - """Returns true if both objects are equal""" - if not isinstance(other, AdminSelectorOperator): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """Returns true if both objects are not equal""" - return not self == other diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_toleration.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_toleration.py deleted file mode 100644 index 393c4d8ae7..0000000000 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_toleration.py +++ /dev/null @@ -1,119 +0,0 @@ -# coding: utf-8 - -""" - flyteidl/service/admin.proto - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 - - OpenAPI spec version: version not set - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -import pprint -import re # noqa: F401 - -import six - -from flyteadmin.models.admin_selector import AdminSelector # noqa: F401,E501 - - -class AdminToleration(object): - """NOTE: This class is auto generated by the swagger code generator program. - - Do not edit the class manually. - """ - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'selectors': 'list[AdminSelector]' - } - - attribute_map = { - 'selectors': 'selectors' - } - - def __init__(self, selectors=None): # noqa: E501 - """AdminToleration - a model defined in Swagger""" # noqa: E501 - - self._selectors = None - self.discriminator = None - - if selectors is not None: - self.selectors = selectors - - @property - def selectors(self): - """Gets the selectors of this AdminToleration. # noqa: E501 - - A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS. # noqa: E501 - - :return: The selectors of this AdminToleration. # noqa: E501 - :rtype: list[AdminSelector] - """ - return self._selectors - - @selectors.setter - def selectors(self, selectors): - """Sets the selectors of this AdminToleration. - - A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS. # noqa: E501 - - :param selectors: The selectors of this AdminToleration. # noqa: E501 - :type: list[AdminSelector] - """ - - self._selectors = selectors - - def to_dict(self): - """Returns the model properties as a dict""" - result = {} - - for attr, _ in six.iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - if issubclass(AdminToleration, dict): - for key, value in self.items(): - result[key] = value - - return result - - def to_str(self): - """Returns the string representation of the model""" - return pprint.pformat(self.to_dict()) - - def __repr__(self): - """For `print` and `pprint`""" - return self.to_str() - - def __eq__(self, other): - """Returns true if both objects are equal""" - if not isinstance(other, AdminToleration): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """Returns true if both objects are not equal""" - return not self == other diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_comparison_expression_operator.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/comparison_expression_operator.py similarity index 89% rename from flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_comparison_expression_operator.py rename to flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/comparison_expression_operator.py index f7db8f4587..b141515185 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_comparison_expression_operator.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/comparison_expression_operator.py @@ -17,7 +17,7 @@ import six -class CoreComparisonExpressionOperator(object): +class ComparisonExpressionOperator(object): """NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually. @@ -47,7 +47,7 @@ class CoreComparisonExpressionOperator(object): } def __init__(self): # noqa: E501 - """CoreComparisonExpressionOperator - a model defined in Swagger""" # noqa: E501 + """ComparisonExpressionOperator - a model defined in Swagger""" # noqa: E501 self.discriminator = None def to_dict(self): @@ -71,7 +71,7 @@ def to_dict(self): )) else: result[attr] = value - if issubclass(CoreComparisonExpressionOperator, dict): + if issubclass(ComparisonExpressionOperator, dict): for key, value in self.items(): result[key] = value @@ -87,7 +87,7 @@ def __repr__(self): def __eq__(self, other): """Returns true if both objects are equal""" - if not isinstance(other, CoreComparisonExpressionOperator): + if not isinstance(other, ComparisonExpressionOperator): return False return self.__dict__ == other.__dict__ diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_comparison_expression.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_comparison_expression.py index 57cecc7f8b..76e06e75c9 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_comparison_expression.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/core_comparison_expression.py @@ -16,7 +16,7 @@ import six -from flyteadmin.models.core_comparison_expression_operator import CoreComparisonExpressionOperator # noqa: F401,E501 +from flyteadmin.models.comparison_expression_operator import ComparisonExpressionOperator # noqa: F401,E501 from flyteadmin.models.core_operand import CoreOperand # noqa: F401,E501 @@ -34,7 +34,7 @@ class CoreComparisonExpression(object): and the value is json key in definition. """ swagger_types = { - 'operator': 'CoreComparisonExpressionOperator', + 'operator': 'ComparisonExpressionOperator', 'left_value': 'CoreOperand', 'right_value': 'CoreOperand' } @@ -66,7 +66,7 @@ def operator(self): :return: The operator of this CoreComparisonExpression. # noqa: E501 - :rtype: CoreComparisonExpressionOperator + :rtype: ComparisonExpressionOperator """ return self._operator @@ -76,7 +76,7 @@ def operator(self, operator): :param operator: The operator of this CoreComparisonExpression. # noqa: E501 - :type: CoreComparisonExpressionOperator + :type: ComparisonExpressionOperator """ self._operator = operator diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_selector.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_selector.py deleted file mode 100644 index b2c4e85e78..0000000000 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_selector.py +++ /dev/null @@ -1,40 +0,0 @@ -# coding: utf-8 - -""" - flyteidl/service/admin.proto - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 - - OpenAPI spec version: version not set - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import unittest - -import flyteadmin -from flyteadmin.models.admin_selector import AdminSelector # noqa: E501 -from flyteadmin.rest import ApiException - - -class TestAdminSelector(unittest.TestCase): - """AdminSelector unit test stubs""" - - def setUp(self): - pass - - def tearDown(self): - pass - - def testAdminSelector(self): - """Test AdminSelector""" - # FIXME: construct object with mandatory attributes with example values - # model = flyteadmin.models.admin_selector.AdminSelector() # noqa: E501 - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_selector_operator.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_selector_operator.py deleted file mode 100644 index e83fb20aaa..0000000000 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_selector_operator.py +++ /dev/null @@ -1,40 +0,0 @@ -# coding: utf-8 - -""" - flyteidl/service/admin.proto - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 - - OpenAPI spec version: version not set - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import unittest - -import flyteadmin -from flyteadmin.models.admin_selector_operator import AdminSelectorOperator # noqa: E501 -from flyteadmin.rest import ApiException - - -class TestAdminSelectorOperator(unittest.TestCase): - """AdminSelectorOperator unit test stubs""" - - def setUp(self): - pass - - def tearDown(self): - pass - - def testAdminSelectorOperator(self): - """Test AdminSelectorOperator""" - # FIXME: construct object with mandatory attributes with example values - # model = flyteadmin.models.admin_selector_operator.AdminSelectorOperator() # noqa: E501 - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_toleration.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_toleration.py deleted file mode 100644 index 47960c5b77..0000000000 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_toleration.py +++ /dev/null @@ -1,40 +0,0 @@ -# coding: utf-8 - -""" - flyteidl/service/admin.proto - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 - - OpenAPI spec version: version not set - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import unittest - -import flyteadmin -from flyteadmin.models.admin_toleration import AdminToleration # noqa: E501 -from flyteadmin.rest import ApiException - - -class TestAdminToleration(unittest.TestCase): - """AdminToleration unit test stubs""" - - def setUp(self): - pass - - def tearDown(self): - pass - - def testAdminToleration(self): - """Test AdminToleration""" - # FIXME: construct object with mandatory attributes with example values - # model = flyteadmin.models.admin_toleration.AdminToleration() # noqa: E501 - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_affinity.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_comparison_expression_operator.py similarity index 59% rename from flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_affinity.py rename to flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_comparison_expression_operator.py index ee0de5fa85..577750bcb9 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_affinity.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_comparison_expression_operator.py @@ -16,12 +16,12 @@ import unittest import flyteadmin -from flyteadmin.models.admin_affinity import AdminAffinity # noqa: E501 +from flyteadmin.models.comparison_expression_operator import ComparisonExpressionOperator # noqa: E501 from flyteadmin.rest import ApiException -class TestAdminAffinity(unittest.TestCase): - """AdminAffinity unit test stubs""" +class TestComparisonExpressionOperator(unittest.TestCase): + """ComparisonExpressionOperator unit test stubs""" def setUp(self): pass @@ -29,10 +29,10 @@ def setUp(self): def tearDown(self): pass - def testAdminAffinity(self): - """Test AdminAffinity""" + def testComparisonExpressionOperator(self): + """Test ComparisonExpressionOperator""" # FIXME: construct object with mandatory attributes with example values - # model = flyteadmin.models.admin_affinity.AdminAffinity() # noqa: E501 + # model = flyteadmin.models.comparison_expression_operator.ComparisonExpressionOperator() # noqa: E501 pass diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_core_comparison_expression_operator.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_core_comparison_expression_operator.py deleted file mode 100644 index 138b4bc893..0000000000 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_core_comparison_expression_operator.py +++ /dev/null @@ -1,40 +0,0 @@ -# coding: utf-8 - -""" - flyteidl/service/admin.proto - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 - - OpenAPI spec version: version not set - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import unittest - -import flyteadmin -from flyteadmin.models.core_comparison_expression_operator import CoreComparisonExpressionOperator # noqa: E501 -from flyteadmin.rest import ApiException - - -class TestCoreComparisonExpressionOperator(unittest.TestCase): - """CoreComparisonExpressionOperator unit test stubs""" - - def setUp(self): - pass - - def tearDown(self): - pass - - def testCoreComparisonExpressionOperator(self): - """Test CoreComparisonExpressionOperator""" - # FIXME: construct object with mandatory attributes with example values - # model = flyteadmin.models.core_comparison_expression_operator.CoreComparisonExpressionOperator() # noqa: E501 - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/flyteidl/protos/docs/admin/admin.rst b/flyteidl/protos/docs/admin/admin.rst index d94117d63a..7d47ed2b39 100644 --- a/flyteidl/protos/docs/admin/admin.rst +++ b/flyteidl/protos/docs/admin/admin.rst @@ -14,27 +14,6 @@ flyteidl/admin/cluster_assignment.proto -.. _ref_flyteidl.admin.Affinity: - -Affinity ------------------------------------------------------------------- - -Defines a set of constraints used to select eligible objects based on labels they possess. - - - -.. csv-table:: Affinity type fields - :header: "Field", "Type", "Label", "Description" - :widths: auto - - "selectors", ":ref:`ref_flyteidl.admin.Selector`", "repeated", "Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects." - - - - - - - .. _ref_flyteidl.admin.ClusterAssignment: ClusterAssignment @@ -48,52 +27,7 @@ Encapsulates specifications for routing an execution onto a specific cluster. :header: "Field", "Type", "Label", "Description" :widths: auto - "affinity", ":ref:`ref_flyteidl.admin.Affinity`", "", "" - "toleration", ":ref:`ref_flyteidl.admin.Toleration`", "", "" - - - - - - - -.. _ref_flyteidl.admin.Selector: - -Selector ------------------------------------------------------------------- - -A Selector is a specification for identifying a set of objects with corresponding labels. - - - -.. csv-table:: Selector type fields - :header: "Field", "Type", "Label", "Description" - :widths: auto - - "key", ":ref:`ref_string`", "", "The label key." - "value", ":ref:`ref_string`", "repeated", "One or more values used to match labels. For equality (or inequality) requirements, values must contain a single element. For set-based requirements, values may contain one or more elements." - "operator", ":ref:`ref_flyteidl.admin.Selector.Operator`", "", "" - - - - - - - -.. _ref_flyteidl.admin.Toleration: - -Toleration ------------------------------------------------------------------- - -Defines a set of specific label selectors that the execution can tolerate on a cluster. - - - -.. csv-table:: Toleration type fields - :header: "Field", "Type", "Label", "Description" - :widths: auto - - "selectors", ":ref:`ref_flyteidl.admin.Selector`", "repeated", "A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS." + "cluster_pool_name", ":ref:`ref_string`", "", "" @@ -104,25 +38,6 @@ Defines a set of specific label selectors that the execution can tolerate on a c end messages - -.. _ref_flyteidl.admin.Selector.Operator: - -Selector.Operator ------------------------------------------------------------------- - -Defines how a label with a corresponding key and value is selected or excluded. - -.. csv-table:: Enum Selector.Operator values - :header: "Name", "Number", "Description" - :widths: auto - - "EQUALS", "0", "" - "NOT_EQUALS", "1", "" - "IN", "2", "" - "NOT_IN", "3", "" - "EXISTS", "4", "A label key with any value" - - .. end enums diff --git a/flyteidl/protos/flyteidl/admin/cluster_assignment.proto b/flyteidl/protos/flyteidl/admin/cluster_assignment.proto index 3f279424a3..85a6a4ef8d 100644 --- a/flyteidl/protos/flyteidl/admin/cluster_assignment.proto +++ b/flyteidl/protos/flyteidl/admin/cluster_assignment.proto @@ -6,45 +6,6 @@ option go_package = "github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/admin"; // Encapsulates specifications for routing an execution onto a specific cluster. message ClusterAssignment { - Affinity affinity = 1; - - Toleration toleration = 2; -} - -// Defines a set of constraints used to select eligible objects based on labels they possess. -message Affinity { - // Multiples selectors are 'and'-ed together to produce the list of matching, eligible objects. - repeated Selector selectors = 1; -} - -// Defines a set of specific label selectors that the execution can tolerate on a cluster. -message Toleration { - - // A toleration selector is similar to that of an affinity but the only valid operators are EQUALS AND EXISTS. - repeated Selector selectors = 1; + reserved 1, 2; + string cluster_pool_name = 3; } - -// A Selector is a specification for identifying a set of objects with corresponding labels. -message Selector { - - // The label key. - string key = 1; - - // One or more values used to match labels. - // For equality (or inequality) requirements, values must contain a single element. - // For set-based requirements, values may contain one or more elements. - repeated string value = 2; - - // Defines how a label with a corresponding key and value is selected or excluded. - enum Operator { - EQUALS = 0; - NOT_EQUALS = 1; - IN = 2; - NOT_IN = 3; - EXISTS = 4; // A label key with any value - - // K8s supports more operators, we can consider adding them if necessary - } - Operator operator = 3; -} -