Open turicas opened 11 years ago
Create a way to pass configuration to Router, possibly a static method from_configuration that received a dict and returns a Router instance well configured (with a logger and other things).
Router
from_configuration
dict
Configuration directives can be found on #44.
Similar to #56 and #58.
Create a way to pass configuration to
Router
, possibly a static methodfrom_configuration
that received adict
and returns aRouter
instance well configured (with a logger and other things).Configuration directives can be found on #44.
Similar to #56 and #58.