From 05a3502f935ee9a3c1be73f3c8c3054c016aef28 Mon Sep 17 00:00:00 2001 From: "a.garaev" Date: Fri, 9 Feb 2024 11:12:48 +0500 Subject: [PATCH] Add: db models dci6 --- isp_maintenance/db/dci6/models.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/isp_maintenance/db/dci6/models.py b/isp_maintenance/db/dci6/models.py index e69de29..013c361 100644 --- a/isp_maintenance/db/dci6/models.py +++ b/isp_maintenance/db/dci6/models.py @@ -0,0 +1,4 @@ +import os +import json + +from peewee import Model, MySQLDatabase, CharField