from hrms.setup import add_non_standard_user_types


def execute():
	add_non_standard_user_types()
