#!/usr/bin/python3
"""FTSE All Share."""

from google_stocks import Index

index = Index("FTSE All Share")

print(index.one_line)