mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
4 lines
111 B
Python
4 lines
111 B
Python
from .flaskserver import create_app
|
|
from .royalprint import Royalprint
|
|
|
|
__all__ = ["create_app", "Royalprint"]
|