10 lines
120 B
Python
10 lines
120 B
Python
import cli.latex2xthesis
|
|
|
|
|
|
def main():
|
|
args = cli.latex2xthesis.parse_cli()
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|