"""Main entrypoint for NoteBot on HuggingFace spaces.""" from notebot.app import app if __name__ == "__main__": app(run_local=False)