30. Move instantiation of refresh class
After following 24. Implement refresh_snap and 29. Implement pre-refresh checks, the instantiation of charm_refresh.Kubernetes or charm_refresh.Machines may need to be moved so that everything referenced in your CharmSpecific callbacks is defined.
Instructions: