7 lines
64 B
Python
Executable file
7 lines
64 B
Python
Executable file
from jep import *
|
|
import jep
|
|
|
|
print dir()
|
|
print dir(bsf)
|
|
|
|
a = 5
|