<?php
namespace nur\m\sqlite;

use nur\m\base\AbstractRowIncarnation;

class SqliteRowIncarnation extends AbstractRowIncarnation {
}