8 lines
132 B
Python
8 lines
132 B
Python
# noinspection PyUnresolvedReferences
|
|
from typing import *
|
|
# noinspection PyUnresolvedReferences
|
|
from enum import Enum
|
|
|
|
|
|
$hint_code
|