mirror of
https://github.com/LukeHagar/pypistats.dev.git
synced 2025-12-06 04:21:09 +00:00
initial commit
This commit is contained in:
6
pypistats/views/__init__.py
Normal file
6
pypistats/views/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""The view blueprint modules."""
|
||||
# flake8: noqa
|
||||
from pypistats.views import api
|
||||
from pypistats.views import error
|
||||
from pypistats.views import general
|
||||
from pypistats.views import user
|
||||
Reference in New Issue
Block a user