@name testpackage
@version v1
@author Ayaan
@description test package to see packages work.
@license MIT
@help run the command test to see if the package works.
@main main.ayaan
---file: main.ayaan---
: main.ayaan — entry point
func hello
psyska -/ "Hello from testpackage!"
endfunc