extern void tuya_app_main(void);

int main(void)
{
    tuya_app_main();

    return 0;
}

