Skip to content

Commit

Permalink
refactor atm subpackage: split into different files
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Winkel committed Aug 13, 2017
1 parent 36a7ad1 commit 407accb
Show file tree
Hide file tree
Showing 4 changed files with 910 additions and 895 deletions.
2 changes: 2 additions & 0 deletions pycraf/atm/__init__.py
Expand Up @@ -24,4 +24,6 @@
which has a modified algorithm for Annex 2. We will implement this soon.
'''

from .atm_helper import *
from .atm import *
from .profiles import *

0 comments on commit 407accb

Please sign in to comment.