#!/usr/libexec/edb-python312/bin/python3
"""
This is the main script of EnterpriseDB's Lasso

Copyright (C) EnterpriseDB UK Limited 2015-2022 - All Rights Reserved.
Licensed only for use with an EnterpriseDB subscription
"""

import lasso.cli

lasso.cli.main()
