Revert " Ready to clone and code."

This reverts commit e4f251f138.
This commit is contained in:
2024-11-09 09:05:53 -08:00
parent e4f251f138
commit 43ff10817d
17 changed files with 55 additions and 54 deletions

View File

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