#!/usr/bin/env python3

from sys import exit

from silkaj.cli_tools import manage_cmd

if __name__ == "__main__":
    manage_cmd()
