AnP/Python/run.py

9 lines
198 B
Python

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from AnP.Application.AnP import AnP
from base import inputs
anp:AnP = AnP(inputs)
# anp.controllers.execute("clonations_processes", "execute", None)