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