// Copyright © 2023 Mastodon gGmbH. All rights reserved.
import Foundation
protocol Coordinator {
func start()
}