mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
5 lines
60 B
Python
5 lines
60 B
Python
import enum
|
|
|
|
|
|
class QuantityUnits(enum.Enum):
|
|
m2 = "m2"
|