All the statements of the __init__() method of the Data class have been removed.
The __init__() method now does nothing (preventing problems with the Singleton set up). The Data
object has been given a docstring and the unused import statements deleted.