Expose read_sources

This commit is contained in:
Byron Lathi
2024-06-08 15:07:11 -07:00
parent 89f3b8631a
commit 27779bec8f
2 changed files with 4 additions and 3 deletions

View File

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