CSV2SQL/PHP/CSV2SQL.Secrets.php

10 lines
146 B
PHP
Executable File

<?php
namespace CSV2SQL;
class Secrets{
const anp_path = __DIR__ . "/../../AnP";
const settings = [];
};