6 lines
102 B
Python
6 lines
102 B
Python
from genlicense import main
|
|
# import the entry of your program
|
|
|
|
if __name__ == "__main__":
|
|
main()
|