7 lines
101 B
Python
7 lines
101 B
Python
from __future__ import absolute_import
|
|
|
|
from .cleanup import cleanup
|
|
|
|
|
|
cleanup_functions = [cleanup]
|