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
Ryan McGrath fa22e7a03f Initial
2015-06-05 01:52:48 +09:00

4 lines
96 B
Python

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