File: __init__.py

package info (click to toggle)
python-rosettasciio 0.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144,644 kB
  • sloc: python: 36,638; xml: 2,582; makefile: 20; ansic: 4
file content (7 lines) | stat: -rw-r--r-- 163 bytes parent folder | download
1
2
3
4
5
6
7
from ._api import file_reader, file_writer, parse_metadata

__all__ = ["file_reader", "file_writer", "parse_metadata"]


def __dir__():
    return sorted(__all__)