blog/webapp/routes/__init__.py
2021-05-01 16:19:02 +02:00

3 lines
70 B
Python

from webapp.routes.tag import *
from webapp.routes.blog_post import *