1
0
mirror of https://github.com/enpaul/keyosk.git synced 2025-09-18 21:51:57 +00:00

Rename fields module to make it part of the internal api

This commit is contained in:
2020-03-08 19:43:31 -04:00
parent 32cd33728d
commit bed608a2a5
2 changed files with 132 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ from pathlib import Path
import marshmallow
import pytest
from keyosk import fields
from keyosk import _fields as fields
class DemoEnum(enum.Enum):