1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 13:34:28 +00:00
royalnet/royalnet/web/__init__.py

4 lines
111 B
Python

from .flaskserver import create_app
from .royalprint import Royalprint
__all__ = ["create_app", "Royalprint"]