Bopytex/example/usecase/bopytex_config.py
Bertrand Benjamin a911b98520
All checks were successful
continuous-integration/drone/push Build is passing
Feat: produce joined_example.pdf for the two examples
2022-08-06 18:04:46 +02:00

8 lines
131 B
Python

import random
from mapytex import Expression
random.seed(0)
direct_access = {"Expression": Expression, "random": random.random}