4 lines
45 B
Python
4 lines
45 B
Python
from . import init_db
|
|
|
|
__all__ = ["init_db"]
|
from . import init_db
|
|
|
|
__all__ = ["init_db"]
|