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