jycache-model/main.py

7 lines
84 B
Python

"""HFFS main."""
from hffs.hffs import main
if __name__ == "__main__":
main()