#!/usr/bin/env python
from algtestprocess.modules.cli.base import cli


def main():
    cli()


if __name__ == "__main__":
    main()
