Skip to content

Commit

Permalink
Refacroting
Browse files Browse the repository at this point in the history
  • Loading branch information
ENDrain committed Apr 23, 2021
1 parent ea7ec27 commit 341b5cf
Show file tree
Hide file tree
Showing 5 changed files with 331 additions and 272 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ dmypy.json

# VSCode
.vscode/
*.code-workspace

# Pre-commit
.pre-commit-config.yaml
2 changes: 1 addition & 1 deletion INTRODUCTION.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CYRILLIC NUMERAL SYSTEM

## 1. Numerals
Church numeral system (*further CU*) has individual letters assigned to represent numbers from 1 to 9 in registries from digits to hundreds, for a total of 27 numerals. There's no zero numeral.
Cyrillic numeral system (*further CU*) has individual letters assigned to represent numbers from 1 to 9 in registries from digits to hundreds, for a total of 27 numerals. There's no zero numeral.

CU|Arabic|CU|Arabic|CU|Arabic
---|---|---|---|---|---
Expand Down
13 changes: 12 additions & 1 deletion cunumbers/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
from .cunumbers import *
__all__ = [
"to_cu",
"to_arab",
"toCU",
"toArab",
"CU_PLAIN",
"CU_NOTITLO",
"CU_ENDDOT",
"CU_DELIMDOT",
"CU_WRAPDOT",
"CU_ALLDOT",
]
Loading

0 comments on commit 341b5cf

Please sign in to comment.