Изменение наименования db_api

This commit is contained in:
Armatik
2024-04-25 15:55:23 +03:00
parent b7fdd75458
commit fb6da3d627
6 changed files with 9 additions and 6 deletions

View File

@@ -1 +1 @@
from . import api, models
from . import db_api, models

View File

@@ -1,7 +1,7 @@
import unittest
import os
from ..api import *
from ..db_api import *
from ...exceptions.module_exceptions import MissingModuleName, NotExpectedModuleName