factory/apps/opm/services.py

5 lines
76 B
Python

from apps.wf.models import Ticket
def create_opt(ticket: Ticket):
pass