5 lines
101 B
Python
5 lines
101 B
Python
|
from erpnext.setup.install import setup_currency_exchange
|
||
|
|
||
|
|
||
|
def execute():
|
||
|
setup_currency_exchange()
|