Using Python Keywords in a Jython Project

Hi All,

I am currently using a custom keyword from a Java project in a Robot Project by using its JAR File. I have also created a .py file which consists of Python methods (keywords) in my project directory.

When i try to use those keywords in my Jython project, it is not being recognized as a library. And also not able to use the keywords.

Is there any steps to be followed for using the Python methods in my project. Please let me know if there are any ways to do the same.

Thanks!