mirror of
https://github.com/dtomlinson91/tembo.git
synced 2025-12-22 12:35:45 +00:00
adding version option
This commit is contained in:
@@ -3,6 +3,8 @@ import os
|
||||
import panaetius
|
||||
from panaetius.exceptions import LoggingDirectoryDoesNotExistException
|
||||
|
||||
__version__ = "0.1.0"
|
||||
|
||||
if (config_path := os.environ.get("TEMBO_CONFIG")) is not None:
|
||||
CONFIG = panaetius.Config("tembo", config_path)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user