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. All Rights Reserved.
2"""python -m aquin → same entry as the `aquin` console script."""
3from aquin.cli import main
4
5if __name__ == "__main__":
6 main()