Initial commit: initialized via uv

This commit is contained in:
Jim Lancaster
2026-06-21 17:43:55 -05:00
commit 506c697b63
6 changed files with 370 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from transcription!")
if __name__ == "__main__":
main()