alshapton/SpacePY-X

Deprecate BFR function

alshapton opened this issue · 0 comments

import warnings

warnings.warn(
"spacexpython.rockets.BFR is deprecated use spacexpython.rockets.starship instead",
DeprecationWarning
)