# noinspection PyUnresolvedReferences from gui.builtinContextMenus import ( # noqa: E402,F401 # Various command and projected-related items which we want to have first, # before generic commands fitOpenNewTab, envEffectAdd, fitAddCurrentlyOpen, commandFitAdd, # Often-used item manipulations shipModeChange, moduleAmmoChange, moduleSpool, boosterSideEffects, fighterAbilities, # Item info itemStats, itemMarketJump, fitSystemSecurity, # Not really an item info but want to keep it here shipJump, # Generic item manipulations itemRemove, itemAmountChange, droneSplitStack, itemVariationChange, moduleMutations, moduleFill, skillAffectors, # Market stuff itemFill, droneAddStack, cargoAdd, cargoAddAmmo, itemProject, ammoToDmgPattern, implantSetAdd, # Price priceOptions, # Resistance panel damagePatternChange, # Firepower panel factorReload, targetResists, )