mirror of
https://github.com/insidegui/WWDC.git
synced 2026-04-07 19:17:41 +00:00
14 lines
253 B
Swift
14 lines
253 B
Swift
//
|
|
// main.swift
|
|
// TranscriptIndexingService
|
|
//
|
|
// Created by Guilherme Rambo on 27/05/20.
|
|
// Copyright © 2020 Guilherme Rambo. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
import ConfCore
|
|
|
|
let service = TranscriptIndexingService()
|
|
service.resume()
|