|
@ -5,9 +5,3 @@ |
|
|
# This module is part of Axel and is released under |
|
|
# This module is part of Axel and is released under |
|
|
# the MIT License: http://www.opensource.org/licenses/mit-license.php |
|
|
# the MIT License: http://www.opensource.org/licenses/mit-license.php |
|
|
|
|
|
|
|
|
import inspect |
|
|
|
|
|
from .axel import * |
|
|
|
|
|
__all__ = sorted(name for name, obj in locals().items() |
|
|
|
|
|
if not (name.startswith('_') or inspect.ismodule(obj))) |
|
|
|
|
|
__all__.append('axel') |
|
|
|
|
|
del inspec |
|
|
|
|
|