3 lines
109 B
Python
3 lines
109 B
Python
# FROM (. means local) file_name IMPORT function_name
|
|
from .parent_selection_methods import Parent_Selection
|