mirror of
https://github.com/ProjectSynthoria/SynthoriaArchive.git
synced 2025-03-12 23:36:54 +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
|