File: __init__.py

package info (click to toggle)
django-qr-code 4.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,108 kB
  • sloc: python: 3,914; sh: 107; makefile: 20
file content (3 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (2)
1
2
3
from pydantic import ConfigDict

PYDANTIC_CONFIG = ConfigDict(arbitrary_types_allowed=True)