Files
996.ICU/archived/licenses[WIP]/tools/gen-license/debug.py
2019-03-30 02:03:42 +08:00

6 lines
102 B
Python

from genlicense import main
# import the entry of your program
if __name__ == "__main__":
main()