Able to run from root folder

making it easier to run
This commit is contained in:
Chuck
2025-04-07 21:03:44 -05:00
parent cafab55cb2
commit f7a8f75172
2 changed files with 67 additions and 75 deletions

6
display_controller.py Normal file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env python3
from src.display_controller import main
if __name__ == "__main__":
main()