#!/usr/bin/python3
#-*- encoding: UTF-8 -*-
from hffs.hffs import main
if __name__ == "__main__":
main()