nyaa/nyaa/views/__init__.py

8 lines
93 B
Python

from nyaa.views import (
account,
site,
)
account_bp = account.bp
site_bp = site.bp