Spaces:
Runtime error
Runtime error
File size: 93 Bytes
66340f1 |
1 2 3 4 5 |
import logging
logger = logging.getLogger(__name__)
logging.basicConfig(level=logging.INFO)
|