6 lines
112 B
Python
6 lines
112 B
Python
|
|
from config_utils import collect_layout_tokens
|
||
|
|
|
||
|
|
|
||
|
|
def collect_tokens(cfg):
|
||
|
|
return collect_layout_tokens(cfg)
|