+ new Layout

This commit is contained in:
oleting
2020-12-29 00:00:31 +01:00
parent ff2ea29c5d
commit 311d0d5604
4 changed files with 25 additions and 9 deletions

View File

@@ -6,3 +6,6 @@ class JavaSyntaxError(Exception):
class ScopeNotFoundException(Exception):
pass
class NoPathError(Exception):
pass