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