Best place to create a helper class/methods in an app that is callable globally

I would like to implement a helper class with helper methods that are callable globally in other custom apps. What would be the best approach or the best place to put such a class in an app?