package database

import (
	_ "embed"
)

func Init() {

	//go:embed "init.sql"
	var initSQL string
}