mirror of
https://github.com/Ladebeze66/projetcbaollm.git
synced 2025-12-17 08:17:48 +01:00
7 lines
92 B
Python
7 lines
92 B
Python
import sys
|
|
from .cli import _main as main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
sys.exit(main())
|