mirror of
https://github.com/Kapendev/parin.git
synced 2025-04-25 20:49:57 +03:00
13 lines
359 B
D
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 {}
|