embed jsonmodels 2.4 into trains-agent

This commit is contained in:
allegroai
2020-06-18 00:30:40 +03:00
parent 473a8de8bb
commit 6fef58df6c
11 changed files with 1382 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
# coding: utf-8
__author__ = 'Szczepan Cieślik'
__email__ = 'szczepan.cieslik@gmail.com'
__version__ = '2.4'
from . import models
from . import fields
from . import errors