Hello there,
I have started reading ANKI desktop source code to participate in the open-source project. Now I found a class called anki.scheduler_pb2
imported into different python modules, but when I looked up the scheduler_pb2
file, in the path anki/pylib/anki/scheduler_pb2.pyi
, I found the following content pointing to a directory called bazel-bin
:
../../bazel-bin/pylib/anki/scheduler_pb2.pyi
Now, I am not able to find that directory and I want to read the content of that class, what should I do?
And thanks in advance
Omar G. Goda