Skip to content

Commit

Permalink
Add AMRC
Browse files Browse the repository at this point in the history
  • Loading branch information
clwarrior committed Jul 8, 2022
1 parent ba6c6e0 commit 0a354a5
Show file tree
Hide file tree
Showing 169 changed files with 4,232 additions and 1,305 deletions.
5 changes: 3 additions & 2 deletions MRCpy/__init__.py
@@ -1,7 +1,8 @@
__version__ = '0.1.1'
__version__ = '1.0'

from MRCpy.base_mrc import BaseMRC
from MRCpy.amrc import AMRC
from MRCpy.cmrc import CMRC
from MRCpy.mrc import MRC

__all__ = ['BaseMRC', 'MRC', 'CMRC']
__all__ = ['BaseMRC', 'MRC', 'CMRC', 'AMRC']

0 comments on commit 0a354a5

Please sign in to comment.