Skip to content

Commit

Permalink
Adding header
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushrpt committed Nov 11, 2024
1 parent e13b771 commit ac9bcb3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pysolid/py_solid/solid.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#!/usr/bin/env python3
##################################################################
# A Python-only implementation of original solid.for .
# Author: Piyush Agram, Nov 2024
##################################################################

from __future__ import annotations
from dataclasses import dataclass
import datetime
Expand Down

0 comments on commit ac9bcb3

Please sign in to comment.