Initial commit
This commit is contained in:
4
src/rtl_manifest/__init__.py
Normal file
4
src/rtl_manifest/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .rtl_manifest import rtl_manifest_main
|
||||
|
||||
def main():
|
||||
rtl_manifest_main()
|
||||
4
src/rtl_manifest/rtl_manifest.py
Normal file
4
src/rtl_manifest/rtl_manifest.py
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
def rtl_manifest_main():
|
||||
print("Hello, world!")
|
||||
pass
|
||||
Reference in New Issue
Block a user