Veershah26 / virtual-assistant

Making an Virtual Voice Assistant in Python, Cause, Why Not ?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[enhance]:Merging modules to main.py

Pikel1997 opened this issue · comments

commented

Declutters the module file by seamlessly integrating the various functions into the main.py file

Assigned it to you @Pikel1997. Have fun coding

commented

Some of the modules call the function without the "if name == 'main':" importing those files to main.py will call all those functions unless that's the goal.