mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-21 10:40:00 +00:00
7 lines
119 B
Python
7 lines
119 B
Python
#!/usr/bin/env python3
|
|
|
|
from cleonos_wine_lib.cli import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
raise SystemExit(main()) |