To use read_symmetry_from_file from utils.py like this:
from utils import read_symmetry_from_file
symmetry = read_symmetry_from_file("sample.xcl")
which calls the function provided by spglib.
from utils import read_orders_from_file
orders = read_orders_from_file("sample.xcl")
from utils import display
display(order)