import { getProductSupply } from "./product-supply";

export const marketableStock = {
	getProductSupply: getProductSupply
}
