namespace Meshy
{
    public class MeshyGlobalConfig
    {
        public static string T2T_URL = "https://api.meshy.ai/v1/text-to-texture";
        public static string T2M_URL = "https://api.meshy.ai/v2/text-to-3d";
    }
}
