Initial upload: ScaffoldForge CLI tool with full codebase, tests, and CI/CD
This commit is contained in:
14
scaffoldforge/templates/python/default/models.py.j2
Normal file
14
scaffoldforge/templates/python/default/models.py.j2
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
"""Data models for {{ project_name }}.
|
||||||
|
|
||||||
|
Generated from GitHub Issue #{{ issue_number }}
|
||||||
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
class DataModel:
|
||||||
|
"""TODO: Implement data model class."""
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
class AnotherModel:
|
||||||
|
"""TODO: Implement another model class."""
|
||||||
|
pass
|
||||||
Reference in New Issue
Block a user