#!/usr/bin/python
#
# Fuschia: A blog-generating script
# 
# Copyright (C) 2004
# Michael Bridgen <mikeb@lshift.net>
#
# [%%% LICENSE GOES HERE %%%]
#
# [%%% ASCII-ART PORTRAIT OF THE AUTHOR GOES HERE %%%]

# The main data types and functions, included for your convenience,
# and some handy scaffolding.

from model import Population
from store import FilesystemStore

