# I really like having obvious indicators where an import comes from: import pkg/owlkettle import pkg/owlkettle/bindings/gtk import ../communication import ../../appster import std/[strformat, options, re, strutils] # Internal imports either start with `./` or `../`, std lib with `std/`, packages # with `pkg/`