diff options
author | rom <romangraef@gmail.com> | 2021-04-21 20:00:04 +0200 |
---|---|---|
committer | rom <romangraef@gmail.com> | 2021-04-21 20:00:04 +0200 |
commit | a165c0da2484776124bf895a810076c8acf94368 (patch) | |
tree | b0a59f2182b57e8b0cf0b16a01fecca0f1fdbfed /txtgameengine/__init__.py | |
parent | bcb0973e979968d0a07eb7c826df0889ed7c3979 (diff) | |
download | txtgameengine-a165c0da2484776124bf895a810076c8acf94368.tar.gz txtgameengine-a165c0da2484776124bf895a810076c8acf94368.tar.bz2 txtgameengine-a165c0da2484776124bf895a810076c8acf94368.zip |
swap to open gl xd
Diffstat (limited to 'txtgameengine/__init__.py')
-rw-r--r-- | txtgameengine/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |