Skip to content

Commit

Permalink
feat: improve imports
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioHeredia committed Oct 24, 2024
1 parent 1808741 commit 45475de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ai4papi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import urllib3

from . import version
from . import routers, version

__version__ = version.release_string

Expand Down
1 change: 1 addition & 0 deletions ai4papi/routers/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import v1

0 comments on commit 45475de

Please sign in to comment.