mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 01:15:34 +00:00
8 lines
197 B
Python
8 lines
197 B
Python
# SPDX-FileCopyrightText: 2014-2019 Christopher Kerr <chris.kerr@mykolab.ch>
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
from .BioLogic import MPRfile, MPTfile
|
|
|
|
__all__ = ["MPRfile", "MPTfile"]
|