LX and LY seem to be local variables with the scope update() - which is a method of the Map class in your module, right?
Local variables cannot be exported/imported - otherwise, they would not be local .
For being able to tailor a “good practice” answer, I would need some further information, in particular why you need said LX / LY in other modules and in particular, if you really need a class attribute (and not an instance attribute) there?
But let me nevertheless already give you some idea - check out the following code: