Loading src/main.py +1 −3 Original line number Diff line number Diff line from pathlib import Path import json from typing import Optional, List import numpy as np import xarray as xr import typer Loading @@ -15,7 +13,7 @@ app = typer.Typer(pretty_exceptions_enable=False) def info(): print("This is the pyThermoGIS Repository; it is a python API to the ThermoGIS Simulation code.") print("You can run commands by typing:\n") print("\t tg simulate-doublet") print("\t pytg simulate-doublet") @app.command() def simulate_doublet( Loading Loading
src/main.py +1 −3 Original line number Diff line number Diff line from pathlib import Path import json from typing import Optional, List import numpy as np import xarray as xr import typer Loading @@ -15,7 +13,7 @@ app = typer.Typer(pretty_exceptions_enable=False) def info(): print("This is the pyThermoGIS Repository; it is a python API to the ThermoGIS Simulation code.") print("You can run commands by typing:\n") print("\t tg simulate-doublet") print("\t pytg simulate-doublet") @app.command() def simulate_doublet( Loading