1from typing import Text
2
3def in_table_a1(code: Text) -> bool: ...
4def in_table_b1(code: Text) -> bool: ...
5def map_table_b3(code: Text) -> Text: ...
6def map_table_b2(a: Text) -> Text: ...
7def in_table_c11(code: Text) -> bool: ...
8def in_table_c12(code: Text) -> bool: ...
9def in_table_c11_c12(code: Text) -> bool: ...
10def in_table_c21(code: Text) -> bool: ...
11def in_table_c22(code: Text) -> bool: ...
12def in_table_c21_c22(code: Text) -> bool: ...
13def in_table_c3(code: Text) -> bool: ...
14def in_table_c4(code: Text) -> bool: ...
15def in_table_c5(code: Text) -> bool: ...
16def in_table_c6(code: Text) -> bool: ...
17def in_table_c7(code: Text) -> bool: ...
18def in_table_c8(code: Text) -> bool: ...
19def in_table_c9(code: Text) -> bool: ...
20def in_table_d1(code: Text) -> bool: ...
21def in_table_d2(code: Text) -> bool: ...
22