4 lines
76 B
Python
4 lines
76 B
Python
try:
|
|
from .local import *
|
|
except ImportError:
|
|
from .common import *
|