Feat: download in main file
This commit is contained in:
6
anixarttierlist/prepare.py
Normal file
6
anixarttierlist/prepare.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import os
|
||||
|
||||
|
||||
def prepare():
|
||||
if not os.path.exists('./temp'):
|
||||
os.mkdir('./temp')
|
||||
Reference in New Issue
Block a user