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

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

import fshd

fshd.main()
