From a165c0da2484776124bf895a810076c8acf94368 Mon Sep 17 00:00:00 2001 From: rom Date: Wed, 21 Apr 2021 20:00:04 +0200 Subject: swap to open gl xd --- txtgameengine/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 txtgameengine/__init__.py (limited to 'txtgameengine/__init__.py') diff --git a/txtgameengine/__init__.py b/txtgameengine/__init__.py new file mode 100644 index 0000000..ac608af --- /dev/null +++ b/txtgameengine/__init__.py @@ -0,0 +1,2 @@ +from .app import TxtGameApp +from .platform import PlatformComponent, PlatformError -- cgit