Organized anthology scripts and wrote a new one for their knowledgestate ppl. updated project files for scripts to better interact with neovim.

This commit is contained in:
Norm Rasmussen
2025-12-08 17:32:31 -05:00
parent 5413e0ffd9
commit e44a1a67d3
15 changed files with 408 additions and 60 deletions

6
Scripts/main.py Normal file
View File

@ -0,0 +1,6 @@
def main():
print("Hello from scripts!")
if __name__ == "__main__":
main()