diff --git a/inerface.py b/inerface.py index 8a600b0..780ce5c 100644 --- a/inerface.py +++ b/inerface.py @@ -1,2 +1,2 @@ -from management import management -management() \ No newline at end of file +from management import management#import the function from file management +management()#will call the fuction,actually will run the program \ No newline at end of file