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

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

import fshd

fshd.main()
