""" Electromagnetic simulation tools See the readme or `import meanas; help(meanas)` for more info. """ import pathlib from .VERSION import __version__ __author__ = 'Jan Petykiewicz' try: with open(pathlib.Path(__file__).parent.parent / 'README.md', 'r') as f: __doc__ = f.read() except Exception: pass