Skip to content

Commit

Permalink
Merge pull request #37 from davidfant/mainline
Browse files Browse the repository at this point in the history
import models in __init__
  • Loading branch information
fleighton authored Jun 29, 2023
2 parents e806793 + a1802e4 commit e8d39ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions smartsheet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@

from .smartsheet import (AbstractUserCalcBackoff, Smartsheet, # NOQA
fresh_operation)

from . import models

0 comments on commit e8d39ec

Please sign in to comment.