Ready to clone and code.

This commit is contained in:
simon
2024-11-09 16:23:02 +00:00
committed by github-actions[bot]
parent 7dcf36df6d
commit e4f251f138
17 changed files with 54 additions and 55 deletions

View File

@@ -1,5 +1,5 @@
from project_name.base import NAME
from python.base import NAME
def test_base():
assert NAME == "project_name"
assert NAME == "python"