#!/usr/bin/env python # -*- mode: python; coding: utf-8; -*- ##---------------------------------------------------------------------------## ## ## Copyright (C) 1998-2003 Markus Franz Xaver Johannes Oberhumer ## Copyright (C) 2003 Mt. Hood Playing Card Co. ## Copyright (C) 2005-2009 Skomoroh ## ## This program is free software: you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by ## the Free Software Foundation, either version 3 of the License, or ## (at your option) any later version. ## ## This program is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with this program. If not, see . ## ##---------------------------------------------------------------------------## from . import acesup from . import algerian from . import auldlangsyne from . import bakersdozen from . import bakersgame from . import beleagueredcastle from . import bisley from . import braid from . import bristol from . import buffalobill from . import calculation from . import camelot from . import canfield from . import capricieuse from . import curdsandwhey from . import daddylonglegs from . import dieboesesieben from . import diplomat from . import doublets from . import eiffeltower from . import fan from . import fortythieves from . import freecell from . import glenwood from . import golf from . import grandduchess from . import grandfathersclock from . import gypsy from . import harp from . import headsandtails from . import katzenschwanz from . import klondike from . import labyrinth from . import larasgame from . import matriarchy from . import montana from . import montecarlo from . import napoleon from . import needle from . import numerica from . import osmosis from . import parallels from . import pasdedeux from . import picturegallery from . import pileon from . import pushpin from . import pyramid from . import royalcotillion from . import royaleast from . import sanibel from . import siebenbisas from . import simplex from . import spider from . import sthelena from . import sultan from . import takeaway from . import terrace from . import threepeaks from . import tournament from . import unionsquare from . import wavemotion from . import windmill from . import yukon from . import zodiac