Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

33.create base monetary class #6

Merged
merged 20 commits into from
Nov 27, 2024
Merged

Conversation

marekwocka
Copy link
Collaborator

Klasa do tworzenia obiektu pieniądza. Przykłady w README.md

Jira - JPYDZR6MON-33

from __future__ import annotations
from math import floor

from .currency import Currency
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

U mnie ten import zaczyna działać dopiero po zapisaniu go w takiej postaci: from money.currency import Currency

@ilsalunte ilsalunte force-pushed the 33.Create_base_monetary_class branch from d7fb464 to 8129e51 Compare November 27, 2024 20:26
@ilsalunte ilsalunte merged commit d78cd39 into dev Nov 27, 2024
@ilsalunte ilsalunte deleted the 33.Create_base_monetary_class branch December 2, 2024 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants