view PerfsDb/DbSize.py @ 787:d753dc94de2c

support of 1.2.840.10008.1.2.1.99 in now enabled in the mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 24 Feb 2025 08:03:48 +0100
parents df1f9946571c
children
line wrap: on
line source

from enum import Enum

class DbSize(Enum):
    Small = 1
    Large = 2
    Tiny = 3
    Medium = 4