mirror of
https://github.com/yattee/yattee.git
synced 2024-12-14 14:20:32 +05:30
8 lines
149 B
Swift
8 lines
149 B
Swift
import Foundation
|
|
|
|
extension Instance {
|
|
static var fixture: Instance {
|
|
Instance(name: "Home", url: "https://invidious.home.net")
|
|
}
|
|
}
|