Files
pynamics-ide/project/imported.py

3 lines
48 B
Python

def foo():
x = "importing works :D"
print(x)