Skip to content

Commit

Permalink
Small fix to __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleptomania committed Jul 2, 2024
1 parent 2968b91 commit d2b8b91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pytiled_parser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
__all__ = [
"Color",
"OrderedPair",
"Size"
"Size",
"UnknownFormat",
"Chunk",
"ImageLayer",
Expand All @@ -43,5 +43,5 @@
"Tileset",
"Transformations",
"World",
"WorldMap"
]
"WorldMap",
]

0 comments on commit d2b8b91

Please sign in to comment.