Mercurial > hg > orthanc-tests
view PerfsDb/DbSize.py @ 639:d5e355d9797c
test of worklists now working with Python 2
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 02 Apr 2024 20:11: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