"""WSGI app object (admin.app). FastPanel uses main.py to start the site."""
from admin.app import app

__all__ = ["app"]
