Initialized UV and moved data to parent dir

This commit is contained in:
Lucas
2026-01-01 21:39:39 -08:00
parent b91f5b9955
commit 5773a3e8c3
12 changed files with 17 additions and 1 deletions

6
core/main.py Normal file
View File

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