mirror of
https://github.com/dtomlinson91/tembo.git
synced 2025-12-22 10:16:02 +00:00
adding initial scaffolding
This commit is contained in:
@@ -1 +1,12 @@
|
||||
__version__ = '0.1.0'
|
||||
import os
|
||||
|
||||
import panaetius
|
||||
|
||||
if config_path := os.environ.get("TEMBO_CONFIG") is not None:
|
||||
CONFIG = panaetius.Config("tembo", config_path)
|
||||
else:
|
||||
CONFIG = panaetius.Config("tembo")
|
||||
|
||||
|
||||
panaetius.set_config(CONFIG, "base_path", "~/tembo")
|
||||
panaetius.set_config(CONFIG, "scopes", {})
|
||||
|
||||
Reference in New Issue
Block a user