Merge branch 'pydantic' of https://github.com/NiceAesth/pomice into pydantic

This commit is contained in:
NiceAesth 2024-02-23 13:58:20 +02:00
commit 26888901ec
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
import re import re
from enum import Enum, unique from enum import Enum
from enum import IntEnum from enum import IntEnum
from enum import unique
__all__ = ( __all__ = (
"SearchType", "SearchType",