9 lines
105 B
Python
9 lines
105 B
Python
import cli
|
|
|
|
def main():
|
|
args = cli.parse_latex2xthesis_cli()
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|