#!/usr/bin/env perl

use Net::Cloudflare::DNS::Teal; 

print Net::Cloudflare::DNS::Teal->new_from_env->get_dormant_color();
