6 lines
112 B
Python
6 lines
112 B
Python
from project_setup.api import register_setup
|
|
|
|
from .links import check_settings
|
|
|
|
register_setup(check_settings)
|