-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathprotocols.py
95 lines (94 loc) · 1.13 KB
/
protocols.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
# import os
# from pathlib import Path
#
# prot_path = Path('zephyrus_sc2_parser/s2protocol_fixed/versions')
# for p in prot_path.iterdir():
# if 'protocol' in p.name:
# print(p.name[8:-3], ',')
protocols = [
15405,
16561,
16605,
16755,
16939,
17266,
17326,
18092,
18468,
18574,
19132,
19458,
19595,
19679,
21029,
22612,
23260,
24944,
26490,
27950,
28272,
28667,
32283,
44401,
47185,
48258,
51702,
52910,
53644,
54518,
54724,
55505,
55958,
56787,
57507,
58400,
59587,
60196,
60321,
62347,
62848,
63454,
64469,
65094,
65384,
65895,
66668,
67188,
67926,
69232,
70154,
71061,
71523,
71663,
72282,
73286,
73559,
73620,
74071,
74456,
74741,
75025,
75689,
75800,
76052,
76114,
76811,
77379,
77535,
77661,
78285,
79998,
80188,
80949,
81009,
81102,
81433,
82457,
82893,
83830,
84643,
86383,
87702,
88500,
89165,
]