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