"Loris Bennett" writes:
> Hi,
>
> I am writing a fairly simple command-line application which will just
> add or delete an entry in a database and then generate a corresponding
> email.
>
> I am using SQLAlchemy to wrap a class around a database and have
>
> class DatebaseWrapper():
> """
Hi,
I am writing a fairly simple command-line application which will just
add or delete an entry in a database and then generate a corresponding
email.
I am using SQLAlchemy to wrap a class around a database and have
class DatebaseWrapper():
"""Encapsulation of the database"""
def