This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
max
/
Inv_Monitor
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
b045e24d24
Branches
Tags
main
Inv_Monitor
/
main.py
main.py
89 B
Historique
Raw
1
2
3
4
5
6
def main():
print("Hello from inv-monitor!")
if __name__ == "__main__":
main()