source: framspy/framsfiles/reader/__init__.py @ 1202

Last change on this file since 1202 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: 72 bytes
Line 
1from ._all import load, loads, parse_value
2
3__all__ = ["load", "loads"]
Note: See TracBrowser for help on using the repository browser.