#!/usr/bin/python3 class InitialisationError(Exception): pass class UserDoesNotExistError(Exception): pass