Mercurial > hg > orthanc-tests
view PerfsDb/DbSize.py @ 718:e1b7654fb58d attach-custom-data
merged find-refactoring -> attach-custom-data
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Wed, 09 Oct 2024 11:07:09 +0200 |
parents | df1f9946571c |
children |
line wrap: on
line source
from enum import Enum class DbSize(Enum): Small = 1 Large = 2 Tiny = 3 Medium = 4