5 lines
No EOL
76 B
Python
5 lines
No EOL
76 B
Python
|
|
from . import core
|
|
from .core import *
|
|
from . import lib
|
|
from .lib import * |