chore: restructure the installers for organize the installers

This commit is contained in:
Mahmoud Emad
2025-02-13 13:11:49 +00:00
parent 9a4a39b19a
commit 6e0572b48a
15 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/usr/bin/env -S v -n -w -gc none -cc tcc -d use_openssl -enable-globals run
import freeflowuniverse.herolib.installers.db.zerodb as zerodb_installer
mut db := zerodb_installer.get()!
db.install()!
db.start()!
db.destroy()!