"""Yerel çalıştırma giriş noktası.""" from app import launch_demo if __name__ == "__main__": launch_demo()