Skip to content

Commit

Permalink
Add mol2 to formarts __init__.py (#611)
Browse files Browse the repository at this point in the history
* Add mol2 to formarts __init__.py

* add write_mcf to __init__
  • Loading branch information
daico007 authored Dec 2, 2021
1 parent 5739e29 commit c9b488f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gmso/formats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
from .gsd import write_gsd
from .json import save_json
from .lammpsdata import write_lammpsdata
from .mcf import write_mcf
from .mol2 import from_mol2
from .top import write_top
from .xyz import read_xyz, write_xyz

Expand Down

0 comments on commit c9b488f

Please sign in to comment.