4 lines
65 B

  1. <?php
  2. class Config {
  3. public static $wundergroundAPIKey = '';
  4. }