6 lines
41 B
Python
6 lines
41 B
Python
|
import fetcher
|
||
|
|
||
|
fetcher.start()
|
||
|
|
||
|
exit(0)
|