4 lines
65 B

<?php
class Config {
public static $wundergroundAPIKey = '';
}