main.py added
This commit is contained in:
parent
b8599ef3b2
commit
30737ccc76
1 changed files with 11 additions and 0 deletions
11
main.py
Normal file
11
main.py
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
import numpy as np
|
||||||
|
import matplotlib.pyplot as plt
|
||||||
|
import PyQt5 as qt
|
||||||
|
|
||||||
|
if __name__=='__main__':
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
print('Fin du programme...')
|
||||||
|
a = input()
|
Loading…
Reference in a new issue