for example, numpy, I looked at the package structure of numpy on github and found that numpy is a package, but its _ _ init__.py file does not have a function definition such as ones (), and there is no import reference to it, so why can I write numpy.ones () to call this function after I import numpy.