gau1991
10 years ago
2 changed files with 11 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||
"""EasyEngine dummy core classes.""" |
|||
|
|||
class EEDummy(): |
|||
"""Generic errors.""" |
|||
def __init__(): |
|||
pass |
|||
|
|||
def dummy(): |
|||
print("Dummy Funtion") |
Loading…
Reference in new issue