tui/autoload.php

10 lines
125 B
PHP
Raw Normal View History

2026-08-21 21:34:02 +02:00
<?php
require 'vendor/autoload.php';
const ASSETS_DIR = './assets/';
const BIN_DIR = './bin/';
const SRC_DIR = './src/';