#! /usr/pkg/bin/python3.11
import sys

sys.path.insert(0, "/usr/pkg/share/fsh")

import fsh

fsh.main()
