initial commit

This commit is contained in:
2025-05-23 09:44:40 +02:00
commit 90abfe05b2
7 changed files with 168 additions and 0 deletions

6
pricing/price.go Normal file
View File

@@ -0,0 +1,6 @@
package pricing
type Price struct {
Amount float64
Currency string
}