프로젝트

일반

사용자정보

통계
| 개정판:

hytos / HYTOS / HYTOS / Fitting.py @ e69a3fd8

이력 | 보기 | 이력해설 | 다운로드 (252 Bytes)

1
# coding: utf-8
2
import os
3
import uuid
4
from AppDocData import AppDocData
5

    
6

    
7
class Fitting:
8
    def __init__(self, uid, sub_size, angle, count):
9
        self.uid = uid
10
        self.sub_size = sub_size
11
        self.angle = angle
12
        self.count = count
클립보드 이미지 추가 (최대 크기: 500 MB)