molstar
Version:
A comprehensive macromolecular library.
13 lines (12 loc) • 460 B
JavaScript
/**
* Copyright (c) 2017-2019 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author David Sehnal <david.sehnal@gmail.com>
* @author Alexander Rose <alexander.rose@weirdbyte.de>
*/
export * from './structure/coordinates.js';
export * from './structure/topology.js';
export * from './structure/model.js';
export * from './structure/structure.js';
export * from './structure/query.js';
export * from './structure/trajectory.js';