Skip to content

Commit

Permalink
FIX: re-added imports in main __init__ file, removed in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcortesortuno committed Jan 31, 2024
1 parent 269728d commit 7e10695
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fidimag/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import os
import sys
import platform

try:
from . import extensions
from . import atomistic
from . import micro
from . import common
citation = common.citation
except ImportError as e:
Expand Down

0 comments on commit 7e10695

Please sign in to comment.