hnc-daniil/HNC/Exercises/Ship_Battle/ShipMode.py

5 lines
70 B
Python

from enum import Enum
class ShipMode(Enum):
PUT = 0
SHOOT = 1