6 lines
55 B
Python
6 lines
55 B
Python
|
import logging
|
||
|
|
||
|
|
||
|
def run():
|
||
|
logging.info("Csirip")
|