5 lines
84 B
Python
5 lines
84 B
Python
from jsonxmludpakker.cli_extract import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|