8 lines
285 B
Python
8 lines
285 B
Python
# -*- coding: utf-8 -*-
|
|
# This file is part of anisotropy.
|
|
# License: GNU GPL version 3, see the file "LICENSE" for details.
|
|
|
|
from anisotropy.samples.simple import Simple
|
|
from anisotropy.samples.bodyCentered import BodyCentered
|
|
from anisotropy.samples.faceCentered import FaceCentered
|