blog/webapp/routes/__init__.py

4 lines
109 B
Python
Raw Permalink Normal View History

2021-05-01 16:19:02 +02:00
from webapp.routes.tag import *
2020-07-08 14:36:13 +02:00
from webapp.routes.blog_post import *
2021-05-15 01:04:17 +02:00
from webapp.routes.permission import *