Skip to content

Instantly share code, notes, and snippets.

View jgmel's full-sized avatar
🏠
Working from home

Juan Gómez Melero jgmel

🏠
Working from home
  • Phicus Tecnologia SL
View GitHub Profile
from dataclasses import dataclass
from enum import Enum
@dataclass(frozen=True)
class Scale:
power: int
suffix: str
class UnitSystem(Enum):
IEC = 1024 # KiB, MiB...