1package cointop
2
3import (
4	"testing"
5)
6
7// TestRun tests that cointop runs
8func TestRun(t *testing.T) {
9	// Run()
10}
11