Common: Fix import in common/events/__init__.py

This commit is contained in:
Shreya Malviya 2022-08-08 23:54:29 +05:30
parent 9c5bbfe35c
commit b1017e2222
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
from abstract_event import AbstractEvent
from .abstract_event import AbstractEvent