File: __init__.py

package info (click to toggle)
django-choices-field 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: python: 463; sh: 18; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
from .fields import IntegerChoicesField, TextChoicesField
from .types import IntegerChoicesFlag

__all__ = [
    "IntegerChoicesFlag",
    "TextChoicesField",
    "IntegerChoicesField",
]