Skip to content

Commit

Permalink
feat(stubs): add StubRepositoryPackage model.
Browse files Browse the repository at this point in the history
  • Loading branch information
BradenM committed Dec 11, 2022
1 parent 109aed3 commit e0dda9f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions micropy/stubs/repo_package.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
from __future__ import annotations

from micropy.stubs import StubPackage, StubsManifest
from pydantic import BaseModel


class StubRepositoryPackage(BaseModel):
repository: StubsManifest
package: StubPackage

0 comments on commit e0dda9f

Please sign in to comment.