mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/SPATZ.git
synced 2025-06-10 01:55:59 +00:00
12 lines
288 B
Python
12 lines
288 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 *
|
|
from spatz.simulations import * |