I'm using Kivy to build some apps on android. Since kivy makes use of Cython, how can I get for example:
from kivy.properties import NumericProperty
Note that properties is a Cython compiled file: properties.pyd
How can I make pycharm provide/recognize this file for autocomplete.