Adafruit Library - Disable GPIO cleanup

Hey guys!
Maybe somebody of you know the solution to my problem.
I use the Adafruit_BBIO.GPIO library in my python programm. With that library I set or clear some GPIO.
All that is no problem. But, if I leave my script, my previous setup of these GPIO is lost and all GPIOs have
the value that’s given through the pull-resistors of my PCB. I googled that and could read, that the GPIOs are set
to floating if the script is leaving (clean up process). For my purpose that control isn’t desired and should be disabled.

Are my assumptions with the clean up process right?
Is it possible to disable or walkaround this clean up at the end?
If yes, how? :slight_smile:

Thanks for your help
Dave

P.S. Posted this question to the adafruit forum too.