core.common: move Json, datetime_aware, datetime_naive, is_namedtuple, asdict to my.core.types

This commit is contained in:
Dima Gerasimov 2024-08-16 11:46:29 +03:00
parent 432c64ef56
commit e0d1dbd533
15 changed files with 78 additions and 56 deletions

View file

@ -1,7 +1,7 @@
from datetime import datetime
from typing import Callable, Literal, cast
from my.core.common import datetime_aware
from my.core import datetime_aware
'''