File: imports.py

package info (click to toggle)
python-datamodel-code-generator 0.26.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 712 kB
  • sloc: python: 9,525; makefile: 14
file content (5 lines) | stat: -rw-r--r-- 263 bytes parent folder | download
1
2
3
4
5
from datamodel_code_generator.imports import Import

IMPORT_CONFIG_DICT = Import.from_full_path('pydantic.ConfigDict')
IMPORT_AWARE_DATETIME = Import.from_full_path('pydantic.AwareDatetime')
IMPORT_NAIVE_DATETIME = Import.from_full_path('pydantic.NaiveDatetime')