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