comment importer des axes3d

#matplotlib must be installed for this to work
from matplotlib import pyplot as plt
from mpl_toolkits.mplot3d import Axes3D
Tired Turtler