feat (timer): Add support for new timer layout.

This commit is contained in:
2024-09-15 11:52:56 +10:00
parent 6d59ab0a34
commit 87488eaf99
7 changed files with 28 additions and 6 deletions

7
tests/__init__.py Normal file
View File

@@ -0,0 +1,7 @@
# !/bin/python3
import sys
import os
sys.path.insert(0, os.path.join(os.getcwd()))
sys.path.insert(0, os.path.join(os.getcwd(), "src"))