Bopytex/example/usecase/bopytex_config.py

8 lines
131 B
Python
Raw Permalink Normal View History

import random
from mapytex import Expression
2022-07-28 07:39:51 +00:00
random.seed(0)
direct_access = {"Expression": Expression, "random": random.random}