Browse Source

rm useless

master
jiangyu.xzy 3 years ago
parent
commit
184c35f800
1 changed files with 0 additions and 16 deletions
  1. +0
    -16
      modelscope/hub/t_jy.py

+ 0
- 16
modelscope/hub/t_jy.py View File

@@ -1,16 +0,0 @@
def dec(param1):
print(param1)

def in_dec(func):
def in_func(name):
return func(name)
return in_func
return in_dec


@dec("dec1")
def aa(param):
print(param)
return

aa("heell")

Loading…
Cancel
Save