#!/usr/bin/env python3

from bin.cli import main

"""
Entry point for the citros-cli package.
"""
if __name__ == "__main__":
    main()