from fudo.fudo import get_all_products, get_product from rich import print if __name__ == "__main__": print(get_all_products()[:10])