blob: fd31f16d10676e647f32e5168b731038aa24e637 [file] [log] [blame]
import sys
from .main import main
if __name__ == '__main__':
exit(main(sys.argv))