5 lines
44 B
Python
5 lines
44 B
Python
|
|
from .main import main
|
||
|
|
|
||
|
|
|
||
|
|
__all__ = ["main"]
|