view PerfsDb/DbSize.py @ 390:5c2472f008eb

Check the order in which the creation events are reported
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 08 Mar 2021 16:59:25 +0100
parents df1f9946571c
children
line wrap: on
line source

from enum import Enum

class DbSize(Enum):
    Small = 1
    Large = 2
    Tiny = 3
    Medium = 4