1
2
3
4
5
6
7
8
import std/[json]
import types
var storagePath* {.threadvar.} : string
var config* {.threadvar.} : Config
var state* {.threadvar.} : JsonNode
Automaticly post travelynx checkins on the fediverse
1
2
3
4
5
6
7
8
import std/[json]
import types
var storagePath* {.threadvar.} : string
var config* {.threadvar.} : Config
var state* {.threadvar.} : JsonNode