Skip to content

Commit

Permalink
Fix imports in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed May 15, 2024
1 parent cfd28d7 commit f2f3305
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions alternative_encodings/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import cp859
import cp866i
import romaji
import viscii
from . import cp859
from . import cp866i
from . import romaji
from . import viscii


def register_all():
Expand Down

0 comments on commit f2f3305

Please sign in to comment.