Development
This commit is contained in:
parent
33ec9e7f1c
commit
0cec7d69c9
12 changed files with 124 additions and 92 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import json
|
||||
from config_utils import collect_layout_tokens, load_datasource
|
||||
from factory import load_json, build_table, table_token_key, iter_table_items, PAGES_DIR
|
||||
import license
|
||||
import settings as settings
|
||||
|
||||
PRO_LICENSE = license.is_pro()
|
||||
PRO_LICENSE = settings.is_pro()
|
||||
|
||||
|
||||
def collect_tokens(cfg):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue