4 lines
171 B
Python
4 lines
171 B
Python
from django.contrib.messages.api import * # NOQA
|
|
from django.contrib.messages.constants import * # NOQA
|
|
from django.contrib.messages.storage.base import Message # NOQA
|