Project

General

Profile

Feature #895 » main_stitch.py

Eiji YAHARA , 12/21/2023 01:16 PM

 
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
# ˅
4

    
5
# ˄
6

    
7

    
8
class Main_Stitch(object):
9
    # ˅
10
    
11
    # ˄
12

    
13
    def Display(self):
14
        # ˅
15
        pass
16
        # ˄
17

    
18
    # ˅
19
    
20
    # ˄
21

    
22

    
23
# ˅
24

    
25
# ˄
(4-4/5)