You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
import os
|
|
|
|
base_path = os.path.dirname(os.path.abspath(__file__))
|
|
save_path = os.path.join(base_path, 'pics')
|
|
origin_path = os.path.join(base_path, 'templates') |