Ready to clone and code.

This commit is contained in:
simon
2024-11-11 14:12:40 +00:00
committed by github-actions[bot]
parent e0913490c3
commit a01f457da3
18 changed files with 52 additions and 53 deletions

View File

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