Skip to content

Commit

Permalink
file clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
lursz committed Apr 18, 2023
1 parent 1b44f72 commit 9eccc9a
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions antlr/JailBreakLangVisitorCustom.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from antlr4 import *
from antlr.JailBreakLangParser import JailBreakLangParser
from antlr.JailBreakLangVisitor import JailBreakLangVisitor
import GameObjects
import GameLogic
import Calculator
import logic.GameObjects as GameObjects
import logic.GameLogic as GameLogic
import logic.Calculator as Calculator
import warnings


Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion GameLogic.py → logic/GameLogic.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from GameObjects import GameObjects
from logic.GameObjects import GameObjects

# ---------------------------------------------------------------------------- #
# GameLogic #
Expand Down
File renamed without changes.
Empty file added logic/__init__.py
Empty file.

0 comments on commit 9eccc9a

Please sign in to comment.