Handvask / handvask

One-line docstring should fit on one line with quotes FLK-D200
Documentation
Minor
a year agoa year old
One-line docstring should fit on one line with quotes
219
220
221class DBHandler(object):
222    """223    A simple singleton class that makes sure that only one connection to the database is ever initialised.
224    """
225