from ui import UI from repository import Repo from services import Service repo=Repo("text_file.txt") service=Service(repo) ui=UI(service) ui()