mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
6 lines
83 B
Python
6 lines
83 B
Python
""" A module for Geometry stuff
|
|
|
|
"""
|
|
import DataStructs
|
|
from rdGeometry import *
|