django/tests/admin_scripts/complex_app/models/__init__.py
2013-02-26 14:36:57 +01:00

4 lines
68 B
Python

from .bar import Bar
from .foo import Foo
__all__ = ['Foo', 'Bar']