- Fase A: license templates, search history, cost estimator - Fase B: import URL, bulk ZIP, batch download - Fase C: comparison mode, mesh validation, measurement tool - Fase D: cross-section clipping, overhang heatmap, layer animation - Refactor Pydantic/SQLAlchemy warnings - 24 tests pytest - README actualizado - WebP thumbnails, lazy loading, cache headers
7 lines
86 B
Python
7 lines
86 B
Python
def main():
|
|
print("Hello from stl-repo!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|