Mercurial > hg > orthanc-tests
view PerfsDb/DbSize.py @ 694:92ec38cc5926
fixes for mainline
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Thu, 19 Sep 2024 11:24:30 +0200 |
parents | df1f9946571c |
children |
line wrap: on
line source
from enum import Enum class DbSize(Enum): Small = 1 Large = 2 Tiny = 3 Medium = 4