AQIT 0.1.0
Loading...
Searching...
No Matches
__main__.py
Go to the documentation of this file.
1# Copyright (c) 2025-present Aquin Labs Private Limited
2# SPDX-License-Identifier: Apache-2.0
3
4from aqit.cli import main
5
6if __name__ == "__main__":
7 main()
Definition cli.py:1