10 lines
146 B
PHP
Executable File
10 lines
146 B
PHP
Executable File
<?php
|
|
|
|
namespace CSV2SQL;
|
|
|
|
class Secrets{
|
|
|
|
const anp_path = __DIR__ . "/../../AnP";
|
|
const settings = [];
|
|
|
|
}; |