14 lines
264 B
Swift
14 lines
264 B
Swift
//
|
|
// LuminateCore.swift
|
|
// LuminateCore
|
|
//
|
|
// Created by Brendan Szymanski on 6/14/26.
|
|
//
|
|
|
|
@_exported import LuminateAPI
|
|
@_exported import OpenAPIRuntime
|
|
@_exported import OpenAPIURLSession
|
|
|
|
public enum LuminateCore {
|
|
public static let version = "0.1.0"
|
|
}
|