Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/recipe-fiddle.git
<?php
namespace com\whitemagicsoftware;

require "../common/php/class.Potluck.php";

$potluck = new Potluck();
$potluck->run();