parin/basic.d
2024-03-05 07:59:55 +02:00

13 lines
359 B
D

// Copyright 2024 Alexandros F. G. Kapretsos
// SPDX-License-Identifier: MIT
module popka.basic;
/// The basic module acts as a central hub,
/// bundling together numerous specialized modules
/// to provide an extensive array of tools catering to a variety of programming tasks.
public import popka.core.basic;
public import popka.game.basic;
unittest {}