from loguru import logger from app.core import settings def main(): logger.info(f"{settings.version=}") if __name__ == '__main__': main()