8 lines
105 B
Python
8 lines
105 B
Python
|
|
from __future__ import annotations
|
|||
|
|
|
|||
|
|
from main_cli import main
|
|||
|
|
|
|||
|
|
|
|||
|
|
if __name__ == "__main__":
|
|||
|
|
main()
|