mirror of
https://github.com/RYGhub/royalnet.git
synced 2025-02-25 22:25:04 +00:00
7 lines
245 B
Python
7 lines
245 B
Python
from .helloworld import bp as helloworld
|
|
from .testing import bp as testing
|
|
from .home import bp as home
|
|
from .wikiview import bp as wikiview
|
|
from .tglogin import bp as tglogin
|
|
|
|
__all__ = ["helloworld", "testing", "home", "wikiview", "tglogin"]
|