5 lines
98 B
Python
5 lines
98 B
Python
import config_utils
|
|
|
|
|
|
def collect_tokens(cfg):
|
|
return config_utils.collect_layout_tokens(cfg)
|