7 lines
127 B
Python
7 lines
127 B
Python
"""
|
|
paver commands
|
|
"""
|
|
from . import (
|
|
assets, servers, docs, prereqs, quality, tests, js_test, i18n, bok_choy, database
|
|
)
|