first version
This commit is contained in:
7
script/test.py
Normal file
7
script/test.py
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
from plugin.cmd_singleton import PyMOLSingleton
|
||||
cmd = PyMOLSingleton
|
||||
print(
|
||||
help(cmd))
|
||||
Reference in New Issue
Block a user