This repository has been archived on 2026-03-31. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
django-rednoise/rednoise/__init__.py
2015-06-07 16:59:49 +09:00

4 lines
102 B
Python

from __future__ import absolute_import
from .base import DjangoRedNoise
__all__ = ['DjangoRedNoise']