#!/usr/bin/env python3 """ Creates a python module for the database Usage: from db import Database """ from .db import Database