Added multi-file support

This commit is contained in:
2026-04-10 17:19:14 -05:00
parent 8c40e111cd
commit 9d59fab9a6
8 changed files with 799 additions and 118 deletions

3
project/imported.py Normal file
View File

@@ -0,0 +1,3 @@
def foo():
x = "importing works :D"
print(x)