4 lines
43 B
Python
4 lines
43 B
Python
from .main import main
|
|
|
|
__all__ = ["main"]
|
from .main import main
|
|
|
|
__all__ = ["main"]
|