mirror of
https://gitlab.com/gaelysam/mapgen_rivers.git
synced 2024-11-11 13:20:24 +01:00
8 lines
250 B
Python
8 lines
250 B
Python
# Load packages and provide easy access to important functions
|
|
|
|
from .settings import read_config_file
|
|
from .erosion import EvolutionModel
|
|
from .save import save
|
|
from .bounds import make_bounds, twist, get_fixed
|
|
from .view import stats, update, plot
|