blog/webapp/routes/__init__.py

3 lines
70 B
Python
Raw 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 *