benvial/gyptis

View on GitHub
src/gyptis/sources/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Author: Benjamin Vial
# This file is part of gyptis
# Version: 1.0.2
# License: MIT
# See the documentation at gyptis.gitlab.io


from .dipole import *
from .gaussian import *
from .ls import *
from .pw import *
from .source import *
from .spharm import *
from .stack import *