This commit is contained in:
its.kstyagi@gmail.com
2026-09-04 20:56:18 +00:00
commit 1022f24c34
43 changed files with 6160 additions and 0 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env python3
"""Compatibility launcher for the modular uvm command-line application."""
from uvm.cli import main
if __name__ == "__main__":
raise SystemExit(main())