diff --git a/src/main/__init__.py b/src/main/__init__.py index d414ea5ceda3d5e6ef735cbf798592bf73c98851..3fe69a1d0b38e64a8a25b197af6d0e15dda8cbab 100755 --- a/src/main/__init__.py +++ b/src/main/__init__.py @@ -19,6 +19,7 @@ from . import _init_global_config from core.command.console import Console -__all__ = [ +__all__ = + [ "Console", ] diff --git a/src/main/_init_global_config.py b/src/main/_init_global_config.py index a7d2b776e53813377fd104e106a4c4a19fdbe85b..73d1b8575fff1a230b82076ea2102d5d03c0b996 100755 --- a/src/main/_init_global_config.py +++ b/src/main/_init_global_config.py @@ -15,7 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # - +# limitations under the License. +# def _init_global_config(): import sys