diff --git a/files/classes/__init__.py b/files/classes/__init__.py index 344a02172..3e1f6240d 100644 --- a/files/classes/__init__.py +++ b/files/classes/__init__.py @@ -12,6 +12,6 @@ from .images import * from .domains import * from .subscriptions import * from .agents import * -from .lolwtf import * +from files.__main__ import Base, app from .mod_logs import * -from .award import * +from .award import * \ No newline at end of file diff --git a/files/classes/lolwtf.py b/files/classes/lolwtf.py deleted file mode 100644 index 5d26c7cf8..000000000 --- a/files/classes/lolwtf.py +++ /dev/null @@ -1,2 +0,0 @@ - -from files.__main__ import Base, app \ No newline at end of file