Skip to content

Commit

Permalink
Create account_manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored May 11, 2024
1 parent 089f0de commit 62a14f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/account_manager.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Use type hints and docstrings for better code readability
def create_account(user_id: int, account_type: str) -> Account:
"""Create a new account for a user"""
#...

0 comments on commit 62a14f2

Please sign in to comment.