fc765141 by 周伟奇

replace test project

1 parent a75f6d66
1 from pkg import SC
2 from tools.test_func import test_func
3
4 sc = SC()
5 test_func()
1 from .test_class import SuperClass as SC
1 class SuperClass:
2
3 def __init__(self):
4 print('super class')
File mode changed
File mode changed
1 def test_func():
2 print('test func')
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!