mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-07-25 19:13:30 +00:00
This reduced the code from 4 lines to 1 line. The code if <condition>: return True else: return False can be shortened to return <condition>