mirror of
https://github.com/github-tijlxyz/khatru-pyramid.git
synced 2025-04-19 18:31:18 +00:00
8 lines
91 B
Go
8 lines
91 B
Go
package main
|
|
|
|
import (
|
|
sdk "github.com/nbd-wtf/go-nostr/sdk"
|
|
)
|
|
|
|
var sys = sdk.NewSystem()
|