7 lines
71 B
Python
7 lines
71 B
Python
|
import common
|
||
|
|
||
|
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
common.setup_logging()
|