Initial QSfera import
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"ocwrapper/cmd"
|
||||
"ocwrapper/common"
|
||||
)
|
||||
|
||||
func main() {
|
||||
cmd.Execute()
|
||||
|
||||
common.Wg.Wait()
|
||||
}
|
||||
Reference in New Issue
Block a user