3 lines
66 B
Python
3 lines
66 B
Python
from .app import app, celery
|
|
from . import commands, tasks, views
|
from .app import app, celery
|
|
from . import commands, tasks, views
|