#!/usr/bin/env python3 """Entry point for the Crazyflie motor test stand UI.""" from test_stand.app import main if __name__ == "__main__": main()