3 lines
78 B
Python
3 lines
78 B
Python
|
def execute():
|
||
|
from startup.install import import_defaults
|
||
|
import_defaults()
|