11 lines
160 B
Python
11 lines
160 B
Python
from __future__ import absolute_import
|
|
|
|
from .cleanup import cleanup
|
|
|
|
bootstrap_models = [
|
|
{
|
|
'name': 'role',
|
|
},
|
|
]
|
|
cleanup_functions = [cleanup]
|