4 lines
47 B
Python
4 lines
47 B
Python
__all__ = ["start"]
|
|
|
|
from .start import start
|
|
|
__all__ = ["start"]
|
|
|
|
from .start import start
|
|
|