Skip to content

Commit 7e36a57

Browse files
committed
Add lib/ffi to __all__ so that scripts can use them without MyPy complaining.
1 parent 8fc71f7 commit 7e36a57

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tcod/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141

4242
__all__ = [ # noqa: F405
4343
"__version__",
44+
"lib",
45+
"ffi",
4446
"bsp",
4547
"color",
4648
"console",

0 commit comments

Comments
 (0)