From f5e2a8a4227de1e49598843294b7a5e3d82e273f Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 19 Apr 2016 12:46:08 +0200 Subject: Test preprocessors with Flask-Restless. --- src/web/views/api/v3/__init__.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/web/views/api/v3/__init__.py') diff --git a/src/web/views/api/v3/__init__.py b/src/web/views/api/v3/__init__.py index e69de29b..76aa1f19 100644 --- a/src/web/views/api/v3/__init__.py +++ b/src/web/views/api/v3/__init__.py @@ -0,0 +1,3 @@ +from web.views.api.v3 import article + +__all__ = ['article'] -- cgit