mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/SPATZ.git
synced 2025-06-11 18:35:58 +00:00
11 lines
256 B
Python
11 lines
256 B
Python
import spatz.connections as connections
|
|
from spatz.connections import *
|
|
|
|
import spatz.utils as utils
|
|
from spatz.utils import *
|
|
|
|
import spatz.transforms as transforms
|
|
from spatz.transforms import *
|
|
|
|
from spatz.dataset import *
|
|
from spatz.simulation import * |