forked from jiuyuan/jycache-model
8 lines
111 B
Python
8 lines
111 B
Python
![]() |
#!/usr/bin/python3
|
||
|
#-*- encoding: UTF-8 -*-
|
||
|
|
||
|
from hffs.hffs import main
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
main()
|