#!/usr/bin/env python
# -*- coding: utf-8 -*-

import pymongo
client = pymongo.MongoClient('localhost', 27017)
db = client.metahoguet