Accessing static classes dynamically is a bit ass.
Like load(script).static_method() works fine. But how do I check it has that method? That it extends a certain type? At the face of it load(script) is foo just checks if the Script Resource extends a class, not the class.