Files
2024-12-09 18:22:38 +09:00

5 lines
68 B
Python

import gitlab.cli
if __name__ == "__main__":
gitlab.cli.main()