Importing Enum from a file and access it from Robot test suite

Hi I have a list of Enums ~100 nos, I need to access this Enums from a file(.py) and access it in the robot suite file.
How can I do this ?