#!/usr/bin/python3
import sys

if __name__ == '__main__':
   from rthemed import main
   sys.exit(main.main())
