core/autoload.php
2026-08-21 21:34:02 +02:00

9 lines
125 B
PHP

<?php
require 'vendor/autoload.php';
const ASSETS_DIR = './assets/';
const BIN_DIR = './bin/';
const SRC_DIR = './src/';