feat: Add general model

This commit is contained in:
2024-03-18 08:26:21 +01:00
parent 3de4935435
commit 3d7c1f3280
7 changed files with 173 additions and 3 deletions

View File

@@ -18,6 +18,10 @@ def main():
"forget to activate a virtual environment?"
) from exc
if sys.argv[1] == "populate":
from fellchensammlung.populate_with_testdata import populate_with_testdata
populate_with_testdata()
execute_from_command_line(sys.argv)