5 lines
141 B
Python
5 lines
141 B
Python
# from task.extract import extract
|
|
from task.patch_resources import patch_resources
|
|
|
|
if __name__ == '__main__':
|
|
_ = patch_resources() |