-
Notifications
You must be signed in to change notification settings - Fork 0
/
resources.py
573 lines (563 loc) · 34.5 KB
/
resources.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
# -*- coding: utf-8 -*-
# Resource object code
#
# Created by: The Resource Compiler for PyQt5 (Qt v5.12.5)
#
# WARNING! All changes made in this file will be lost!
from PyQt5 import QtCore
qt_resource_data = b"\
\x00\x00\x1f\xda\
\x89\
\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
\x00\x00\x40\x00\x00\x00\x38\x08\x06\x00\x00\x01\x3a\x1f\xce\xe4\
\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc3\x00\x00\x0e\xc3\
\x01\xc7\x6f\xa8\x64\x00\x00\x09\xb1\x69\x54\x58\x74\x58\x4d\x4c\
\x3a\x63\x6f\x6d\x2e\x61\x64\x6f\x62\x65\x2e\x78\x6d\x70\x00\x00\
\x00\x00\x00\x3c\x3f\x78\x70\x61\x63\x6b\x65\x74\x20\x62\x65\x67\
\x69\x6e\x3d\x22\xef\xbb\xbf\x22\x20\x69\x64\x3d\x22\x57\x35\x4d\
\x30\x4d\x70\x43\x65\x68\x69\x48\x7a\x72\x65\x53\x7a\x4e\x54\x63\
\x7a\x6b\x63\x39\x64\x22\x3f\x3e\x0a\x3c\x78\x3a\x78\x6d\x70\x6d\
\x65\x74\x61\x20\x78\x6d\x6c\x6e\x73\x3a\x78\x3d\x22\x61\x64\x6f\
\x62\x65\x3a\x6e\x73\x3a\x6d\x65\x74\x61\x2f\x22\x20\x78\x3a\x78\
\x6d\x70\x74\x6b\x3d\x22\x58\x4d\x50\x20\x43\x6f\x72\x65\x20\x35\
\x2e\x35\x2e\x30\x22\x3e\x0a\x20\x20\x20\x3c\x72\x64\x66\x3a\x52\
\x44\x46\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\x74\
\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\
\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\x73\
\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\x20\x20\x20\x20\
\x20\x20\x3c\x72\x64\x66\x3a\x44\x65\x73\x63\x72\x69\x70\x74\x69\
\x6f\x6e\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x0a\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x78\x6d\x6c\x6e\
\x73\x3a\x78\x6d\x70\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x6e\x73\
\x2e\x61\x64\x6f\x62\x65\x2e\x63\x6f\x6d\x2f\x78\x61\x70\x2f\x31\
\x2e\x30\x2f\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\
\x78\x6d\x70\x3a\x43\x72\x65\x61\x74\x6f\x72\x54\x6f\x6f\x6c\x3e\
\x5a\x6f\x6e\x65\x72\x20\x50\x68\x6f\x74\x6f\x20\x53\x74\x75\x64\
\x69\x6f\x20\x58\x3c\x2f\x78\x6d\x70\x3a\x43\x72\x65\x61\x74\x6f\
\x72\x54\x6f\x6f\x6c\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x72\
\x64\x66\x3a\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e\x3e\x0a\
\x20\x20\x20\x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x3c\x2f\
\x78\x3a\x78\x6d\x70\x6d\x65\x74\x61\x3e\x0a\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\
\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x0a\x3c\x3f\x78\x70\x61\
\x63\x6b\x65\x74\x20\x65\x6e\x64\x3d\x22\x77\x22\x3f\x3e\xdd\x3e\
\xe6\x5d\x00\x00\x15\xcf\x49\x44\x41\x54\x68\xde\xed\x5b\x79\x7c\
\x4c\x57\xfb\xff\x9e\x7b\xef\xcc\x64\x66\x32\x59\x26\x8b\x24\x42\
\x44\x24\x22\xb1\xab\x2d\xb1\x24\x62\x8b\x04\xa5\x12\x5b\x51\x4a\
\x90\x86\xd6\xfb\xd6\xee\xd5\x51\x5a\xad\xb5\x84\x2a\x82\x54\x5b\
\x25\xd1\x17\x6f\xde\x8a\xd2\x12\x34\xa8\x7d\x0d\x62\x17\x24\x21\
\xfb\x3e\x33\xf7\xde\xe7\xf7\x47\x96\x06\xa1\x51\xda\x77\xf9\xbd\
\xcf\xe7\x73\x3e\x73\xee\x73\xef\x3d\xf7\x39\xcf\x7e\x9e\x73\x06\
\xa8\x19\x38\xbc\x24\xb4\x51\x54\xf6\x04\x00\x08\x9e\x34\x49\x55\
\xcf\x68\x94\x8b\x78\xbd\xe5\x96\x35\x9f\xe4\x76\x0c\x74\x36\x1e\
\x3d\x00\xae\xdf\xd0\x89\xc4\x01\x40\x62\x74\xb4\xf1\xfa\x83\x42\
\xd3\x93\xe3\xfc\xe3\xdb\x35\x8c\x55\x5e\xd8\x78\xda\x9c\xcb\x4b\
\xcd\xdb\x02\x80\x53\xcc\x44\xa1\x59\x07\x57\xcc\xc6\x8c\x9a\x49\
\x08\x23\x1e\x2f\x0f\x07\xca\x27\xc0\x41\x28\x0d\xaa\xf1\x81\x83\
\x15\xbf\x5d\x7b\x0f\x22\x00\x88\x88\x88\x50\x74\xec\xd6\x97\x2a\
\xef\xef\xb9\x94\x9b\x0b\x00\x9c\x2c\xcb\x00\x80\x75\xeb\xd6\x99\
\xad\xac\x6c\x31\x7c\xec\x34\x57\x00\xd8\x79\x68\x53\xd3\xc0\x90\
\xc1\xc4\x88\xe8\x13\xc6\xd8\x0c\x10\x66\xc2\x19\x32\x36\x42\x44\
\x30\x94\x04\x5a\xc4\x18\x93\x7e\x17\xfd\xac\xb6\x33\x7c\x96\xd8\
\xe9\x85\xbf\xb6\x62\xcb\x7e\xfa\x2e\x76\x15\xcc\xa2\x19\x4a\x85\
\x52\xf2\xeb\x16\xc2\x1f\xda\xbb\x13\x1c\x2f\x40\x96\x44\x24\xff\
\xf4\x0f\xd6\xa5\xd7\x1b\x64\x36\x9b\x20\xcb\x12\xd5\x77\x78\x4b\
\x91\x91\xbf\x55\x94\x65\x09\x98\x34\x7b\x85\x18\x50\xc1\xca\x0e\
\x01\x21\x72\xd7\xe0\x70\x22\x60\xda\x2f\x1a\xcb\x0f\x02\xfa\x0e\
\x2f\xef\xdb\x3a\x2c\xe8\xda\x7b\x10\xf9\x07\xf5\xa7\x06\xbe\x5e\
\xa5\x04\xab\xc9\xbd\xfb\xbd\x49\x00\xcc\x42\xf4\x47\xef\x0a\x8b\
\x63\x7f\xc9\xb4\xb4\xb6\x21\x10\xa0\xb3\xd1\x83\x01\x8b\x7e\x3a\
\x91\x4d\x8e\x4b\x66\x82\x01\x8b\x46\x0f\x8d\xa8\xa7\xba\x7f\x67\
\xf6\xc1\x3d\xdb\x19\x00\x2c\xdd\xf2\x23\x09\xbb\xb6\xe2\xbd\x0f\
\x56\x0b\xb5\x9f\xec\x33\x14\xac\x26\x26\x3a\xd5\xf4\xa0\xc1\x77\
\x1e\xfd\x7e\xc5\x0c\x40\x87\x6a\x57\x36\x2f\xa5\xe4\x3c\xf1\x1b\
\x5e\xca\xfc\x25\x48\x2f\xed\x3f\xa8\x76\x03\xa8\xe6\x2c\xf9\xf5\
\xa2\xc7\xfa\xaa\xae\x33\x5c\x2a\xbb\x67\x80\x06\x0c\x00\xda\xf8\
\x05\x99\x55\x16\x1a\x01\x00\x8e\xec\x4f\x60\x9d\x7b\x0e\x20\x80\
\x41\x96\x25\xb4\xeb\x12\x8c\x47\x19\xf7\x70\x2b\xf5\x02\x64\x59\
\x46\xe6\x87\xb7\xbf\xef\xba\x3d\x2c\x24\xf5\xe2\x29\x74\x0d\x1e\
\x04\xae\xdf\xb0\xf1\xd2\xf0\x09\x33\x4d\x47\xf6\x27\xb0\x23\xfb\
\x13\x18\x00\x1c\xf6\x6b\xc1\x97\x14\x15\x88\x2a\xa5\x6a\x98\xb5\
\x9c\xc1\x73\x8c\x03\x18\x42\x8e\xee\x4f\x60\xe9\xfe\xb7\x0a\x6e\
\x5d\xbd\x80\xe4\x1f\x77\x72\x33\x0c\x91\x4d\xd0\xa5\xd7\x40\x32\
\x18\x0c\xdc\x5b\x93\x0d\x4b\xbb\xf4\x7a\x83\x08\x78\x87\x80\x69\
\x7e\x5d\x43\xa4\xca\x7e\xc7\xae\x7d\x24\xbf\x6e\x7d\xa9\x73\x8f\
\x01\x74\x9f\x8e\x15\xdd\x00\x22\x03\x82\xc3\x88\x8e\x1d\x3b\x82\
\x56\x1d\xba\x19\xfd\x83\x42\x3f\xac\x98\x4a\x95\x73\x6c\xe3\xd7\
\xdd\x5c\xd9\x6f\xdb\xa9\xa7\xb9\x53\xcf\x01\xa1\xe5\x2c\x2c\x17\
\xe3\xb8\xbf\x7e\x72\x32\x24\x7c\x2c\x71\xa7\x8f\x4e\xd0\x38\xba\
\xb8\xff\x2d\x74\xf0\x58\x72\x76\x6d\xa8\x00\x80\xb0\x29\x53\xd4\
\xae\x0d\x3c\xab\xf4\xdc\x42\x63\x21\x68\xb5\x3a\x1e\x00\x2c\xa0\
\x54\xf7\x1d\x1a\x41\xe9\xf7\x6e\xb4\xf9\x3e\x2e\x86\x43\xb3\x66\
\xcd\x82\x89\xca\xf5\x9c\x88\x66\x72\xc4\xcd\x06\x61\xe6\x69\x3a\
\x7d\x12\x84\x99\x20\xcc\x24\x22\x53\xb5\xfe\xc5\x17\x16\xbc\x53\
\x10\x45\xe2\xa5\x02\x91\xfc\xec\x5b\x8f\x0d\x90\x93\x93\x63\x5d\
\xed\xd2\xb7\x8a\x07\xb7\xdc\xec\x9f\xeb\xd2\x7e\xd8\xb0\x21\xb8\
\xe7\x98\x31\xbd\x60\x6b\x7b\x10\x79\x79\x55\xdf\xbb\x93\x90\x10\
\xba\x51\xa5\x6a\xc1\x1d\x39\xe2\x67\x30\x18\xc4\xdf\xd4\x71\xa2\
\xf5\xc2\x76\xe1\x9f\xd2\xa0\x6a\xf6\xb2\x15\x1c\x0d\xa1\x79\x00\
\x5a\x32\xc6\x64\xfc\x4b\x80\xb0\xa1\x7a\x24\x78\xa5\xc9\xc0\x2b\
\x81\x6d\xdb\x7e\x98\x12\xbb\x9d\x2e\x78\x77\xa3\xbe\x56\x9e\x14\
\x62\xe5\x49\x21\xb6\x4d\x29\x64\xd4\xd0\x19\xff\xcc\x35\x9b\x8d\
\x8d\x02\xa9\x5f\x25\x5e\xe3\x9a\xdf\x67\xc1\x49\x3a\x07\x60\x88\
\x55\xc3\xe2\x90\x4a\x3c\xef\x70\xb5\x0f\x7d\x47\xd7\x9f\x1a\x7c\
\x22\x6c\x49\xa2\x73\x44\xf4\xe4\x64\xeb\x51\x6e\x6e\x4c\x55\x10\
\xd5\x37\xa6\xf0\x9c\xab\x2c\x6e\xe2\xac\x25\x6b\x18\x95\x67\x26\
\x59\xd9\x19\x62\xdc\xba\xc5\x53\xc3\x0c\x06\xa9\x4f\xfb\x21\x2b\
\x8f\x1f\x4e\x14\xa5\xb2\x52\x10\x09\x3c\x63\xa2\xc4\xab\x54\x00\
\x80\xdc\x47\x8f\xa4\xad\x31\x9f\xbc\x3b\x6e\x7a\xd2\x61\x9e\x3b\
\x75\x41\x36\x1a\x65\xb0\x72\xc7\xc7\x78\x60\xc7\xfb\xeb\x1d\x1f\
\xa6\xdc\x1a\x86\x40\x88\xa3\x26\x7d\x18\xad\xb5\xd4\x2a\x64\x51\
\x42\x78\xe7\x1e\x56\x02\x00\xf4\x1e\xf8\xd6\xa6\xe2\xa2\x81\xa3\
\x14\x8d\x86\x6c\x53\xab\xad\x70\x78\x6f\xfc\xe8\xba\xf5\x3c\x70\
\xfb\xe6\x15\x4c\x5d\x10\x53\xb2\x78\xce\x58\xf6\xe6\x2f\x91\xe3\
\x1f\xdc\xbe\xba\xfb\x4e\x6a\xca\x6e\xb5\xce\x6a\x05\xc7\xf3\xbc\
\x8d\xde\x7e\xad\x42\xa5\x39\xd6\xab\xdf\xf0\x01\x5b\x63\x3e\x81\
\xb1\x68\x7f\xa7\x1b\xa9\xe7\xfd\x74\x5a\xeb\x4d\x2a\xb5\x26\x99\
\x31\x46\x05\x85\x39\xb0\x52\x59\x87\xaf\xd3\x65\xc6\x2f\xed\x35\
\xb1\xdf\xa5\x33\x47\xd0\xd0\xcb\x77\x79\x51\x61\xc1\x45\xfb\x61\
\xe3\x37\xb1\xb0\xb0\x30\xfe\xfa\xbd\x9c\x62\xad\x56\xa7\x6a\xd5\
\xa1\x7b\x64\xf4\x82\xa8\x35\x8b\x37\xef\x1b\x76\x33\xe5\x6c\xb0\
\x24\x49\xe0\x15\x0a\xac\xf9\xf8\xaf\x23\xaa\xa9\x3a\xd7\xc6\xbf\
\x47\x99\xce\xda\x56\x91\xe4\xe3\xdb\x04\x4b\x0d\x57\x2a\x6f\x8d\
\x8c\x9c\x23\xdf\xbc\x76\x09\x7a\x3b\xc7\x87\xce\xae\xee\x67\x0b\
\x0b\xf3\x85\x4e\xed\x07\x64\xbd\x7b\xba\x5d\x5b\x73\x34\x79\xbf\
\x3e\x3c\xd2\x98\x97\x9b\x05\x8f\x26\xad\xd8\x86\x65\xb3\x98\x1f\
\x10\x22\xc4\xc7\xc7\x4b\xad\x3a\x04\x42\x50\x28\x10\xbd\x20\x6a\
\x0d\x00\x5c\x3e\x7b\xea\x52\x62\xdc\x3a\xe6\xe6\xe1\x1d\xab\xd5\
\x59\x0b\x04\x8c\xaa\xfc\x48\xd4\xa8\x28\xdb\x63\x00\x54\x16\x6a\
\xd0\x52\x43\x6a\xa5\x22\x8f\x1b\x3b\xcd\xe5\xdc\x85\xe3\x92\x52\
\xa5\xe1\x44\xc9\xbc\xe9\xe8\xc1\x3d\x07\x89\x44\xb1\x8e\x83\x9b\
\x60\x8e\xd6\x64\x47\xac\x63\x58\xbb\x05\x3c\x03\xa8\x8e\x6b\x03\
\xea\xdc\x73\xa0\x3c\xe1\xfd\x8f\x99\x00\x00\x83\xc7\x4d\x3b\xb8\
\x3b\x2e\xa6\x87\x7f\xf7\x7e\x92\xbb\x67\x53\xce\x54\x5a\x80\xc0\
\xd0\xc1\xb8\x7f\xfb\x1a\xa8\xdc\x59\x54\xd9\x6f\xdc\xf4\x55\x85\
\xbf\x44\xf4\x04\xc0\x1e\xc3\x0f\xaf\x08\x76\xb2\x24\xb2\x82\x9c\
\xdc\xe4\xf3\x27\x92\xf6\x00\xc0\x85\x93\x3f\xc3\x62\xbe\x7a\xa4\
\x75\x7e\x4c\xd9\x5b\x51\x77\xb9\x91\x44\x48\x4d\x39\x23\x6b\xb5\
\x96\x4c\xa9\xd1\xfd\x6a\x8e\xee\x7e\x34\xe8\x39\x76\xcc\x23\xae\
\xa2\x55\x87\xb8\x6a\x78\x02\x73\x70\xa7\xf0\xa7\xee\x19\x20\xe8\
\x49\xbf\xee\xb7\x2c\xd1\x3e\x2d\x2d\xad\x11\x11\x3d\x9e\x5a\x7e\
\x07\x37\x0c\x47\xdb\x27\x1f\x0e\xec\x1f\xd8\xbe\xa6\x41\x9a\xf9\
\x7a\x44\xd7\x84\x2f\xba\x5a\x14\x64\x20\xc3\x1f\xef\x73\x9c\x02\
\x29\xf2\x45\xd7\x08\xaf\x94\x2a\xd9\xfc\x8a\xb3\x79\x22\x0a\xb7\
\xb3\xb3\xf7\x27\xfb\x8c\x78\xd1\x68\x96\x01\x40\xe4\xd4\xe2\xed\
\x5f\x8a\xbe\xae\xe3\xe8\x3f\x42\xe7\x76\xac\x6a\xb6\x85\x79\xe9\
\x26\xca\x6b\x18\xcb\x18\x6b\xfa\x7b\x32\xb5\x66\xf4\x04\x37\x0c\
\xe5\xd7\x1f\x18\x80\xda\xa7\xd0\x61\x50\xd6\x36\x59\x7e\x72\xa6\
\x6b\x00\xf4\xa7\x6a\x0d\x40\x28\x11\x9d\xa8\xed\xb7\x7b\x2d\xe8\
\xd5\xee\x06\xdd\x58\xa5\x26\xf5\x00\x10\xfa\x57\xb4\xd7\xe7\xc7\
\xce\x8f\xd1\xc6\x68\x67\x3e\x65\x41\xb5\xe2\x8c\x20\x18\xe8\x45\
\x38\x50\x13\x7c\x8f\xf6\xa0\x67\x8f\xf1\x7c\x25\x14\xc5\x97\xd7\
\xcc\xcc\x3f\xd1\x0a\x7e\x0f\xfc\xdb\x13\x40\x2f\xfd\x85\x92\xda\
\x28\x5b\x76\xbd\x3b\x80\x43\xb0\x55\x43\xb1\x2a\xc3\x01\x36\xf7\
\x22\x22\xb2\x10\xd0\xdd\xaa\x61\x45\x96\xe4\x49\x21\x00\xde\x39\
\x9f\x46\x37\x5a\xf7\xaf\x96\x3d\x35\xa1\x10\x0b\x0b\x8b\xb9\x25\
\x44\xd7\x0d\x71\x71\xca\x6a\xe4\xb3\x8d\xc6\x8d\xdf\x68\x4f\x6b\
\x97\x80\x1e\xb7\x02\x22\x8a\xa9\xc6\x05\xdf\x6f\x6b\x22\xcc\x16\
\x7d\xef\x04\xd4\x68\x05\x9b\x9a\xd5\x58\x2c\x0a\x3d\xa9\xa9\x01\
\xdd\xe7\x19\xfe\xa1\x7f\x85\x27\x24\x66\xd7\x0a\x51\xd9\x67\x58\
\xf4\xd2\xaf\x0e\x4c\xbf\x91\x72\xda\xbd\xd2\x45\x0e\x17\xe5\xb6\
\x7e\x8b\xa7\xb6\x01\x80\x61\x13\x66\xaf\xb0\xd6\xdb\xf2\x52\x99\
\x09\x44\x8c\x71\x02\x23\x4e\x50\x80\x31\xc6\x82\x07\x8d\xb6\xd8\
\x1d\xbf\x29\xb6\x20\xbf\x70\x84\xa5\x4e\x6b\x22\xb1\x7c\x8d\xc5\
\xab\x54\xc8\xc8\xbb\xe5\xb2\x63\xf5\xaa\xb0\xb7\xe6\x19\x14\x1d\
\x5a\x87\x2e\xba\x70\xf4\xa0\x92\x00\xa8\xcf\x9f\x70\x5d\xfa\xfd\
\xd6\x50\x01\x60\x28\xbd\xde\xad\x74\xd4\x24\x03\xed\xd8\xbc\x92\
\x18\xc0\x44\xa9\xdc\xfc\x2e\x28\x14\xf8\xcb\x87\x6b\x12\x96\xcd\
\x9d\xd8\xf7\xe2\xa9\x9f\x23\x2c\xad\xac\x2d\x78\xfe\x57\x86\x48\
\xa2\x19\xc5\x85\xf9\x66\x51\x32\x39\x3c\xb8\x7d\x7d\x60\x56\x66\
\xfa\x38\x85\x52\x05\x49\x34\x57\xe6\x11\xd0\xf1\x7a\x00\x80\x23\
\xef\x32\x77\xf3\x67\xf3\x26\xf1\x82\x02\x92\x68\x46\x51\x41\xbe\
\xb1\xb2\xb0\x46\x21\x83\x5a\xac\xbf\x73\xfd\x12\xe5\x65\x3f\x34\
\x0d\x1c\x39\x39\xff\xc2\xb9\xe4\x19\x4c\x66\x9c\xb6\x79\xbb\x65\
\x9e\x0d\xbd\xeb\x00\x40\xa3\x26\x2d\x32\xa4\xd2\x92\xb5\x56\x8e\
\x75\x16\xa6\xdd\x4c\x85\xad\xde\x01\xf9\x05\x79\xa3\x8d\xc6\x12\
\x2a\x2c\x2b\xb0\xe0\x39\x05\x38\x8e\x83\x9d\xa3\x33\x8a\x8b\x72\
\x47\x6b\x35\x15\xd5\x04\x35\xeb\x86\x79\xa0\xc3\x07\x77\x4d\x51\
\x59\x68\xf0\x9a\x7f\x0f\x5c\x3c\x7d\x64\xb4\xf6\x56\x6a\x43\x00\
\x10\xfa\xbc\x31\x66\xf7\x83\xb4\x9b\x24\x89\x66\xb9\x75\xa7\x1e\
\x5e\x97\x93\xb7\xdf\xdf\x11\x1f\x2f\x01\x00\x29\x95\x6e\x89\x41\
\x41\x1f\x01\x00\x5f\x9a\xde\x88\x87\x2f\x5f\xd7\xcd\x6d\x61\xda\
\xad\x6b\xb0\xb4\xd1\x63\xc7\x37\x9f\xc7\x02\xc0\xa9\xe4\x9f\x10\
\x3a\x74\x3c\x00\xc0\xa1\x8e\x2b\x76\x7e\xbd\x3a\xb6\x8a\x4d\x2b\
\x15\x57\x30\x19\x72\x7e\xcb\x1c\x66\x5f\x47\x85\xdb\xd7\x2f\x46\
\xef\xf9\x7b\x6c\x2c\x01\x03\x18\x00\xa1\x55\xc7\xc0\x5e\xc9\x3f\
\x25\xa0\x91\x77\x0b\xfe\xcb\x95\x86\x34\x00\x34\x3f\x7a\xfb\x57\
\x99\x99\x77\xf1\xd9\xd5\x94\xe6\x34\xf4\xed\x5c\x24\x26\x2e\x8f\
\x8f\x8f\x97\x80\x78\x69\x4e\xdb\x58\x80\x08\xa5\xa2\x39\xa3\xba\
\x46\x1d\x4d\x4a\x74\xf2\xf6\x69\x89\x9b\x57\xcf\x23\xec\xed\xa9\
\x27\x6c\x6d\x1d\x72\x72\xb2\xd3\x2d\xb7\x7f\xbe\x7c\x34\x00\x74\
\x1c\xf1\xce\x77\xd7\xf6\xee\x18\x9a\x7a\xe9\xec\xf8\x25\xb1\xfb\
\xf4\x7b\xdf\xea\xe1\x0a\x60\x87\x70\x68\xef\xdf\x39\x41\x50\x40\
\xef\xe0\x94\x0c\x22\x80\x31\x1c\x3d\x98\x38\xbc\xa8\x20\x8f\x9d\
\x67\x84\x4e\xdf\x6e\x18\x4f\x40\x79\x31\x54\xa9\xe4\x5f\xbf\x7f\
\x07\x44\x84\x66\xd9\x0f\x33\xe2\x81\x69\x15\x78\xae\xdf\xa8\x29\
\x1f\x15\x9c\x3b\x02\x51\x34\x23\xed\x46\x4a\x9b\x0c\xa5\x8a\x89\
\xa2\x89\x96\x6d\x8a\xda\xb3\x3e\x6e\x7d\x59\xcc\xfc\x88\x6d\xf3\
\xe7\x6d\x4a\x4f\xdc\xb1\xd9\x39\x71\xfb\xc6\xe1\x9b\x9b\x37\xbf\
\x8f\xf3\xe7\xc1\xf5\x1a\x30\x02\x8c\x31\x14\xe5\xe5\x95\x56\xce\
\xc6\xd1\xa5\xde\x9b\x1e\x4d\x9a\x83\xe7\x05\x94\xfa\xb6\xb8\x19\
\x0f\x2c\x05\xb0\x64\x9e\xdf\xb0\xe5\x8d\xeb\xd6\x07\xc7\x71\xc8\
\xf1\x6e\x75\x15\xc0\x12\x00\x4b\xa2\x83\x82\x96\x7b\x69\x2d\x18\
\x03\x60\xe7\xe8\x82\xfa\x0d\xbd\x86\xdc\xbe\x76\xb1\x8b\xa7\x67\
\xb3\xf0\x19\x2b\x57\xf5\xbd\xdc\xc3\xd8\x0a\x79\x25\xf3\xe5\xdc\
\xcb\x6e\x83\xc7\xbf\xbf\xdb\x64\x2c\x83\x85\xb5\x8b\x3e\x38\x78\
\x92\x8a\xf3\x68\xdc\xe2\x91\x24\x49\x78\x98\x99\x16\x34\x69\x5e\
\x74\x5d\x00\x88\x5d\x69\xd8\x52\xb7\x7e\xc3\x2a\x57\x18\x0e\xc8\
\x0c\x90\x2f\x39\x34\x90\xb9\x6a\x4b\x76\x56\x81\xbf\x58\xaf\x9e\
\xcc\xb8\x72\xeb\xb0\x73\x70\x42\xdc\xc6\xe5\x71\x69\xb7\x52\x0f\
\x6f\x5e\xbb\x70\xbb\x29\x00\x96\xfa\x79\x7a\x15\x03\x64\x83\xc1\
\x20\xde\xbb\x97\x36\x98\x31\x0e\x0a\x95\x4a\x5d\x22\x67\x3c\x14\
\x7e\x3e\x96\xd8\xc4\xd2\xd2\x26\x2b\x2f\xe7\x11\xee\x24\x5e\xbe\
\xf5\xe6\xc4\xd9\x02\xc7\x71\xf8\x31\x61\x2b\x2c\xd4\x9a\xc7\x52\
\xa6\xa2\xa2\x6c\xc6\xe0\x4e\xf2\x93\xc9\xeb\xf3\xa0\x14\xc8\xf9\
\x25\xa7\xa0\xef\xd0\xf1\x64\xa3\x77\xc0\xb9\xe4\x7d\x60\x1c\xc3\
\x83\x5b\xd7\x8a\x5e\x6b\xe9\xab\x17\x56\xcf\x8a\xca\x01\xde\x18\
\xf6\x66\xa4\xf7\x62\xcb\x47\xd6\x75\xf3\x72\xca\xe3\xa7\xbd\xa3\
\x33\x4a\x0b\x8a\xe1\xec\xea\x55\x50\x39\x56\x62\x62\xb4\xf1\x61\
\x41\x10\x73\xaa\xeb\x01\x9d\xa5\xf5\x63\xde\x4d\x6f\x57\x07\x3a\
\x2b\x5b\x58\xeb\x1d\x1e\x27\xa0\xc2\x6d\xe4\x66\x65\x82\x24\x09\
\x2a\x95\x0a\x02\x2f\x20\xa0\xcf\xe0\xf7\x37\xad\xf8\x40\x02\x40\
\xcc\x7b\x20\x4d\xaa\x89\x78\x05\xe1\x3d\x10\x84\xc7\xf2\xff\x67\
\xad\x0b\x9e\x81\x57\x6f\x56\xb7\x07\x41\xf1\x54\xfd\xd2\x50\x9e\
\xa6\xb3\x8a\xc0\xb0\x88\x31\x36\xad\x86\x54\xed\x84\xf5\x5e\xeb\
\xcd\x05\x3d\x0b\x2c\xab\x88\x0a\x53\xd4\x37\xc5\x9b\x02\x5c\xe0\
\xf2\x75\x3a\xd2\xab\x56\x46\x1b\x57\x7d\xd9\x76\x4d\xdc\xde\x01\
\x67\x0e\xed\x98\x2b\xa2\xa4\x32\x93\x61\x86\x2c\xc3\x08\x83\x83\
\x61\x14\x08\x27\xc0\x9e\x11\x5d\xbd\xbd\xbd\xbd\x6a\xc2\xa7\xe7\
\xa7\xb7\xab\x01\x6d\x31\x70\xd7\x40\xff\x1a\xf0\x76\x00\xfa\x3e\
\x03\xff\xe7\x80\x83\x0f\x59\xfe\xd7\x65\x44\xff\xfd\x04\x3c\x17\
\x76\xed\xda\xe5\x52\x93\x12\xce\x9c\x09\x9f\x27\x91\x11\x06\xd2\
\x00\x68\x5d\xab\xcd\x9b\x5a\x2f\x4c\x88\x96\x3a\xd6\xcd\x6c\xa1\
\x73\x2b\xf1\xab\x6c\x0e\x2e\xbd\x27\x13\xd1\xfd\x6e\x6f\x53\x97\
\xea\xf8\x9d\x3b\x8f\xcc\x68\xd2\xac\x79\x7a\xa3\xe0\x60\xd5\xef\
\xd3\x60\x8d\xa6\x0f\x11\xad\x24\xa2\x15\x67\x00\x4f\xb2\xb3\xf3\
\x26\xc0\xab\xa6\xf6\x13\xe0\x41\x44\x8b\x1f\x12\x9d\xea\xe9\xeb\
\x7b\x06\x00\x0c\x01\x01\xc2\x2b\x9c\x78\x7b\xda\x45\xab\x06\x6c\
\x1a\xb0\x06\x80\xa7\x92\x94\x4d\x50\x00\x2f\x94\x3d\xd1\x0a\xe0\
\x8d\x56\xe8\x0e\x42\x3e\x11\xa5\x01\x08\x24\x22\x01\xf4\xfb\xa4\
\xa0\x03\xe0\x12\x15\x15\xe5\x52\x2b\x22\x63\x62\xf4\x53\xfd\xfd\
\x97\xf5\x03\x1a\x85\xc5\xc5\xf1\xaf\x54\xf4\x6b\xa1\x19\x39\x65\
\x64\x5d\x0c\x87\x6b\x2d\xdf\xe8\xdc\x61\x6c\x87\xef\x00\xa0\x4d\
\x44\x1b\xc5\x9f\x58\x81\x86\xa1\xe2\x57\xf8\x97\x1a\xeb\x62\xb4\
\x07\x61\x03\x08\xc2\xb3\x4a\xe2\xff\x99\x5e\xa8\xb6\xf0\x12\xb1\
\xee\xbf\x83\x01\xf8\xff\xce\x80\x92\x57\xc3\x00\xb7\x4f\x3f\x9d\
\xd6\xc1\xd7\x2f\xab\x6d\xed\x5e\x9d\xe3\xbe\x74\xec\x7b\x0d\x00\
\x74\x61\xc0\x6f\xd5\xb1\x38\x85\x56\xdb\x32\xfc\xed\x58\xff\x5a\
\xd2\x65\xf5\xf1\xc7\x1f\x77\x04\xd0\xbe\x56\x82\x8a\x02\x0d\x9d\
\x3e\xd4\x09\x0c\x62\x9b\x6f\xdb\x3c\xd7\x19\x37\x02\x54\xfe\x8d\
\x1b\x37\x9e\xa9\xd3\x79\x3f\x59\xa3\x9d\x44\x44\xa3\x01\x06\xc6\
\x6c\x12\xe0\x92\xab\xb1\xb6\x85\xcc\x55\x77\x29\x32\xc0\xa9\x80\
\xec\x93\x5f\x97\x10\xf5\x1c\x00\x38\x36\x64\x8c\xe9\xec\x1a\x6c\
\x9b\xc5\x1c\xc2\xf5\xe6\x32\xc8\xdc\x93\xa4\x0a\x90\x8b\x2f\xbd\
\x5f\xf7\xc2\xd9\x21\x4d\xbc\x1a\x6b\x2d\x18\xf3\x49\x80\x1b\x29\
\xac\x2d\x9f\x18\xbb\x82\x9a\xdc\x2b\xd3\xc4\x79\x33\x0b\xdd\xe7\
\xce\x5d\xe3\xc6\xf3\xbc\xb3\x2c\xcb\x0d\x7d\x7c\x7c\x94\x29\x29\
\x29\x4f\x9d\xb7\x81\x01\x1c\xec\xe0\xb6\x30\x6a\xe1\xcf\x33\x30\
\x23\x87\x31\x36\x8e\x88\x4e\x30\x30\xf9\x59\xa9\xf7\xea\xd5\xab\
\xeb\x45\x46\x46\xce\x00\xa0\x60\x8c\x45\x54\xfa\x73\x06\x80\x6f\
\x36\x88\xc6\x37\xf6\xa7\x70\x20\x40\xe8\xd8\x31\x4d\x5d\x8b\x28\
\x10\xe9\xe3\xe3\xa3\x8c\x73\x0d\x53\x03\xc4\x03\xf4\x0a\xa2\x41\
\x79\x99\xdf\xfe\x35\x1a\xfa\x02\x4e\xd0\xdb\x96\x74\x6b\x71\x12\
\x8a\xca\x28\x50\xb9\xe0\x79\x06\xdd\x3d\x08\x70\xac\xb6\x60\x2b\
\xaf\xf4\xe4\xa4\x43\x73\x3f\x19\xd7\x80\x24\x97\x77\x3e\x14\x93\
\x9c\xbf\x9a\xec\x6e\x2c\x2d\x06\x7b\x4a\xac\x0c\x92\x24\x22\x44\
\xa9\x42\x17\xd7\x06\x7f\x2b\x0e\x08\xdd\x8d\x60\x8c\x05\x63\xb4\
\x78\xe3\x1e\xda\xb5\xe5\x0b\xd8\xda\x3b\x41\x92\x44\xf0\x3c\x5f\
\x63\x95\xb1\xf2\x88\x11\xc0\x20\x8a\x66\x38\x38\x38\xc3\xd2\xde\
\xe9\xc7\x2f\x3e\x62\x3d\x46\xbd\x33\x77\xa2\xa5\xcd\xd2\xcf\x53\
\xeb\x8e\xd8\xa2\x54\x59\x00\x20\x70\x1c\x5f\xc3\x18\x12\x88\x64\
\x68\x45\x1b\x9c\x3d\xbc\x7f\x77\x6e\xe7\xb3\xb2\x4f\x7c\x18\x9f\
\x82\x78\x58\xba\x75\x88\x1d\x32\x6e\xfa\x88\x82\xfc\x6c\x70\x8c\
\xab\xa2\x81\xe3\x38\xb4\xcf\xb8\x4f\x03\x47\x4e\x66\x18\xdd\x93\
\x55\x70\x6b\x1e\xdb\xbc\xb5\x85\x67\xd4\xf8\xfd\x33\xbe\x34\x2f\
\xb0\xd6\x68\xfa\x60\xe3\x67\x33\x94\xb2\x2c\x53\x71\x51\x81\xa4\
\x52\xa9\x85\x86\x8d\x9b\x3e\x36\x0d\x46\xc0\xad\xab\xe7\x71\xee\
\x41\x9a\x3d\xcf\xf3\x8e\xe8\xe3\x4b\x00\x90\x71\xff\xb6\x58\x56\
\x5a\x4c\x3c\xcf\x29\x2c\xad\xed\xc1\x08\xb8\x99\x7a\x01\x2a\x0b\
\x75\x65\xb9\x0c\xa2\xd9\x04\x7b\xe7\x7a\xb0\xb6\xd6\x83\x31\x86\
\xfc\xdc\x6c\x34\x6f\xd7\x15\xa7\x93\xf7\x8f\x02\x80\xbc\x9c\x47\
\x65\x04\xa0\xb8\x30\x0f\x26\xa3\x8a\x44\xb3\x89\x39\x38\xd5\x83\
\x95\xad\x1e\x44\x54\x4d\x0c\x0c\x92\x2c\x01\xb9\x0c\x92\x51\x94\
\x11\x0f\xde\xfb\x88\xa5\xeb\xc4\x6d\x3f\xdf\x58\xbb\x68\x9a\xd9\
\xde\xb1\x2e\x88\x88\x8a\x8b\x0a\xa8\x9e\x7b\x63\x4e\x67\x65\x03\
\xc6\x71\x28\x2c\x29\x66\x99\x0f\x6e\x8b\x55\x1a\xb0\x71\xe3\xd7\
\x4d\x46\xbe\x3b\xff\x64\xdc\xa6\x65\x4a\x1b\xbd\x1d\x07\x70\x78\
\x70\xf7\x46\xf1\xec\xe5\x5f\x6b\x77\x6c\xdd\xe8\xee\xa2\xb7\x93\
\x57\x2d\x9a\xfe\xe0\x29\x55\x72\x74\xfd\xe4\xcd\x7e\xc3\x56\x39\
\x14\x3e\xac\x5a\x1a\x17\xe7\x64\x35\xa8\xe3\xd6\xa8\xe4\x6c\xf2\
\xee\xd2\xdb\xb7\x6f\x1b\xc3\xa6\x2c\xb3\x08\x0c\x19\x5c\xb2\x6f\
\xc7\x66\xc9\xd2\x5a\x2f\x98\x8c\xa5\x68\xdc\xac\x2d\x52\xce\x1d\
\x0f\xdb\xf5\xf5\xea\xed\x95\xef\x19\x73\x38\x55\xfb\xf6\x76\x4f\
\x6d\x35\x99\x4c\x46\x34\x6b\xed\x87\x9f\x12\xbe\x0d\xbe\x71\xf5\
\xfc\x9e\x1a\x75\xba\x05\xda\xa9\xbb\xab\xa7\x80\xc1\xe4\xb1\xc8\
\xef\xc6\x86\x65\x7f\x33\xd9\xd7\x71\x55\xca\x92\x08\x2b\x1b\x7b\
\xe6\xec\xea\xfe\xc5\xb7\xeb\x17\xbd\xc3\x18\x23\x00\x28\x03\x82\
\x47\x1c\xd9\x5f\x58\xc5\x00\xc3\xe7\xdf\x5d\x5c\x3a\x77\x62\x99\
\x83\x93\x2b\x13\xcd\x26\xd4\x73\xf7\xa6\xdc\xec\xcc\xa9\x23\xba\
\x7b\x7f\xf1\xdc\x2a\xf9\xc3\x7b\x59\xdf\xc4\x2c\xba\x57\x61\x57\
\xe5\x76\xb2\x7c\x4e\x7a\xe5\xed\x79\x01\x6f\xa9\x1e\x65\xdf\xd0\
\x48\xce\xb6\x20\x80\x18\x03\x24\x49\x84\xd6\x52\x07\xff\xce\x3d\
\x2d\x8f\x25\xfd\xf3\x57\xdb\x4a\x8c\x36\x23\x11\xf8\x00\xe0\x46\
\xd9\xd8\xf2\xb2\x2c\x96\xcb\x98\x63\x64\x34\x96\x31\x99\x43\x5d\
\x00\xd6\x00\xf2\xab\x6d\xb2\x69\xfb\xf5\x1b\xab\xfd\xf1\xdd\x2f\
\xc5\x12\x20\xab\xcd\x5a\x17\xcd\xb9\x03\xf1\xf5\x47\x4c\x98\x7e\
\xf7\xab\x2f\x16\x8a\x36\x7a\x47\x21\xe3\xfe\x5d\xb9\x6b\xaf\xd7\
\x27\x2e\xf8\x62\x57\x0e\x80\x39\x20\xe2\x54\x0a\x85\x31\x4e\x2c\
\xbd\xcb\x00\xb0\x46\xed\xdb\x5b\x85\xbd\x31\x31\x7f\xdf\xae\x6f\
\xcc\x56\x36\x7a\x85\x2c\x4b\x68\xd4\xf4\xb5\xe3\xf9\xb7\xcb\x3a\
\xc7\xc7\x7f\x60\x2e\x57\x76\x60\x8a\x61\xd5\x8a\x87\xe9\xf7\x27\
\x3f\xcc\xbc\x57\x6e\xd7\x04\x18\x45\x11\x16\x6a\x35\xba\x68\x2d\
\x6f\xce\xd8\xb8\x7c\x19\x00\xed\x63\x0c\x52\x2a\xf9\xe3\x82\x52\
\xf9\xf1\xb8\xa9\x86\x47\x67\x8f\xcb\x0a\xb5\x9a\xe3\x94\x4a\x34\
\x36\x8b\x57\xa7\x24\xc6\xad\xf3\x7a\x32\x85\xe6\x38\x2e\xc7\x42\
\xa3\xf8\x38\xec\xed\xc8\x93\x59\x99\x4e\x24\x9a\xc1\x58\xf9\xd9\
\x03\x8e\x57\x40\x21\x28\xca\xfd\x11\x51\x85\x5f\x22\xdc\x4d\xbf\
\x24\x8e\x59\xd4\xfe\xee\x90\x4e\xa3\xeb\x74\x9e\xe6\x7f\xef\xe6\
\x62\xc5\xea\x0e\x5c\x89\xd2\x77\xec\xd4\xa9\x97\xaf\x5f\xd1\xab\
\x54\x4a\x05\x00\x14\x17\x16\x50\xfd\x86\x5e\x4c\xc3\x99\x6f\x6e\
\x8e\x5e\x7c\x0f\xfb\xf6\x59\xb3\x81\x03\x5b\x0a\x96\x92\xea\x2f\
\x69\xb7\x52\xc1\x2b\x14\xac\xdc\xbe\x18\xac\xad\x6c\x4c\xae\xbe\
\x19\x62\x7c\xdc\xaf\x81\xd2\xda\xce\xd9\x82\x17\x2c\xc0\xf1\x1c\
\x52\x53\xce\xc0\xc2\x42\x43\x04\x30\x93\x2c\xe3\x96\x97\xef\x45\
\x06\xac\xc6\xd3\xfa\x0b\x18\x8d\xdc\x9c\xc5\x5f\x1a\x12\x4f\x1c\
\x96\x14\x1a\x0d\xa7\xe2\x15\x28\x6b\xd6\xfa\x78\xe3\xc4\xb8\x65\
\x35\x78\x35\x60\xff\x19\xab\x59\x3f\x1e\x98\x57\x74\x3d\xc5\xac\
\xb3\xb2\x51\x10\x11\x95\x95\x94\xb0\x06\x9e\xbe\xd0\x3b\x3a\x21\
\x3f\x2b\x1b\x12\x44\x91\x63\x9c\xa0\xd5\x5a\xa1\x4f\xe8\x84\x3b\
\x93\xa7\x77\x0c\x9a\xdd\x76\xf5\x01\xe3\x0a\x78\x33\x18\x01\x19\
\xf8\x65\xdd\xa7\x4b\x01\x60\x5d\xc2\xf9\x1f\x7e\xd8\x1e\xd3\xb3\
\xb8\xa8\x40\xce\x7e\x94\xc1\x8b\xb6\x76\x6e\x6d\x7a\x0d\x74\x3f\
\x7d\x64\x5f\x0c\x00\x70\x67\x4f\x1e\x32\x34\xf0\xf2\x91\x8c\xa5\
\x65\x32\x11\xc1\x6c\x36\xa1\xa8\xa8\xb0\xbd\xba\x5e\x87\xc9\x11\
\xe3\xc7\x57\x49\xc8\x30\xe9\x8d\xf1\x4b\xe6\x8c\xe5\x3c\x1c\x15\
\x7c\xf7\xd0\xa1\x28\x2a\xc8\x15\x79\x8e\x03\x81\xa0\xe1\x79\x45\
\x4d\x7b\xbf\x61\x61\x06\xe5\xb0\xc8\x99\xd6\x62\xf9\xb9\x02\xc6\
\x31\x06\x22\x82\x8e\x29\x6b\xda\x32\x41\x44\x44\x84\x62\x78\xcc\
\x7a\x2b\x33\x63\x8c\x2b\x17\x3d\x4c\xc6\x32\xb4\x68\xd7\x05\xc9\
\x49\x09\xc1\x6b\x16\xbe\xcf\xb6\xac\x5f\xc8\xb6\xad\x5f\xac\xf8\
\x76\xdd\xa7\x2c\x66\xf9\x6c\x36\x79\x4c\xc7\x46\x18\x0d\x67\xe3\
\x67\x38\x80\x93\x50\x04\x6c\x0a\xb0\xa8\x3e\xe6\xb8\xd0\xe6\xbd\
\x75\xee\xad\xd4\x2d\xda\x76\x3d\x2d\xcb\x32\x0a\xf3\xf3\x78\x90\
\x6c\x9c\xfa\xd1\xfa\x71\x55\x3e\xe0\xd2\xb1\x03\x2d\xfb\x0f\x9b\
\x70\x21\x61\xeb\x17\xa2\xce\x5a\xcf\x5f\x3c\xf5\xb3\x22\x23\xed\
\xc6\xf2\xe0\xf0\x09\xcb\x3d\x0e\x1c\x1d\xdd\xb6\x6b\xb0\x32\xbf\
\x30\xa7\x4c\x6b\x69\xad\x8c\xff\xc7\x5e\xf6\x9a\x5f\x77\x28\x14\
\xaa\x5a\x2d\x7f\x4b\x8b\xf2\x14\x54\x1e\xf2\xe8\x69\x16\xd5\x6e\
\x6b\x8e\x88\xd0\xa0\x81\x8f\x70\xef\xc6\xd5\x9a\x5f\x50\x03\x1a\
\xe8\xb8\x12\xbf\x42\x8f\x7b\x8b\x0f\x5c\x76\xaa\xdb\x70\x94\x7f\
\x8f\xfe\x82\x64\x32\xc9\x5d\x82\x33\xd0\xd6\xdf\x3c\x34\xa3\xa8\
\xa0\xad\x2c\xcb\x90\x65\x89\x18\x03\x81\x67\xe6\x2a\x06\xfc\x7d\
\xdb\x86\x4b\xe1\x4d\xea\xa9\x46\x44\xce\x3d\xbf\x6d\xc3\x12\x0f\
\x41\x29\xb0\xbc\x9c\x2c\xfe\x9b\xcf\x17\xa0\x4e\x7d\xf7\x4d\x77\
\x6f\x5e\x06\x00\xe4\x3f\xca\x84\xb5\xad\x3d\x6e\xa6\x5e\x84\x42\
\x65\x21\xc8\xb2\x0c\x0e\x0c\xb2\x24\x3e\x75\x24\x2c\x20\x20\x40\
\x88\x8f\x37\x98\xbc\x9a\xb6\x7a\x4f\xad\xb6\x81\xa0\x50\xf1\x66\
\x51\x84\xa0\x90\x41\xf4\xfc\x83\xc2\x24\xcb\x90\x49\x2e\xff\xad\
\x68\x92\xf4\x9c\x6c\x3b\x0b\x24\x43\x54\xc1\x84\x2b\xe1\xf4\x15\
\x76\xd5\x71\x59\x97\x91\x76\x53\x25\x53\x79\x65\xe4\xf8\xa1\xdd\
\xe0\x18\x07\xc6\x18\x0a\xf2\x72\xe4\xd7\x47\x46\xa9\xb7\xac\x9a\
\xdf\xbb\x8a\x01\x0c\x04\x18\x98\xe9\x44\x57\x5a\x7b\xfb\x60\xd7\
\x13\x69\xb4\xfc\xd4\x9e\x84\x5e\x9f\x1d\x3b\xb4\x93\x54\x0a\x8b\
\xc7\x89\x93\x24\xc6\x29\x15\x94\x9f\xf5\x08\xf7\x3d\x6f\xb6\x6a\
\x6b\xec\x71\x6c\xd1\xac\xb7\xe7\x3f\x29\x3c\x2f\x2f\x2f\x96\x94\
\x94\x84\x88\xe9\x8b\xac\x53\x4e\x26\x7f\xde\xba\x53\xa0\x12\x92\
\x2c\x6b\x75\x36\x54\xaf\xbe\xe7\xc9\x9a\xe6\x91\x9b\x9b\x2b\xdb\
\x7b\xb8\x17\xb7\x6c\x17\xb8\xf6\xdc\xd9\x7c\x1f\x37\x37\xee\x1a\
\x91\x51\x6c\xd5\x21\x90\xca\xcc\xc6\x3b\x47\x93\x12\x6a\x66\x80\
\x00\x48\x10\x45\x18\xc0\x35\x6d\xd3\x71\xfd\xbd\x2b\x57\xcd\x3a\
\x5b\x7b\x5e\x92\x45\x8e\xe3\x38\x19\xb2\x0c\xa6\x10\x40\x92\x08\
\x0f\xcf\xd6\xd7\xff\x3a\x26\x68\x49\x58\x58\x1c\x7f\xe5\x52\x78\
\xf5\x2c\x1c\x00\x14\x51\xd0\x14\xbf\x5e\x31\x17\xee\x39\x3a\x5a\
\x7e\xef\x00\x12\xaa\x6a\xf1\xbf\x05\x12\xe6\x22\x0e\xfa\x17\xc8\
\x89\x7f\xf4\x09\xbb\x64\x59\x99\x1a\xff\x06\x84\x82\x61\x27\x0c\
\x50\x22\xe0\xc5\x0a\x22\x95\x0f\x53\x72\x72\x72\x88\x9f\x9f\x9f\
\x2f\x00\x0f\xc6\xb0\x93\xa8\x22\x02\xd5\x04\x0c\xf2\xca\xac\x95\
\xb3\x1a\xd9\x35\xf2\xe9\x40\x1d\xce\xea\x99\x7e\x96\x8e\x74\xca\
\x42\x14\x4a\x35\x2d\x55\x9d\x16\x3a\x79\x87\x72\xa1\x23\xfc\xc2\
\xfc\x46\x8c\xc1\x98\x79\x75\xa8\x4e\x61\x26\x32\x6b\x3c\x49\xc9\
\x5f\xe4\x65\x7d\x37\x7d\xaf\xcb\xd7\x1f\x06\xd9\xad\xdb\x54\xa8\
\xcd\x6f\xdb\xc7\xf2\x07\x47\xf5\x43\x3c\x34\xd7\x48\xc9\x38\x08\
\xcb\x26\x2e\x0b\x9b\xe2\x35\xa5\x95\xe5\x3d\xcb\xc5\x45\x1f\x14\
\x4d\x61\x60\x3c\x18\x24\xfc\x27\x83\xa6\x29\x4d\x70\xed\x48\xea\
\x57\xf4\x3f\x89\xff\xbc\x82\x88\x95\x03\x38\x63\x3e\xf8\x3f\xfa\
\x3b\xff\x2b\x89\xfd\x8f\x01\x7f\x5e\x11\x9d\xd1\x0b\x6e\x58\x90\
\x94\xc5\xfe\x68\xaa\x7e\x77\x05\x87\x88\x06\x01\x08\x4a\x4a\x4a\
\x2a\xee\xdd\x3b\xf1\x90\x4b\xe0\xa7\x28\xc9\x7f\xfa\xbc\x7f\x61\
\x66\x09\xe4\x0c\xaf\x96\xeb\xbf\xc2\x44\x00\x46\x00\x7f\xeb\x11\
\x45\x85\xe7\x8f\x43\x7e\xd2\xc2\x05\x1e\xc8\xb8\x76\x0d\x9d\x9b\
\xbc\xff\xda\x81\xfd\x18\x90\x94\xf2\x68\x6a\xa0\xaf\x83\xfb\xa4\
\x95\x2b\x55\xd1\x93\x27\x1b\xff\x9d\x34\xa7\x52\x32\x23\x2b\xa3\
\x57\x2d\xde\x19\x0f\xc0\xbe\x96\xcf\x02\xc0\xcc\x8a\xdd\xaa\x3f\
\x74\xd3\xe5\xff\x00\xe6\x6a\x62\x2f\xc4\x38\x8f\x5f\x00\x00\x00\
\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
"
qt_resource_name = b"\
\x00\x07\
\x07\x3b\xe0\xb3\
\x00\x70\
\x00\x6c\x00\x75\x00\x67\x00\x69\x00\x6e\x00\x73\
\x00\x04\
\x00\x04\xc8\xb3\
\x00\x47\
\x00\x54\x00\x46\x00\x53\
\x00\x08\
\x0a\x61\x5a\xa7\
\x00\x69\
\x00\x63\x00\x6f\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\
"
qt_resource_struct_v1 = b"\
\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x01\
\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x02\
\x00\x00\x00\x14\x00\x02\x00\x00\x00\x01\x00\x00\x00\x03\
\x00\x00\x00\x22\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\
"
qt_resource_struct_v2 = b"\
\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x01\
\x00\x00\x00\x00\x00\x00\x00\x00\
\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x02\
\x00\x00\x00\x00\x00\x00\x00\x00\
\x00\x00\x00\x14\x00\x02\x00\x00\x00\x01\x00\x00\x00\x03\
\x00\x00\x00\x00\x00\x00\x00\x00\
\x00\x00\x00\x22\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\
\x00\x00\x01\x72\x95\xb3\xcf\xa7\
"
qt_version = [int(v) for v in QtCore.qVersion().split('.')]
if qt_version < [5, 8, 0]:
rcc_version = 1
qt_resource_struct = qt_resource_struct_v1
else:
rcc_version = 2
qt_resource_struct = qt_resource_struct_v2
def qInitResources():
QtCore.qRegisterResourceData(rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data)
def qCleanupResources():
QtCore.qUnregisterResourceData(rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data)
qInitResources()