File size: 80 Bytes
38171fa
 
 
 
 
 
1
2
3
4
5
6
7
from .base import *

try:
    from .local import *
except ImportError:
    pass