Added a console interface to the tanks generation

This commit is contained in:
Jose Luis Cercos Pita
2016-01-23 14:35:56 +01:00
parent a615380027
commit c3ccd0f72c
4 changed files with 61 additions and 14 deletions

View File

@@ -32,4 +32,5 @@ __doc__="The Ships module provide a set of tools to make some specific Naval" \
from shipCreateShip.Tools import createShip
from shipHydrostatics.Tools import areas, displacement, wettedArea, moment,
floatingArea, BMT, mainFrameCoeff
from shipCreateWeight.Tools import createWeight
from shipCreateWeight.Tools import createWeight
from shipCreateTank.Tools import createTank