This loads the package.
If a class has no explicit constructor it gets a parameterless constructor that calls the parameterless constructor of the parent class. If such a constructor is missing, the class definition fails.
Once this constructor is added, the definition succeeds.