Project

General

Profile

Feature #1102 » keyboard_input.py

Damar Qudsi Madani HAEKAL, 10/20/2024 11:28 AM

 
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
# ˅
4
from mask_creator import MaskCreator
5

    
6

    
7
# ˄
8

    
9

    
10
class KeyboardInput(object):
11
    # ˅
12
    
13
    # ˄
14

    
15
    def getKeypress(self):
16
        # ˅
17
        pass
18
        # ˄
19

    
20
    # ˅
21
    
22
    # ˄
23

    
24

    
25
# ˅
26

    
27
# ˄
(1-1/4)