mirror of
https://github.com/Kapendev/parin.git
synced 2025-04-26 13:09:56 +03:00
12 lines
273 B
D
12 lines
273 B
D
// Copyright 2024 Alexandros F. G. Kapretsos
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
/// The basic module acts as a central hub,
|
|
/// bundling together numerous specialized modules.
|
|
|
|
module popka.basic;
|
|
|
|
public import popka.core.basic;
|
|
public import popka.game.basic;
|
|
|
|
unittest {}
|