mirror of
https://github.com/sb745/NyaaV3.git
synced 2025-03-12 22:06:55 +02:00
9 lines
124 B
Python
9 lines
124 B
Python
from nyaa.views import (
|
|
account,
|
|
admin,
|
|
site,
|
|
)
|
|
|
|
account_bp = account.bp
|
|
admin_bp = admin.bp
|
|
site_bp = site.bp
|