How to Solve NameError: name 'Maneuver' is not defined -- poliastro

Solution: Import the 'Maneuver' module

# Add the following line to the top of your code
from poliastro.maneuver import Maneuver

 

For more information:
poliastro Maneuver