Update run.py

pull/342/head
Vaishnavi karmegam 2024-08-15 23:17:20 +05:30 committed by GitHub
parent 4324b41b9e
commit b894fe625d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 3 deletions

7
run.py
View File

@ -1,6 +1,7 @@
#!/usr/bin/env python3
from modules import core
from modules.subdirectory import core
def run():
# Your code here
print("Core is running")
if __name__ == '__main__':
core.run()