from tyop import Migration class InternalTrueMigration(Migration): """Add `internal: true` to all internal network definitions.""" GLOB = "~/.abra/apps/**/**.yml" def migrate(compose): pass InternalTrueMigration()