Import everything from view sub classes

This commit is contained in:
George Lacey 2022-04-11 07:54:06 +01:00
parent c973bc9fda
commit 752ee31c47

View File

@ -1,3 +1,3 @@
from .views import index, repo, axes from .views import *
from .post import post_repo, post_archive, post_error, post_location from .post import *
from .json import repo_daily_json, repo_monthly_json, repo_list_json, repo_json, repo_monthly_size_json from .json import *