5 lines
89 B
Python
5 lines
89 B
Python
|
from clean_rst.main import main
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
raise SystemExit(main())
|