Initial commit

This commit is contained in:
Byron Lathi
2024-06-06 16:30:40 -07:00
commit 2294670462
8 changed files with 858 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
from .rtl_manifest import rtl_manifest_main
def main():
rtl_manifest_main()

View File

@@ -0,0 +1,4 @@
def rtl_manifest_main():
print("Hello, world!")
pass