mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
3 lines
56 B
Python
3 lines
56 B
Python
from typing import Final
|
|
|
|
CHARFIELD_LENGTH: Final = 100
|