apitest_unittest/debug/myf.py

7 lines
89 B
Python

# main.py
import decorator_test
print("Function called.")
decorator_test.my_function()