Mercurial > hg > orthanc-tests
view PerfsDb/DbSize.py @ 702:9af8e3ee07d9 attach-custom-data
fix
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Fri, 27 Sep 2024 15:07:23 +0200 |
parents | df1f9946571c |
children |
line wrap: on
line source
from enum import Enum class DbSize(Enum): Small = 1 Large = 2 Tiny = 3 Medium = 4