amine-yagoub's picture
refactor: clean up core modules by removing comment headers and unused code
6a2abaa
raw
history blame contribute delete
143 Bytes
"""Gradio UI entry point — thin re-export shim."""
from code_tribunal.ui.app import create_app, main
if __name__ == "__main__":
main()