Skip to content
Snippets Groups Projects
Commit bcb6cae2 authored by Hkorb's avatar Hkorb
Browse files

remove imports from init

parent 7957965c
No related branches found
No related tags found
1 merge request!296Refactor Actuator Farm
......@@ -31,28 +31,4 @@ r"""
! \ingroup pyfluids
! \author Henry Korb
=======================================================================================
"""
try:
from . import basics
except ImportError:
print("Basics bindings not included")
try:
from . import logger
except ImportError:
print("Logger bindings not included")
try:
from . import lbm
except ImportError:
print("LBM bindings not included")
try:
from . import communicator
except ImportError:
print("communicator bindings not included")
try:
from . import gpu
except ImportError:
print("GPU bindings not included")
try:
from . import cpu
except ImportError:
print("CPU bindings not included")
\ No newline at end of file
"""
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment