first version

This commit is contained in:
2024-09-07 09:12:14 +08:00
commit bc8cc22a9c
27 changed files with 2530 additions and 0 deletions

7
script/test.py Normal file
View File

@@ -0,0 +1,7 @@
if __name__ == '__main__':
from plugin.cmd_singleton import PyMOLSingleton
cmd = PyMOLSingleton
print(
help(cmd))