import Foundation public class AuthVM: ObservableObject { public func login(user: String, password: String) async throws { } }