File: rootmodel.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 (9 lines) | stat: -rw-r--r-- 202 bytes parent folder | download
1
2
3
4
5
6
7
8
9
from __future__ import annotations

from typing import ClassVar

from datamodel_code_generator.model import DataModel


class RootModel(DataModel):
    TEMPLATE_FILE_PATH: ClassVar[str] = 'root.jinja2'