Authors: Sicheng Zhong
License: GPL-3.0-only
Summary: # Temperature Convertor
convert temperature from fehrenheit or kelvin to celsius
## Detail
The "Temperature" class stores and controls the value and convert function
**Constructor**
> ` def initialize(temperature, mode)...