Skip to content

Commit a69ff4b

Browse files
committed
✅ add test2.py
1 parent e059203 commit a69ff4b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test2.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import ohmytmp
2+
3+
print(ohmytmp.VERSION)
4+
print(dir(ohmytmp))
5+
6+
import ohmytmp.plugin as op
7+
8+
print(dir(op))

0 commit comments

Comments
 (0)