Surface NMR processing and inversion GUI
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

__init__.py 147B

12345678
  1. """
  2. A set of PyQt distutils extensions for build qt ui files in a pythonic way:
  3. - build_ui: build qt ui/qrc files
  4. """
  5. __version__ = '0.7.3'