#!/usr/bin/python3

from openselery.commandline import runCli


def main():
	runCli()

if __name__ == "__main__":
    main()
