Skip to content

Commit

Permalink
File with all type annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuscardosodeveloper committed Oct 4, 2023
1 parent 396a131 commit da54da2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/tagoio_sdk/types.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# flake8: noqa: F401, F403
from .common.Common_Type import *

from .modules.Resources.Account_Types import *
from .modules.Resources.Buckets_Type import *
from .modules.Resources.Dashboards_Type import *
from .modules.Resources.Device_Type import *
from .modules.Resources.Notification_Type import *
from .modules.Resources.Profile_Type import *
from .modules.Resources.Run_Type import *
from .modules.Resources.Billing_Type import *
from .modules.Resources.IntegrationNetworkType import *

from .modules.Device.Device_Type import *
from .modules.Analysis.Analysis_Type import *
from .modules.Utils.utilsType import *

0 comments on commit da54da2

Please sign in to comment.