xref: /plugin/aichat/vendor/composer/autoload_namespaces.php (revision 3379af09b7ec10f96a8d4f23b1563bd7f9ae79ac)
18817535bSAndreas Gohr<?php
28817535bSAndreas Gohr
38817535bSAndreas Gohr// autoload_namespaces.php @generated by Composer
48817535bSAndreas Gohr
58817535bSAndreas Gohr$vendorDir = dirname(__DIR__);
68817535bSAndreas Gohr$baseDir = dirname($vendorDir);
78817535bSAndreas Gohr
88817535bSAndreas Gohrreturn array(
97017fceaSAndreas Gohr    'Parsedown' => array($vendorDir . '/erusev/parsedown'),
10*3379af09SAndreas Gohr    'KMeans' => array($vendorDir . '/bdelespierre/php-kmeans/src'),
118817535bSAndreas Gohr);
12