apitest_unittest/debug/myf.py

7 lines
89 B
Python
Raw Normal View History

2023-05-16 21:13:13 +08:00
# main.py
import decorator_test
print("Function called.")
decorator_test.my_function()