Spaces:
Runtime error
Runtime error
File size: 96 Bytes
3291faa |
1 2 3 4 5 6 |
import logging
logging.basicConfig(level=logging.INFO)
logger = logging.getLogger("__name__")
|