Atualizar src/renatoxsr-py/__init__.py
This commit is contained in:
@@ -3,5 +3,14 @@
|
||||
# SPDX-FileCopyrightText: 2025-present RenatoXSR <renatoxsr@gmail.com>
|
||||
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
||||
"""RenatoXSR's Python Utilities (monorepo)"""
|
||||
|
||||
# Setup
|
||||
import const
|
||||
import logger
|
||||
logger.debug("platform: %s", platform.platform())
|
||||
logger.debug("system: %s", platform.system())
|
||||
logger.debug("node: %s", platform.node())
|
||||
|
||||
# Import modules that should be exported
|
||||
import utils
|
||||
import scripts.composectl
|
||||
Reference in New Issue
Block a user