__init__.py 559 B

12345678910111213
  1. from smartfarming.models.ascend import *
  2. from smartfarming.models.camera import *
  3. from smartfarming.models.device import *
  4. from smartfarming.models.green_house import *
  5. from smartfarming.models.nl_xy import *
  6. from smartfarming.models.pest_count import *
  7. from smartfarming.models.pests_bank import *
  8. from smartfarming.models.projection_screen import *
  9. from smartfarming.models.sf import *
  10. from smartfarming.models.sim_card import *
  11. from smartfarming.models.user import *
  12. from smartfarming.models.weather import *
  13. from smartfarming.models.worm_forecast import *