adds Stat to root module

This commit is contained in:
Ilan
2015-07-21 09:50:58 +02:00
parent a25ac7da57
commit 3ce0048606
+1
View File
@@ -7,6 +7,7 @@ sys.path.insert(0, myPath)
from .tasks import async, schedule, result, result_group, fetch, fetch_group, count_group, delete_group
from .models import Task, Schedule, Success, Failure
from .cluster import Cluster
from .monitor import Stat
VERSION = (0, 4, 0)