Example #1
0
<?php

require_once 'WeatherStation.php';
require_once 'WeatherStationHeatIndex.php';
WeatherStation::index();
WeatherStationHeatIndex::index();