Application (class)#


Example

from dlubal.api import rstab

with rstab.Application() as rstab_app:

Tip

Using python’s scope manager ‘with’ keeps your code more organized.