mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-22 17:10:30 +00:00
8 lines
152 B
Python
8 lines
152 B
Python
"""
|
|
This serves as an easy to remember alias for types.
|
|
"""
|
|
|
|
from . import types
|
|
|
|
ModelAdmin2 = types.ModelAdmin2
|
|
Admin2Inline = types.Admin2Inline
|