Mercurial > hg > orthanc-tests
view PerfsDb/DbSize.py @ 768:fc778968a82a
added tests for on-the-fly wsi
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 20 Dec 2024 16:26:15 +0100 |
parents | df1f9946571c |
children |
line wrap: on
line source
from enum import Enum class DbSize(Enum): Small = 1 Large = 2 Tiny = 3 Medium = 4