def sign()

in resources/drone_orbit.py [0:0]


    def sign(self, s):
        if s < 0:
            return -1
        return 1