Closed snuffkin closed 11 months ago
You can specify a section other than default in the .riqu file to generate a backend as follows:
section
.riqu
backend
backend = RiquSamplingBackend(RiquConfig.from_file("section"))
You can specify a
section
other than default in the.riqu
file to generate abackend
as follows:backend = RiquSamplingBackend(RiquConfig.from_file("section"))