forked from Advanced_Python/advanced-python-homework-2023
modified: controls/device.py
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from dataclasses import dataclass
|
||||
from typing import Optional, Collection, Any
|
||||
from abc import abstractmethod
|
||||
from abc import ABC, abstractmethod
|
||||
from enum import Enum, auto
|
||||
|
||||
class DeviceLifecycleState(Enum):
|
||||
INIT = "init"
|
||||
|
||||
Reference in New Issue
Block a user