1
Fork 0
mirror of https://github.com/Steffo99/lihzahrd.git synced 2025-02-16 16:43:58 +00:00
lihzahrd/lihzahrd/__init__.py
2019-08-13 19:56:30 +02:00

5 lines
268 B
Python

from .world import World
from . import chests, fileutils, header, npcs, pressureplates, signs, tileentities, tiles, townmanager
__all__ = ["World", "chests", "fileutils", "header", "npcs", "pressureplates", "signs", "tileentities", "tiles",
"townmanager"]