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

6 lines
102 B
Python

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