from flaskapp.token import TokenCollection tc=TokenCollection("tokens.yaml") t=tc.create() print(t) print(tc.is_valid(t))