source: framspy/framsfiles/writer/__init__.py @ 1149

Last change on this file since 1149 was 1104, checked in by Maciej Komosinski, 3 years ago

Added the "framsfiles" module for reading and writing Framsticks-format files (genotypes, settings, scrips, neurons, etc.)

File size: 92 bytes
RevLine 
[1104]1from ._loader import from_collection, from_file
2
3__all__ = ['from_collection', 'from_file']
Note: See TracBrowser for help on using the repository browser.