Skip to content

Commit

Permalink
Add register_all function
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed May 15, 2024
1 parent 7bf26a4 commit e60ee1a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions alternative_encodings/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import cp859
import cp866i
import romaji
import viscii


def register_all():
cp859.register()
cp866i.register()
romaji.register()
viscii.register()

0 comments on commit e60ee1a

Please sign in to comment.