Module torpido.config

Expand source code
from torpido.config.cache import *
from torpido.config.constants import *

Sub-modules

torpido.config.cache

A simple cache storage helper to store minimal amount of data in the dictionary, if data exists it will return the val or None

torpido.config.constants