This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
rotek
/
module_universal_io
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
7274d0a3af
Ramuri
Etichete
dev
master
ytenkov
module_universa...
/
tools
/
tester.py
tester.py
125 B
Istoric
Crud
1
2
3
4
5
6
7
8
9
10
11
12
13
14
class Tester:
def __init__():
pass
def main():
pass
if __name__ == '__main__':
main()