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

5 lines
80 B
Python

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