Files
wehub-resource-sync a2cb1f9821
Wiki / validate (push) Has been cancelled
Deploy Wiki / Deploy to Cloudflare Pages (push) Has been cancelled
CI / test (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:03:55 +08:00

6 lines
132 B
Python

"""Compatibility wrapper for the interactive startup banner."""
from cli.ui.banner import print_banner
__all__ = ["print_banner"]