aboutsummaryrefslogtreecommitdiff
path: root/src/web/views/api/v3/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/views/api/v3/__init__.py')
-rw-r--r--src/web/views/api/v3/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/web/views/api/v3/__init__.py b/src/web/views/api/v3/__init__.py
deleted file mode 100644
index 76aa1f19..00000000
--- a/src/web/views/api/v3/__init__.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from web.views.api.v3 import article
-
-__all__ = ['article']
bgstack15