class BoldColors() : Black=' 33[1;30m' Red=' 33[1;31m' print(f"{BoldColors.Black}hello {BoldColors.Red} world")