blog/tblog/views/__init__.py

3 lines
110 B
Python
Raw Permalink Normal View History

from .templates import (auth, edit_blog, index, user, view_blog, # noqa: F401
write)