6 lines
59 B
Python
6 lines
59 B
Python
|
|
from . import main
|
||
|
|
|
||
|
|
|
||
|
|
if __name__ == "__main__":
|
||
|
|
main()
|