fc765141 by 周伟奇

replace test project

1 parent a75f6d66
from pkg import SC
from tools.test_func import test_func
sc = SC()
test_func()
from .test_class import SuperClass as SC
class SuperClass:
def __init__(self):
print('super class')
File mode changed
File mode changed
def test_func():
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!