Skip to content

Commit

Permalink
feat: Export owner module
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed May 15, 2024
1 parent 4d97656 commit 3a9ec9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions enka/models/enka/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .owner import *
2 changes: 2 additions & 0 deletions enka/models/enka/owner.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from pydantic import BaseModel

__all__ = ("OwnerProfile", "Owner")


class OwnerProfile(BaseModel):
"""Represents an Enka account owner's profile information.
Expand Down

0 comments on commit 3a9ec9d

Please sign in to comment.