File size: 153 Bytes
d4ef46b
 
85ac990
 
 
 
 
 
1
2
3
4
5
6
7
8
9
"""Entry point for the application."""

from __future__ import annotations

from app.cli import cli_wrapper as cli

if __name__ == "__main__":
    cli()