sentiment-analysis / app /__main__.py
Tymec's picture
Completely change the structure of the project
85ac990
raw
history blame
No virus
113 Bytes
from __future__ import annotations
from app.cli import cli_wrapper as cli
if __name__ == "__main__":
cli()