mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/SPATZ.git
synced 2025-12-18 01:48:03 +00:00
SPATZ migration + proper directory structure
This commit is contained in:
11
spatz/__init__.py
Normal file
11
spatz/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
import spatz.connections as connections
|
||||
from connections import *
|
||||
|
||||
import spatz.utils as utils
|
||||
from utils import *
|
||||
|
||||
import spatz.transforms as transforms
|
||||
from spatz.transforms import *
|
||||
|
||||
from spatz.dataset import *
|
||||
from spatz.simulation import *
|
||||
Reference in New Issue
Block a user