2021-04-06 01:58:55 +00:00
|
|
|
import pathlib
|
|
|
|
|
2022-03-06 16:48:16 +00:00
|
|
|
import royalnet.lazy as l
|
|
|
|
import royalnet.scrolls as s
|
2021-04-06 01:58:55 +00:00
|
|
|
|
|
|
|
lazy_config = l.Lazy(lambda: s.Scroll.from_file("ROYALPACK", pathlib.Path("royalpack.cfg.toml")))
|
|
|
|
|
|
|
|
__all__ = (
|
|
|
|
"lazy_config",
|
|
|
|
)
|