Mercurial > hg > orthanc-tests
view PerfsDb/DbSize.py @ 802:8dfe8f2590b0 pixel-anon
pixel anon
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Tue, 25 Mar 2025 15:30:05 +0100 |
parents | df1f9946571c |
children |
line wrap: on
line source
from enum import Enum class DbSize(Enum): Small = 1 Large = 2 Tiny = 3 Medium = 4