generated from jCloud/repository-template
Bug fix in __init__.py
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
The utilities for the jeb server
|
||||
'''
|
||||
|
||||
from _core import *
|
||||
from _core import __all__ as _core__all__
|
||||
from ._core import *
|
||||
from ._core import __all__ as _core__all__
|
||||
|
||||
__all__ = [
|
||||
*_core__all__
|
||||
|
||||
Reference in New Issue
Block a user