<?php
/**
 * Plugin options page
 *
 * @package Camo_Image_Proxy
 */

namespace Camo_Image_Proxy;

class Options_Page {
	use Singleton;
}