6 lines
93 B
Python
6 lines
93 B
Python
from .setup import init_logging
|
|
|
|
__all__ = [member.__name__ for member in [
|
|
init_logging
|
|
]]
|