File: __init__.py

package info (click to toggle)
python-django-timezone-field 7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: python: 1,047; sh: 6; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 169 bytes parent folder | download
1
2
3
4
5
from timezone_field.fields import TimeZoneField
from timezone_field.forms import TimeZoneFormField

__version__ = "7.1"
__all__ = ["TimeZoneField", "TimeZoneFormField"]