Hello! I've been examining the kivy-ios toolchain and noticed that Python header files are being included as resources in the final iOS app bundle. I'm wondering if this is intentional and necessary, ...
I don't know about you but I like to "organize" my Python methods and functions by putting some sort of comment seperator between them. This helps me when scrolling through my code to find particular ...