mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-25 23:38:11 +08:00
adds Stat to root module
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user