HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1784574/root/lib/python3/dist-packages/debianbts/
Upload File :
Current File : //proc/1784574/root/lib/python3/dist-packages/debianbts/__main__.py
import logging

logger = logging.getLogger("debianbts")
logging.basicConfig(
    format="%(asctime)s %(levelname)s %(name)s %(message)s",
    level=logging.WARNING,
)


def main() -> None:
    logger.warning("Not implemented yet, sorry!")


if __name__ == "__main__":
    main()